I have had fairly good success so far with WINE (Lotus Notes 4.6) so far, but we have a time and attendance application here that uses simple database calls. Is there any ODBC support under WINE? I've looked at the documentation and only found references to a debug mode for ODBC, but nothing about actually setting it up. If anyone could point me towards any existing documentation I would truly appreciate it. Thanks, Matt Ray mray(at)360commerce.com
ODBC is simply a standard interface. The odbc dll in Wine simply acts as a proxy dll that load your systems configured odbc driver. Try www.unixodbc.org. After you install it and have it configured you can use the gui utilities to set up connections and they should show up in your wine application. Wine loads the odbc driver library pointed to by the environment variable LIB_ODBC_DRIVER_MANAGER or libodbc.so. I haven't set this up in a while but I have had connections working successfully under Paradox. /Ulrich "M. Ray" wrote:> > I have had fairly good success so far with WINE (Lotus Notes 4.6) so far, > but we have a time and attendance application here that uses simple > database calls. Is there any ODBC support under WINE? I've looked at > the documentation and only found references to a debug mode for ODBC, but > nothing about actually setting it up. If anyone could point me towards > any existing documentation I would truly appreciate it. > > Thanks, > Matt Ray > mray(at)360commerce.com