Skip to Content.
Sympa Menu

freetds - dbsqlexec

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Kent Scott <kent AT carmike.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: dbsqlexec
  • Date: Wed, 25 Oct 2000 15:13:18 -0400


Anyone having problems with dbsqlexec always returning a SUCCEED?

I am using linux and I configured with :
--with-tdsver=7.0
--enable-msdblib

I am writing in c using dblib functions. I am purposely sending incorrect
sql stmts but dbsqlexec always returns SUCCEED even though the server is
responding with errors ( I have captured the packets).

code looks like this:

dbcmd(dbproc,"select * from (sales"); // purposely built incorrect stmt
return_code = dbsqlexec(dbproc);
if (return_code == SUCCEED)
printf("SUCCEED\r\n");

the server is responding with :
"Line 1: Incorrect syntax near ')' "

but return_code always equals SUCCEED

any ideas?



  • dbsqlexec, Kent Scott, 10/25/2000

Archive powered by MHonArc 2.6.24.

Top of Page