This site has a great example http://www.asp101.com/samples/viewasp.asp?file=database%2Easp
_____ From: Chris Hagwood [mailto:[EMAIL PROTECTED] Sent: November 2, 2004 2:37 PM To: [EMAIL PROTECTED] Subject: [ASP] dbase connection string I need to connect to a dbase database, but cannot seem to get it right. Here's my connection string: strCon = "Driver={Microsoft dBASE Driver (*.dbf)};" & _ "Dbq=E:UPDATES\ONLINEDB\feimage.dbf;" Set rs = Server.CreateObject("ADODB.Recordset") strSQL = "Select * from feimage;" rs.Open strSQL, strCon I get this error: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC dBase Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides. /intranet/webforms/jailphotos/results.asp, line 6 --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Sponsor ADVERTISEMENT click here <http://us.ard.yahoo.com/SIG=129nqo8gj/M=297844.5077745.6203885.3356155/ D=groups/S=1705115381:HM/EXP=1099510649/A=2196681/R=0/SIG=10v7of2am/*htt p://www.target.com/careers> <http://us.adserver.yahoo.com/l?M=297844.5077745.6203885.3356155/D=group s/S=:HM/A=2196681/rand=934818446> _____ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] ibe> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
