Access and sql server problem

G

Guest

i have two sql server 2000 and access for front end. with one server which
is for developement purpose working fine .... i can send data to update and
it is diong that with out problem. but when i change the connection string to
live server. it gave me connection time expired. does any one know where i am
wrong . i am suing below connection string .


Constring = "Provider=SQLOLEDB;Data Source=LiveServer;" & _
"Initial
Catalog=MyDatabase;UID=userme;PWD=123456;Trusted_Connection=Yes"

thanks
 
G

Guest

the connection string is ok because its working with development sql server
not my live sql server .....
 
N

Nikos Yannacopoulos

Quite likely a security issue on the SQL Server side; cross-check your
security between the two servers.

HTH,
Nikos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top