Greg Neid
2008-11-29 21:36:13 UTC
dBase 2.6.1.5 b2083
BDE 5.2.0.2
The mySQL odbc 5.1 driver gives the following error: "Bad field type". It all works in the 3.51 driver, but it will soon be time to move on to newer drivers.
Many field types do work, I have tested integer, varchar, decimal and timestamp.
However, a very simple select fails:
SELECT "a" -- fails
SELECT 1 -- works
This is a simple as I can make the problem. I am actuall interest in other Selects, such as SELECT UUID() which also fails.
Greg Neid
BDE 5.2.0.2
The mySQL odbc 5.1 driver gives the following error: "Bad field type". It all works in the 3.51 driver, but it will soon be time to move on to newer drivers.
Many field types do work, I have tested integer, varchar, decimal and timestamp.
However, a very simple select fails:
SELECT "a" -- fails
SELECT 1 -- works
This is a simple as I can make the problem. I am actuall interest in other Selects, such as SELECT UUID() which also fails.
Greg Neid