Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting rid of login dialog when connecting to sql serve
Message
From
06/11/1998 13:00:33
Jeroen Naus
Harte-Hanks Europe
Hasselt, Belgium
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00155154
Message ID:
00155291
Views:
23
My users type in there password and username in a login screen. I create a string by appending the password and the userid to the connectionstring. Like:
lcConnstring = lcConnstring + ";UID=" + thisform.userid + ";PWD=" + thisform.pwid.
If the user types in the correct username and password everything works fine. If the user types in the wrong userid and password, I want to capture the ODBC error and show the login screen again.
Now I get a second vfp login screen on which they can change the database, ... I want to disable this screen, the question is how ?
Previous
Reply
Map
View

Click here to load this message in the networking platform