|
-
Jul 1st, 2002, 11:38 AM
#1
Thread Starter
New Member
Database destination not found
My problem is this... i used these coding to do the connection on my pc but when my frenz used it... error msg keep on prompting tt they cannot detect the database... can any1 tell me wats wrong wif my coding?
------------------------------------------------------------------------------------
strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
strConn = strConn & "C:\JWing\Die Master\Die Master\DieMaster.mdb"
myCon.ConnectionString = strConn
myCon.Open
------------------------------------------------------------------------------------
this set of coding wrk for my pc not my frenz !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|