
June 6th, 2006, 10:42 PM
|
|
Registered User
|
|
Join Date: May 2006
Posts: 3
Time spent in forums: 15 m 22 sec
Reputation Power: 0
|
|
Conection string for a dataenviroment
Im using a datareport from vb6 and im trying to connect to my access db which i put a password on
this is my current code which was fine but i dont no where to add password info.
If DataEnvC_19.connectDWC.State Then DataEnvC_19.connectDWC.Close
DataEnvC_19.connectDWC.ConnectionString = App.Path & "\Datbwc.mdb"
thanks for any help
looked through msdn and vb help but couldnt find what i needed.
prob just my inexperiance
|