0 pts.
 database access
how can i connect to a ms access database which resides on other computer in a network using vb6.0

Software/Hardware used:
ASKED: January 3, 2007  1:18 PM
UPDATED: January 3, 2007  2:28 PM

Answer Wiki:
1. Place the database in a directory the is accessible to the user running the program. 2. In your VB project, add a reference to the Microsoft ActiveX Data Objects 2.* Library (ADO) 3. You can use the OLEDB or ODBC along with ADO to connect to the database. If you need help with the connection string, Google "MS Access connection string." Hope this helps CJC
Last Wiki Answer Submitted:  January 3, 2007  2:28 pm  by  CharlesJC   0 pts.
All Answer Wiki Contributors:  CharlesJC   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _