Does anyone else on here use the Postgre plugin for RB? I am having trying to use it and for the most part it does work but there are some issues that I cant figure out. When my application starts up I verify that I can make a connection to the database by connecting to it which works fine if it passes. The problem is when the connection does not pass so the database connection never opened.

Here is what happens:
- App starts and does a db.connect which fails.
-I then quit the app but it pops open the system window tell me the application has unexpectedly showdown.
-Looking at the log I see this:
8 rbframework.dylib 0x0026c700 performDatabaseClose (DatabaseObject*) + 68
        9   rbframework.dylib                   0x0026c72c databaseClose + 16

So it looks like Realbasic thinks the DB connection is open even though it is not.

Next I thought I would just issue a db.close after the failure so that Realbasic did not think it was open. By doing this it causes the whole application to crash.

Can someone who uses this plug please provide me with any guidance that they have or help me deal with this.

Thanks!!

Wade



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to