> >
> >     AFAIK, nothing. Looks like an issue with how Dabo is interacting
> > with Postgres.
> >
> > -- Ed Leafe
> > -- http://leafe.com
> > -- http://dabodev.com
>
> Sorry I just woke up.  Lets start from the beginning.
>
> What version of Postgres?  We aren't supporting anything before 7.4.  but
> that is not the issue anyway.
>
> Generally this type of error is due to a transaction (begin) having been
> started and then a second begin is attempted before a commit.  I note that
> you are running from "DaboRuntime" are you mixing runtime and current svn
> by chance?
>
> The select statement is not firing (syntax is OK ) because there is a
> transaction in process.
>
> I guess I need to test on windows.  While I'm testing could you take the
> time to provide the a simple test case in words (can't attach files).
I have tested on windows and find no issues.  The more I look into this the 
less I understand.  The QuickLayoutWizard method makeConnection does not do 
much before the getTables() call (create the connection, create a cursor, set 
the connection file).  Therefore, I doubt a transaction was started from the 
makeConnection method.  Need more info!

-- 
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]

Reply via email to