Re: ASP Database Help

by Christopher Higgs <chiggs(at)unimelb.edu.au>

 Date:  Tue, 30 Jul 2002 14:59:09 +1000
 To:  Matthew Ohlman <matthew(at)ohlman.com>,
HWG-basics(at)hwg.org
 In-Reply-To:  ohlman
  todo: View Thread, Original
At 11:27 AM 29/07/2002 -0500, Matthew Ohlman wrote:
>DSNtemp = dsntemp & "DBQ=" & server.mappath("guestbook.mdb)};"

Yes - that line is incorrect.  guestbook.mdb needs quotes around it:

DSNtemp = dsntemp & "DBQ=" & server.mappath("guestbook.mdb") & "};"

Not sure what the curly brace is for - try a response.write statement to 
make sure DSNtemp is ending up with the string you expect it to have.


Chris Higgs
Manager, New Learning Technology
ILFR, University of Melbourne
http://www.landfood.unimelb.edu.au/
Phone: +61 3 8344 9749  Fax: + 61 3 9348 2156

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA