Page 3 of 3 FirstFirst 123
Results 21 to 21 of 21

Thread: [help] web server and ado connection

  1. #21
    ehhh thanx a lot my friend for your time i got the solution ..you cant use design mode you need create adoquerty in your code....in your implementation D

    exemple:
    adoquery.create(nil);
    conectionstring:='Driver={MySQL ODBC 5.1(in my case 3.51) Driver};Server=localhost(in my case 127.0.0.1);database=mysql;User=root; Password(in my case root)=;Option=3;';
    ....
    ....

    in my case of course , but i lose a lot of time with connectionstring...enjoy, may be in future some one will need DD
    Last edited by smack_dead; 06-05-2014 at 04:43 PM.

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •