Table Name Too Long Via ODBC
Aug 16, 2006
Hi,
I am traing to execute this select
SELECT count(*) CM_CERT_VARIANCE_DET_APINV_RELATE
using SQL SERVER ODBC, however, I received this message:
"Identifer too long"
Is there any table length name limitation?
I think, there is, because works well on SQL environment.
I mean, should this table have less then 18 characters? Can I work around this limitation?
cheers,
Alessandro
View 6 Replies
Feb 26, 2008
Hi SQL Server Team,
In order to add a data source by using ODBC Administrator, programmatically i am using SQLConfigDataSource. Thus calling SQLConfigDataSource with the fOption set to either ODBC_ADD_DSN for creating a new DSN.
Following is the stattement specified in the source code. where type_of_driver = "Microsoft Access Driver (*.mdb)"; and parameters contains the data source source credentials information such as DSN, UID, PSW, FIL, Description, DataDirectory,DEFAULTDIR and DBQ all separated by "