will look something like this...Originally posted by baby
um sorry but i dun really get u what u mean by app.path??? u mean i add this line inside the connection string????
VB Code:
strConnectionLocation = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=" & App.Path & "\CSSTS.mdb;" & _ "Persist Security Info=False"




um sorry but i dun really get u what u mean by app.path??? u mean i add this line inside the connection string????
Reply With Quote