Link to home
Start Free TrialLog in
Avatar of Anna Kirova
Anna Kirova

asked on

How to make Sign in, using Clientdataset?

if not cdsusers.locate('LOGIN;PASSWORD',vararrayof([edit1.text,edit2.text]),[]) then
           begin
           ShowMessage('Incorrect Login/Password');
           end
           else
            ShowMessage('Sucess!!!'+cdsusers.Lookup('LOGIN', Edit1.Text, 'ID'));

Open in new window


I'd like if SUCCESS to show ID....
ASKER CERTIFIED SOLUTION
Avatar of Sinisa Vuk
Sinisa Vuk
Flag of Croatia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial