ketankshah
IS-IT--Management
I am getting following ODBC error while creating a .DBF table.
The error is
********************
Error Diagnostic Information
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC dBase Driver] Syntax error in field definition.
The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (14:1) to (14:41).
Date/Time: 04/09/01 13:15:45
Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
Remote Address: 192.168.0.3
********************
The code I have written is
<cfquery name="dbf" datasource="dbfs_cf">
create table test (id N(5,0), name c(50))
</cfquery>
Where 'dbfs_cf' is a ODBC DSN and is being verified successfully thru CF Administrator.
What should be the error ?
Please help.
Ketan
The error is
********************
Error Diagnostic Information
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC dBase Driver] Syntax error in field definition.
The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (14:1) to (14:41).
Date/Time: 04/09/01 13:15:45
Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
Remote Address: 192.168.0.3
********************
The code I have written is
<cfquery name="dbf" datasource="dbfs_cf">
create table test (id N(5,0), name c(50))
</cfquery>
Where 'dbfs_cf' is a ODBC DSN and is being verified successfully thru CF Administrator.
What should be the error ?
Please help.
Ketan