Command output for query()?
#38
Closed
sjenriquez
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Which sql command are you trying to execute? If you are not sure type of sql command you can simple use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Is it possible to get the output from non-
SELECTcommands when usingConnection.query()? In my application, I'm accepting a SQL command and passing it toquery()like:Then I process like:
It would be great if I could get the output for non-
SELECTcommands with something likecursor.output().Beta Was this translation helpful? Give feedback.
All reactions