Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change password dialog for Oracle
Message
From
01/09/2004 15:08:15
 
 
To
31/08/2004 15:12:58
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00938152
Message ID:
00938514
Views:
18
Try with SQLSetProp("DispLogin",3), use AERROR() to catch the password expired error.
SQLSETPROP(0,"DispLogin",3)

lnHandle=SQLSTRINGCONNECT(lcStringConn)
IF lnHandle > 0
   ?SQLTABLES(lnHandle,"TABLES")
   brow
   SQLDISCONNECT(lnHandle)
ELSE
   =AERROR(laError)
   MESSAGEBOX("Connection Error"+CHR(13)+;
              "Description:"+laError[2])
ENDIF
HTH

>HI,

>Is there a way to invoke/force the change password dialog box from Fox Pro with a SQLSetprop or something like that? There is a dialog box that comes up if the user password is expired, and we would like to invoke that dialog box on request as well.

>Thank you Cicilia
Apoya a Visual FoxPro usandolo legalmente
--
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º
Espartaco Palma Martínez
SysOp PortalFox
http://www.portalfox.com
esparta@portalfox.com
Previous
Reply
Map
View

Click here to load this message in the networking platform