From: Erich v. H. <eh...@ho...> - 2011-05-20 00:32:50
|
Does Firebird ODBC driver support explicit batches? http://msdn.microsoft.com/en-us/library/ms712553(v=vs.85).aspx I've been trying to execute a simple batch "SELECT * FROM COUNTRY;SELECT * FROM COUNTRY" from Visual Fox Pro and it gives me an error, I have tried with other tools and it gives me the same error: [ODBC Firebird Driver][Firebird]Dynamic SQL ErrorSQL error code = -104Token unknown - line 1, column 22SELECT SQLSTATE : HY000 Native error code: -104 Thank you for any help you can provide on this. |