Re: Weird SQL error

2005-05-26 Thread Rick Root
Rick Root wrote: > Anyone ever seen this? > > Error Occurred While Processing Request > 7 >= 7 > > the query is a simple select query... > > SELECT * FROM GALLERY_PHOTOS > where > blog_id= > and gallery_id= value="#GALLERY_ID#"> > > (I don't know what database is involved, the person who report

RE: weird sql error

2002-03-14 Thread Ramin Surya
That might be it. Good Catch!! -Original Message- From: Justin Greene [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 4:45 PM To: CF-Talk Subject: RE: weird sql error How about the missing comma in the Values part of your query... looks like a temp stored procedure is being

RE: weird sql error

2002-03-14 Thread Justin Greene
How about the missing comma in the Values part of your query... looks like a temp stored procedure is being created and choking between parameters 10 and 11. Justin > -Original Message- > From: Jen Perkins [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 2:38 PM > To: CF-Talk