I'm trying to get away from using BDE, as I've heard it's not long for this world. First off, which is the better choice between ADO and dbExpress? I've used ADO before, in VB, and can get it to work in Delphi pretty well so far. My fellow programmer seems to have taken a liking to dbExpress...though he hasn't used it yet.
A problem I'm having with dbExpress is: I have an SQLConnection object, a dataset object and datasource. Trying to set up the connection I select MySQL as the driver and it set vendorlib to LIBMYSQL.DLL, and when I try to set the connection to active it says it can't load the .dll. I moved the .dll to the system32 directory hoping it would find it there...I put the full path to the .dll in the property box...nothing works. What am I doing wrong?
And also, if there are any good places that have a ground up walk through of dbExpress, or even a quick getting started type thing, that would be great. Or if anyone here has some helpful insights on the subject that would be great as well.
And one more...if you know a lot about a lot of things...please go read my other poast, on using Rave to display a whole table...I'm getting really depressed about that one
Thanks!
A problem I'm having with dbExpress is: I have an SQLConnection object, a dataset object and datasource. Trying to set up the connection I select MySQL as the driver and it set vendorlib to LIBMYSQL.DLL, and when I try to set the connection to active it says it can't load the .dll. I moved the .dll to the system32 directory hoping it would find it there...I put the full path to the .dll in the property box...nothing works. What am I doing wrong?
And also, if there are any good places that have a ground up walk through of dbExpress, or even a quick getting started type thing, that would be great. Or if anyone here has some helpful insights on the subject that would be great as well.
And one more...if you know a lot about a lot of things...please go read my other poast, on using Rave to display a whole table...I'm getting really depressed about that one