Hello Guys ..
I want to understant how to share my Database to the other Computer USing IP address..
Anyone can show me the code for connection.. This is my Code,
acd.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\POS.mdb;Persist Security Info=False"
acd.CursorLocation = adUseClient
where can i put the ip in my code to connect my database to the other pc.. thanks.