05-19-2008 10:02 PM
05-20-2008 09:41 AM
The toolkit is based on ADO which is a generic database interface and the toolkit uses standard SQL commands for the database queries. I don't think there exists a command in SQL to change a password. I suspect that password changes would be unique to each database provider (ie. SQl Seriver, Oracle, Jet). You might want to look through the ActiveX properties and methods of Access. MSDN is probably a better place to check.
Just, curious, but why do you need to change passwords?
05-20-2008 09:02 PM
Thanks for your reply.
Why I want to change password is that we have many database, so each database have different password. Everytime when user connect to database, they will have to type in password to access database. Also there will be option for user to modify the database password by using labview program without going in to microsoft access database.
05-21-2008 01:51 PM