Hi Wallace Why not use DBX drivers to access MySql? There is an open source DBX driver for MySQL 5.0 for Delphi 6 available here http://www.justsoftwaresolutions.co.uk/delphi/dbexpress_and_mysql_5.html.
If you want to connect a non-unidirectional dataset to your data aware controls (grid), just hook up a TSQLClientDataset on the dbExpress tab (CommandType=ctQuery, CommandText='select * from tablename') Cheers, Todd. > I tried to add in MySql to my Delphi6 from Devart. The package is called > MyDac which is MySQL Data Access Components for Delphi. > > After the install I get an error > > 'The procedure entry point @VarResults@VarResultCheck$qqrl could not be > located in the dynamic link library rtl60.bpl ' > and 'Could not find Wizard, 'D\delphi\Mydacfor > Delphi6\bin\Mymigwizard60.dll' which is defiantly there. > > The Devart packages are installed in the project options but trying to > select any gives the first error as shown above. > > I tried my Laptop and got the same errors. > > I've done quite a bit of searching on the web but no solutions!! MyDac says > for SP2 and I have SP3. Could this version be causing the problem? > > I tried the XE2 trial in desperation but it is a bit like buying a fleet of > taxi's so I can get a ride down my 250m driveway to collect the post. > > Thanks Wallace > > _______________________________________________ > NZ Borland Developers Group - Delphi mailing list > Post: [email protected] > Admin: http://delphi.org.nz/mailman/listinfo/delphi > Unsubscribe: send an email to [email protected] with > Subject: unsubscribe -- *Passion* is no substitute for *reason*
_______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [email protected] with Subject: unsubscribe
