On Sunday 01 April 2007 19:59, [EMAIL PROTECTED] wrote: > I noticed a couple of things when I tried to type in information. If I type > too quickly, it seems to get lost.. i.e. the field name starts over at the > start of the field. If I type slowly, I can enter the information > correctly. > > I have set up a database with a similar structure to one of my old fox > apps. and migrated some of the data. > > I was trying to use the app wizard to get started. > I created a new profile: Called it MainLink > DBType: PostgreSQL > Name: ???? what do i put here???? > Host: localhost ??? > Database: MainLInk (This is the way I typed it in - exactly this case - > i.e. I messed it up <vbg>) > User: postgres > Password: msavage > Port: 5432 > > The error I get is it cannot connect to the server. Check my parameters. > > I used the program from you, database connection editor inside pythonwin, > and it connects. What is the difference here? Am using the above > parameters in the connection screen and when I press test, it says the > connection is successful. When i use pgAdmin, these are the values that > have been stored. The only one I do not know is Name: Is that way it > doesn't connect? > > TIA, > Mike Use "PostgresSQL-default". It (Name) is the name of the connection you are creating.
If memory serves, the AppWizard with respect to Postgres is broken. Since I don't know what version you are using I can't be sure. May I suggest that you follow the screencast (creating a data app) if you are going to use Postgres - at least until AppWizard is fixed. BTW I use Postgres daily with Dabo and it works. Paul: schema support broke AppWizard. Someone had a fix but I don't recall if it was ever committed. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
