Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Password for connecting to SQL Server 6.5
Message
From
29/12/1998 20:11:28
Paul De Niverville
Deniverville Econometric Research Ltd.
Victoria, British Columbia, Canada
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00171392
Message ID:
00171406
Views:
29
Hi,

Have a look at the "sp_password" procedure is Transact SQL Reference.

In vfp,

connhandle = sqlconnect()
y = sqlexec(connhandle,"sp_password"+ old_password + "," + new_password)

old_password and new_pasword can be memory variables assigned in vfp.

Good luck,

Paul


>I've a novice question about using VFP 6.0 to connect to SQL Server 6.5. I know you can connect by passing a user id and a password. Is there a way to change the password on the SQL Server side via VFP?
>
>Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform