Board index » delphi » UserName & Password control with MS SQL7

UserName & Password control with MS SQL7

How do I use my own username/password dialog box when connecting a client to
a MS SQL7 server using MIDAS and a remote data module.  My server
application hangs when I run the client application.  I have tried changing
the Login Prompt property on both the server (TDatabase component)  and
client (DCOM component) side.

Any help would be much appreciated

Thanks
Andrew Tuffield, London

 

Re:UserName & Password control with MS SQL7


Download table (client ppp) with passwords and usernames, prompt for
login, delete table, and if login good, start connecting to other
tables, if not, close connections.

On Fri, 2 Feb 2001 23:48:00 -0000, "Andrew Tuffield"

Quote
<and...@cardamom.freeserve.co.uk> wrote:
>How do I use my own username/password dialog box when connecting a client to
>a MS SQL7 server using MIDAS and a remote data module.  My server
>application hangs when I run the client application.  I have tried changing
>the Login Prompt property on both the server (TDatabase component)  and
>client (DCOM component) side.

>Any help would be much appreciated

>Thanks
>Andrew Tuffield, London

Regards,
E.Beli
http://www.greenhousemm.com

Other Threads