HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
VBScript - End of statement error.
Post new topic   Reply to topic    HTML Help Forum Index -> ASP
View previous topic :: View next topic  
Author Message
VegaLA



Joined: 04 Jan 2008
Posts: 6

PostPosted: Mon Jan 14, 2008 12:05 pm     VBScript - End of statement error. Reply with quote

Hi all,
I have set up my new site and hosted it on GoDaddy since it allows me to use an Access.mdb as a source for my VBScript ASP pages. I have created ASP pages with a SQL source in the past from a internal webserver but never Access in a Host companys site before. I am using Dreamweaver MX 2004 to create my ASP and at home, on the local pc my ASP page displays perfectly from the web browser however not so from the site itself. I have managed to resolve various different errors that have directed me to my connection coe but this last one has me stumped. The error is as follows: Microsoft VBScript compilation error '800a0401' Expected end of statement

And my code is below:

<%
' FileName="Connection_ado_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
Dim MM_access_MyDB_STRING
MM_access_MyDB_STRING = "Driver={Microsoft Access Driver(*.mdb)};DBQ=Server.MapPath("MyDB.mdb")"
%>

Can anyone assist with this problem ?

Thanks in advance,
Mitch.......
camoman666



Joined: 24 Jun 2006
Posts: 362
Location: Fort Walton Beach, FL, USA

PostPosted: Tue Jan 15, 2008 12:51 pm     Reply with quote

You have quotes inside other quotes, change the last line to:
Code:
MM_access_MyDB_STRING = "Driver={Microsoft Access Driver(*.mdb)};DBQ=Server.MapPath(\"MyDB.mdb\")"
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> ASP All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial