2
A database connection is usually something like this
Driver=MySQL ODBC 5.1 Driver;Server=XXX;Database=XXX;UID=XXX;PWD=XXX;OPTION=3;
Most google searches suggest this OPTION=3. In the mysql manual there is little in it and there is a list of possible numbers to be used, but you do not have this OPTION 3. I’ve seen other numbers being used in examples on google, but they don’t explain or comment on what the difference is or what it’s for. As 16387, that tb is not in the list cited above.
Thanks, and what would be the best use now? use the standard =0 ? (which in case would not even need to list it)
– SuperMax
I can’t tell you =/
– David Alves