ADO and ODBC
From: Holger Flick (rammbaer.xyz_at_xyz.gmx.de)
Date: 03/21/05
- Next message: Guillem: "Re: ADO and ODBC"
- Previous message: jason: "Dynamically creating tables"
- Next in thread: Guillem: "Re: ADO and ODBC"
- Reply: Guillem: "Re: ADO and ODBC"
- Reply: Matt Jacobs: "Re: ADO and ODBC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Mar 2005 11:05:30 +0100
Hi people,
I use ADO to access MySQL using the ODBC driver.
Yes, it's not the way to go, but dbExpress is outdated and work with the
newest mysqllib.dll. I tried for hours...
The final problems I have:
- when I have a DATETIME in my table I cannot open the ADO table, it
throws an exception with the error 'ERR_FAIL'
- VARCHARs of different lengths, which are all shorter than 100 are
added as TMemoFields (sometimes...)
- VARCHARs are added automatically with wrong "size", so you have to
set them up manually...
Any hints?
-- Holger
- Next message: Guillem: "Re: ADO and ODBC"
- Previous message: jason: "Dynamically creating tables"
- Next in thread: Guillem: "Re: ADO and ODBC"
- Reply: Guillem: "Re: ADO and ODBC"
- Reply: Matt Jacobs: "Re: ADO and ODBC"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|