rschopd
04-16-2004, 12:44 PM
Hi,
I have one problem developing system in VB. I'm connecting to database thru
oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & _
"Dbq=H:\POPS\server\POPS.mdb;" & _
"Uid=;" & _
"Pwd=;"
but everytime I run this file I have to add reference to from the project menu to MS Access object Library and MS activex library. Is there any way I can just hardcode these references so that I don't have to worry about adding them again? Please let me know
Thanks a Bunch
I have one problem developing system in VB. I'm connecting to database thru
oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & _
"Dbq=H:\POPS\server\POPS.mdb;" & _
"Uid=;" & _
"Pwd=;"
but everytime I run this file I have to add reference to from the project menu to MS Access object Library and MS activex library. Is there any way I can just hardcode these references so that I don't have to worry about adding them again? Please let me know
Thanks a Bunch