Results 1 to 10 of 21

Thread: [help] web server and ado connection

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    i tried but i got the same error in client ...acecess violation at address....in module webserver.exe...... baah dont work and dont creat the file....

  2. #2
    PGD Community Manager AthenaOfDelphi's Avatar
    Join Date
    Dec 2004
    Location
    South Wales, UK
    Posts
    1,245
    Blog Entries
    2
    You're going to have to post the entire method where you are initialising the database.
    :: AthenaOfDelphi :: My Blog :: My Software ::

  3. #3
    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.

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
  •