View Single Post
  #9  
Old 04-22-2003, 03:18 AM
dunce
Fire Beetle
 
Join Date: Mar 2003
Posts: 6
Default

Thank you. I am not a programmer and really don't know what it would take. I just thought that it might make sense to offer that option. If one were to add this support. Would it be through some library call like this? <sorry for my ignorance>:

libodbc++

libodbc++ is a C++ class library for accessing SQL databases. It is designed with standards in mind, so it provides a subset of the well-known JDBC 2.0(tm) and runs on top of ODBC. It is distributed under the LGPL.

The library has shown to compile and work on Linux, FreeBSD and win32 platforms. Any environment with a reasonable compiler, standard C++ library and ODBC Driver Manager should do.
Reply With Quote