Hello,
I have a big problem.
I has TD6 and I have a successful connection with SQLServer. see picture
The problem is:
When I do a sql query like for example "select * from users;" I get the message:
"Error: Microsoft SQL Server: 208 [MICROSOFT] [ODBC SQL Server Driver] [SQL Server] 'users'"
Error: 05041 TLK NCF No command found to process
Thank you for your help
Grant
Error SqlServer
Error SqlServer
You do not have the required permissions to view the files attached to this post.
Re: Error SqlServer
First thing I see is the ':' comment char. before the comdll-sqlws32 entry.
First, it's the semi-colon that's the comment char, but more importantly that sqlws32 must be UNcommented as well. And kept in the order you have it:
ODBC
sqlws32
Otherwise, is that "DSN=LocalServer" mean you have a local MS SS? What's the ODBC driver you have for the client called 'urbanism' ?
"select * from users;" -- you have a DB table called 'users' ? How about trying a table you know is in your DB?
First, it's the semi-colon that's the comment char, but more importantly that sqlws32 must be UNcommented as well. And kept in the order you have it:
ODBC
sqlws32
Otherwise, is that "DSN=LocalServer" mean you have a local MS SS? What's the ODBC driver you have for the client called 'urbanism' ?
"select * from users;" -- you have a DB table called 'users' ? How about trying a table you know is in your DB?
Re: Error SqlServer
Hello,
do you have the semicolon included in your SQL query?
SQLs executed in TD do not need that.
It's just an end-delimiter for SQLTalk.
Max
do you have the semicolon included in your SQL query?
SQLs executed in TD do not need that.
It's just an end-delimiter for SQLTalk.
Max
Who is online
Users browsing this forum: [Ccbot] and 0 guests