View Single Post
  #11   Spotlight this post!  
Unread 11-03-2004, 13:22
gl75 gl75 is offline
Registered User
AKA: Greg
#0075 (RoboRaiders)
Team Role: Programmer
 
Join Date: Feb 2004
Location: Hillsborough NJ
Posts: 16
gl75 is an unknown quantity at this point
Send a message via AIM to gl75
Re: Wireless network at compitition.

You would need to make a DSN in your ODBC control panel. Otherwise you could do it DSN-less in ASP with the following VB code:

Dim Conn, path
path = "c:\inetpub\wwwroot\scouting.mdb"
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & path
__________________
Greg Liebowitz
Team 75 - RoboRaiders
Webmaster/Programmer
www.roboraiders.com
Reply With Quote