Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: Open Connection


Message #1 by Gary Schells <gschells@d...> on Mon, 14 May 2001 17:27:51 -0500
Hello List,

This is my first posting and I am new to ASP development.

I have the following code in my application:

 

 set conn = server.createobject("Adodb.Connection")

 Conn.Open

"DBQ=d:\transis\webprojects\dir_paths\presentations.mdb;Driver={Microsoft

Access Driver .mdb)};DriverId=25;MaxBufferSize=8192;Threads=20;"

 

I have written another application for my intranet site with the exact same

coding - the only difference is the name of the database.

That application works great.  The code above now generates an (unknown)

path error message.

 

Does anyone have any insight regarding this?  I have been told by my network

administrator that d: is the proper designation for this 

network path - I suppose tha't why it works in the other application.

 

I feel I am lacking a good basic understanding of how to open a connection

object.  I would very much appreciate any feedback

regarding this.

Thank you,

Gary

 



Gary Schells 

GIS Analyst 

Transportation Department, NCTCOG 

Phone:  xxx-xxx-xxxx  

Fax:     xxx-xxx-xxxx  

gschells@d... 

www.dfwinfo.com 



 


  Return to Index