We are trying to establish a connection to a AS400 database using the client
access ODBC driver. When we use the connection string to establish the
connection, the SQLSTRINGCONNECT returns successfully, but when we execute a
SELECT, SQLEXEC crashes with a fatal exception C0000005 error. But if we use
the DSN instead of the connection string, the SQLEXEC works fine. Any ideas
on why it fails?
We are using VFP 7.0 SP1.