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
    ok i have ado querys and in design and i use this
    webmodule.adologin.SQL.Text:='Select codentidade, nome, nipc, web_passwd from entidades where codentidade='''+AUserName+''' and web_passwd='''+APassword+'''';
    webmodule.adologin.SQL.open;

    dont have nothing more in my query....
    in my client im using this ....

    var rest:tcustomer;

    begin
    try
    result := (httprio as iwebserver).login(edit1.text, edit2.text);
    except
    on e:exception do
    showmessage(E.message);
    end;
    end;

  2. #2
    PGD Community Manager AthenaOfDelphi's Avatar
    Join Date
    Dec 2004
    Location
    South Wales, UK
    Posts
    1,245
    Blog Entries
    2
    It's impossible to follow exactly what's going on from the snippets you're posting I'm afraid.

    Is the code part of a commercial project or is it something you'd just rather not get out into the wider world?

    If not, then my suggestion is ZIP it ALL up (and I mean everything, server, client, everything) and either attach it here or if you don't want it to be public, mail it to me (athena at pascalgamedevelopment dot com) and I'll take a look at it.
    :: AthenaOfDelphi :: My Blog :: My Software ::

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
  •