Re: Direct access to a mySQL DB via Visual Basic

2001-07-25 Thread Eric Grau
MyVbQL is a direct interface to MySQL databases ... you don't need to use the ADO/ODBC combination ... you can get some more details on the MyVbQL web page ... http://www.icarz.com/mysql/index.html Eric Stephen Sherlock wrote: > I've been told that it's possible to connect directly to a mySQ

Re: Direct access to a mySQL DB via Visual Basic

2001-07-23 Thread Stephen Sherlock
I've not had much experience with ASP, in fact, I've had none, so if someone could give me a hand here I'd be very appreciative. What kind of errors am I likely to get with the ADO control? I'm only likely to be running basic queries anyway, most of the data processing and the like will be done

Re: Direct access to a mySQL DB via Visual Basic

2001-07-23 Thread Dennis Salguero
You COULD use the ADO data control, but I wouldn't recommend it. There are still some ADO methods and objects that are not fully supported and you will most likely generate some strange errors. It may be a pain to do it, but you'll be better off doing it the "old-fashioned" way with your own conne