Re: [snapdal-devel] ODBC?
Status: Beta
Brought to you by:
panmanphil
From: Cory F. <Cor...@mo...> - 2005-06-01 18:54:57
|
Philip Nelson wrote: > Ah, packaging error. The config file to use is actually in the SnapDAL.Test/bin > folder. Thanks for pointing it out. Indeed! That solved it partially. At least now I can get the DataFactory with "ODBC". The other issue is with TOP statements. When I run something like "SELECT * FROM MyTable" it runs fine. When I change it to "SELECT TOP 1 * FROM MyTable" I get: System.Data.Odbc.OdbcException: ERROR [42000] SELECT TOP 1<< ??? >> Employee_Name FROM MASTER_PRM_EMPLOYEE ERROR [42000] Syntax Error. Any thoughts? Cory |