Re: [lazarus] MySQL components and MySQL 5.1.xx

2006-10-30 Thread Joost van der Sluis
On Mon, 2006-10-30 at 17:49 +0100, Michael Van Canneyt wrote: > > On Mon, 30 Oct 2006, Seth Grover wrote: > > > Before I dig in and spend a lot of time trying to figure out what's > > going on here, I thought I'd save the legwork ask to see if someone > > else has tried to do this. > > > > My qu

Re: [lazarus] MySQL components and MySQL 5.1.xx

2006-10-30 Thread Burkhard Carstens
Am Montag, 30. Oktober 2006 18:13 schrieb Seth Grover: > Interesting. You're right: when I take out all of the fancy stuff the > demo is trying to do (list the databases, list the tables, list the > fields, etc.) it seems I can execute queries just fine. > > I'll research further into the API on ho

Re: [lazarus] MySQL components and MySQL 5.1.xx

2006-10-30 Thread Seth Grover
Interesting. You're right: when I take out all of the fancy stuff the demo is trying to do (list the databases, list the tables, list the fields, etc.) it seems I can execute queries just fine. I'll research further into the API on how to do the fancy listing stuff without using the "fake" statem

Re: [lazarus] MySQL components and MySQL 5.1.xx

2006-10-30 Thread Michael Van Canneyt
On Mon, 30 Oct 2006, Seth Grover wrote: > Before I dig in and spend a lot of time trying to figure out what's > going on here, I thought I'd save the legwork ask to see if someone > else has tried to do this. > > My question: will the TMySQL50Connection component work with a MySQL > 5.1 (I thin

[lazarus] MySQL components and MySQL 5.1.xx

2006-10-30 Thread Seth Grover
Before I dig in and spend a lot of time trying to figure out what's going on here, I thought I'd save the legwork ask to see if someone else has tried to do this. My question: will the TMySQL50Connection component work with a MySQL 5.1 (I think I'm running the 5.1.11 beta) server? I modified the