Hi i am using java code to connect to MS access using following url
jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=C:/login.mdb
Now if I need to connect to the run this java code from some other machine in network then how will I write the path "DBQ=C:/login.mdb"