public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* database access using ODBC
@ 1999-11-15 10:15 WHW
  1999-11-30 23:28 ` WHW
  0 siblings, 1 reply; 2+ messages in thread
From: WHW @ 1999-11-15 10:15 UTC (permalink / raw)
  To: help-gcc

Could anyone point me to documentation or examples of ODBC use in the gcc
family of compilers.

I've had a look through Microsoft's free download ODBC sdk.  It's useful for
describing what the functions actually do and the order to call them, but
seems specific to ODBC 3.0.  The 2_95_2 release of ming32 has some "sql*.h"
include files and a "libodbc32.a" library so I think I have everything I
need if I knew how to use it.

Unfortunately, the C function definitions in "sql.h" that was part of
Microsoft's sdk do not match up with the definitions of the same name
functions in "sql.h" that was included with ming32.  I assume this is
because the gcc version of ODBC functions is at an earlier version, possibly
2.5.  But, since the database access I want to do is rather simple, 2.5
would probably be OK if I could find documentation.

Thanks


^ permalink raw reply	[flat|nested] 2+ messages in thread

* database access using ODBC
  1999-11-15 10:15 database access using ODBC WHW
@ 1999-11-30 23:28 ` WHW
  0 siblings, 0 replies; 2+ messages in thread
From: WHW @ 1999-11-30 23:28 UTC (permalink / raw)
  To: help-gcc

Could anyone point me to documentation or examples of ODBC use in the gcc
family of compilers.

I've had a look through Microsoft's free download ODBC sdk.  It's useful for
describing what the functions actually do and the order to call them, but
seems specific to ODBC 3.0.  The 2_95_2 release of ming32 has some "sql*.h"
include files and a "libodbc32.a" library so I think I have everything I
need if I knew how to use it.

Unfortunately, the C function definitions in "sql.h" that was part of
Microsoft's sdk do not match up with the definitions of the same name
functions in "sql.h" that was included with ming32.  I assume this is
because the gcc version of ODBC functions is at an earlier version, possibly
2.5.  But, since the database access I want to do is rather simple, 2.5
would probably be OK if I could find documentation.

Thanks


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-11-30 23:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-15 10:15 database access using ODBC WHW
1999-11-30 23:28 ` WHW

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).