i only have knowledge of connecting into a database(singel PC)
but i have now idea where to start when my database needs to be centralized(1database for many PC) or (Network, LAN connected database)

can any1 help me on how to make this,

my code for connecting a database to VB is below
what do i need to change?

prov = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\MAINDB2.mdb" & ";Persist Security Info=False"

also after asking people in school how to do this,

they only told me of using DSN

but what is DSN?

Recommended Answers

All 3 Replies

have you tried google - "DSN database"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.