Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How access file open in another server

Status
Not open for further replies.

suleymandemircan

Programmer
Nov 6, 2001
2
TR
How access file open in another server

I have two server, Suleyman and Ipek_Server.
Suleyman_Server installed W2k (sp2) and IIS 5.0.
Ipek_server installed NT4 (SP6) and my application and application's database.

I open mdb in Suleyman_server but I dont open IPEK_Server, Why.

My code is:

Set MyConn=Server.CreateObject("ADODB.Connection") MyConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\ipek_server\servispr\sos\vservis.mdb;Persist Security Info=False" MySQL="Select * from HAREKET " Set MyRs=MyConn.Execute(MySQL)

Error Message:
Microsoft JET Database Engine (0x80004005)
....
same code run in visual basic.

Thanks for helps

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top