Skip to Content.
Sympa Menu

freetds - [freetds] freetds and windows

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brett <generica AT email.com>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] freetds and windows
  • Date: Sat, 9 Apr 2005 13:57:28 +1000 (EST)


Hey,

Once more, I've hit problems.

Using dblib, I got the client program working perfectly. It could talk to the ms sql server, get the results back, and work as I'd hoped.

The next plan was to compile it under windows, which I thought would be straightforward. We already had the system compiling under windows, with faked calls for the sql stuff, so it was just a case of using the freetds code, and linking it in with the windows libraries.

I went into the win32 directory, used msvc to load the projects, and compiled dblib.lib and libTDS.lib ... compiled and linked those into our software ( also had to link shell32.lib, due to some unresolved symbols )

Went to run it, and with the aid of printfs, found that it initialised the library fine, but at the following call, it just terminates

erc = dbsqlsend(dbproc);

and grepping through the win32 directory, I see no occurrance of this function.

Can anyone please give me some assistance. This is rather urgent, and very frustrating

thanks,

/ Brett





Archive powered by MHonArc 2.6.24.

Top of Page