Knowledge Base Article
KB10643 - When I try to connect to MySQL database using ODBC in order to store a vector map layer, ANY2SQL utility reports:
any2sql.exe lwaters.shp test.ttkls A
TatukGIS Samples - ANY->SQL converter
[Microsoft][ODBC Driver Manager] Invalid string or buffer length
What’s wrong?
Please read: http://dev.mysql.com/tech-resources/articles/vb-blob-handling.html
Try using test.ttkls like this:
Storage=Native
Layer=lwaters
Dialect=MYSQL
ADO=DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=test;UID=user;PWD=password;OPTION=16427
Created: 2005-08-31, Modified: 2005-09-14
|