This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Missing odbc library functions?


I would like to develop a program that uses ODBC with gnuwin32.
I have gotten this far:

- My program compiles with Microsoft Developer Studio 5.0.
- Gnu-win32 linker gives an error message, stating that the functions
	SQLDisconnect
	SQLAllocHandle
	SQLFreeHandle
  and several others, cannot be found in the library files.
- These functions ARE in odbc32.lib or odbccp32.lib (the Microsoft
  odbc libraries) but they ARE NOT in libodbc32.a or libodbccp32.a
  (the corresponding Gnu-win32 odbc library files). I checked this
  with nm.

Do you know if the libraries libodbc32.a, libodbccp32.a are in an alpha
version, and therefore these functions are still not there and will be
found in a future release?
Any ideas how to get my program to compile with gnuwin32 anyway?

Thanks in advance for any useful information.
Giorgio
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]