Ask a Question related to ASP Database, Design and Development.
-
Microsoft #1
connecting to db on another server
hi,
to connect to MSaccess db on [url]www.mysite.com[/url], I would use somthing like
this..
Dim cnnDB, MdbFilePath
Set cnnDB = Server.CreateObject("ADODB.Connection")
MdbFilePath = Server.MapPath("/db/myweb.mdb")
cnnDB.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & MdbFilePath &
";"
What I need to do is connect to a DB on a different server, eg
[url]www.yoursite.com[/url]
The db server will be using IIS 4,
Andrew
Microsoft Guest
-
Connecting SQL Server with DW using ASP.NET VB
Hello All, I'm trying to connect SQL Server with DW using ASP.NET VB using several connection strings and getting different error messages. The... -
connecting to dsn on server
I have a website on a shared server at CrystalTech. They say: Your data source verified. The connection string you should use in your code is... -
Connecting SQL Server to DW
Hello I'm I have a project that is due shortly and I have been trying for about a week to connect SQL Server with DW with no success. I have read... -
Connecting to SQL Server from ASP.NET
Hi, Hi I have SQL Server Instances running on same machine. How do i connect to the "SecondInstance" of SQL Server on a machine from ASP.NET? ... -
Web Server connecting to Informix Server
I am running an OLTP system with Informix 7.3 IDS on HPUX. We are considering writing some web interfaces to connect to the database. At first we...



Reply With Quote

