SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseSQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old February 20th, 2003, 07:36 PM
Billy Joe Billy Joe is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Posts: 1 Billy Joe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Query String too long (newbie)

I'm using SQL and ASP to query an access database. My SQL string is really long and I'm getting an "Expected end of statement" error due to the fact that my query string is more than one line long. The SQL string (which works fine in Access) is as follows:<br><br>"SELECT Projects.Title, Projects.Directory, Projects.DateRequested, Projects.DateNeeded, Projects.DateCompleted, Projects.Description, Projects.Notes, [Staff].[FirstName] & " " & [Staff].[LastName] AS StaffName, [Contacts].[FirstName] & " " & [Contacts].[LastName] AS ConName FROM Contacts INNER JOIN (Staff INNER JOIN Projects ON Staff.StaffID = Projects.StaffKey) ON Contacts.ContactID = Projects.ContactKey"<br><br>Many thanks in advance for your help! <br> <img src="/forum/emoticons/burger.gif" alt="burger">

Reply With Quote
  #2  
Old February 21st, 2003, 02:55 AM
Andrew Andrew is offline
dotNetBB Forums Developer
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2002
Posts: 265 Andrew User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via ICQ to Andrew Send a message via AIM to Andrew Send a message via Yahoo to Andrew
If you are putting it on more than one line then you need to do it like this....<br><div class="msgQuoteWrap"><div class="msgCode"><br>Dim mySQL <br>mySQL = "SELECT Projects.Title, Projects.Directory, Projects.DateRequested," & _<br>" Projects.DateNeeded, Projects.DateCompleted, Projects.Description, Projects.Notes," & _<br>" [Staff].[FirstName] & " " & [Staff].[LastName] AS StaffName, [Contacts].[FirstName]" & _<br>" " & [Contacts].[LastName] AS ConName FROM Contacts INNER JOIN (Staff INNER JOIN" & _<br>" Projects ON Staff.StaffID = Projects.StaffKey) ON Contacts.ContactID = Projects.ContactKey"<br></div></div><p> </p><p><hr size="1" width="50%" align="left" />dotNetBB Forum Developer<br><b><i>Building A Better Community, One Post At A Time</i></b><br><a href="http://www.dotnetbb.com" target="_blank">www.dotnetbb.com</a></p>

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > Query String too long (newbie)


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway