Data connection on intranet ....Serious issue..... please help

Rajashekar_S

New member
Local time
Today, 05:05
Joined
Mar 26, 2008
Messages
6
I have access database created in my desktop, which has tables, queries and DAP's....... everthing works fine on my desktop.

But when i take whole project to my intranet shared folder, it doesnot get connected to database (even though i change the connection).

I get the fallowing errors.

Error1
Microsoft Office Access is unable to connect to the data source specified in the connection string of this page.
The server may not exist on the network, or there may be an error in the connection string information for this page.

Error2
Cannot find the database or some database objects that this page refers to. Update the connection information of the page, or fix the references to the missing database objects.

Please...... help...... it's urgent..... any help would be appreciated.
 
I have access database created in my desktop, which has tables, queries and DAP's....... everthing works fine on my desktop.

But when i take whole project to my intranet shared folder, it doesnot get connected to database (even though i change the connection).

I get the fallowing errors.

Error1
Microsoft Office Access is unable to connect to the data source specified in the connection string of this page.
The server may not exist on the network, or there may be an error in the connection string information for this page.

Error2
Cannot find the database or some database objects that this page refers to. Update the connection information of the page, or fix the references to the missing database objects.

Please...... help...... it's urgent..... any help would be appreciated.

paste your code here, then we can be help...
 
ConnectionString:

Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=\\10.200.80.34\Tech_pub\BDC\TPB-Tracking\Tracking.mdb;Mode=Share Deny None;Extended Properties="";Persist Security Info=False;Jet OLEDB:System database="";Jet OLEDB:Registry Path="";Jet OLEDB:Database Password="";Jet OLEDB:Engine Type=0;Jet OLEDB:Database Locking Mode=1;Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database Password="";Jet OLEDB:Create System Database=False;Jet OLEDB:Encrypt Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=False
 

Users who are viewing this thread

Back
Top Bottom