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 !