MySQL Forums
Forum List  »  Connector/ODBC

Re: Extended inserts not working with ODBC C program
Posted by: Bogdan Degtyariov
Date: April 23, 2019 04:08AM

Hi Ted,

I am not sure I understand what exactly you wanted to say when mentioning "extended inserts".
My guess would be several insert statements like this:

INSERT INTO my_table ..... ; INSERT INTO my_table ..... ; INSERT INTO my_table ..... ;

if that is the case you need to enable executing of multiple statements. This can be done either through the connection string by specifying MULTI_STATEMENTS=1 or through the GUI dialog in ODBC administrator:

Details >> Connection >> [x] Allow Multiple statements

Options: ReplyQuote


Subject
Written By
Posted
Re: Extended inserts not working with ODBC C program
April 23, 2019 04:08AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.