Perhaps I could modify the Dabo Cursor's execute() method to check to see if the statement begins with 'select', and if not, pass it to its auxiliary cursor for execution.

excecute(9 sholuld return cursor in cases when statement does not start with select, for example

.execute( "delete from foo;select * from bar")

Also postgres show all also returns cursor:

.execute("show all")

Andrus.

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to