Search found 3 matches

by anbech
Sun Feb 05, 2012 4:17 am
Forum: General
Topic: Not working: Include column list in INSERT statements
Replies: 0
Views: 65093

Not working: Include column list in INSERT statements

Hi When I choose "Include column list in INSERT statements" I get empty paranthesis were the column list should be: example: INSERT INTO `postcode_city` () VALUES ('2730', 'Herlev'); I was expecting: INSERT INTO `postcode_city` ('postcode', 'city') VALUES ('2730', 'Herlev'); (My setup: win7 64-bit, ...
by anbech
Sun Jan 29, 2012 12:01 pm
Forum: Installation
Topic: Can't find ODBC connector. download the latest ODBC....
Replies: 0
Views: 73902

Re: Can't find ODBC connector. download the latest ODBC....

I had the same problem on win7 64-bit, when installing the 64-bit odbc driver.

SOLUTION (at least it worked fine for me):
Install the 32-bit ODBC driver instead!

(you get the drivers from here: http://dev.mysql.com/downloads/connector/odbc/)

- Cheers
by anbech
Sun Jan 29, 2012 11:58 am
Forum: Installation
Topic: Can't find ODBC connector. download the latest ODBC....
Replies: 0
Views: 73902

Re: Can't find ODBC connector. download the latest ODBC....

I had the same problem on win7 64-bit when installing the 64-bit ODBC driver.

SOLUTION (at least it worked for me):

Install the 32-bit version of the odbc-driver
(you get the drivers here: http://dev.mysql.com/downloads/connector/odbc/)

- cheers