Closed moteus closed 8 years ago
This should "just work", exactly as shown above.
I have just committed a new test to prove it.
but if query return recordset how to close it without fetch all. in my odbc i close cursor in execute if it open Rhis is just my note. If it not suppose to work i am fine with it
Most database interfaces require you to fetch all the results before executing a new query, so it is best to do that.
I can not find describe in doc or test either this should works