Ask a Question related to Coldfusion Database Access, Design and Development.
-
sjhf #1
error on statement on local server
I'm testing locally and got the following error. I'm stumped because this same
page runs fine on the actual server running exactly the same: CF MX 6.1 and
MySQL 4.1.1.
Any ideas? All other pages running from this system seem to be fine. It was
just this one.
Thanks!
Syntax error or access violation: You have an error in your SQL syntax. Check
the manual that corresponds to your MySQL server version for the right syntax
to use near 'SELECT SiteTypeID FROM SeasonDates INNER JOIN Seasons
Can the code area this refers to is below:
SELECT SiteTypeID, Name
FROM SiteTypes
WHERE CampID = #Session.CampID#
AND IsActive <> 0
AND SiteTypeID IN (
SELECT SiteTypeID
FROM SeasonDates
INNER JOIN Seasons
ON SeasonDates.SeasonID = Seasons.SeasonID
WHERE IsActive <> 0
)
ORDER BY SortBy
sjhf Guest
-
flash media server only works local on server
i just installed a developers version of the flash media server on a windows server. i don't have any problems while starting my applications on... -
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
When i try to start my mysql server, i get this error ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'... -
Error with local test server - cannot add recordset
:confused; Hi I am relatively new to this and learning via Dreamweaver's help but encountered problem. Running on Win2K and installed IIS... -
Can't use 'local' to find sql server instances on local machine
My computer (connected to a domain) is having trouble connecting to the local MSDE when using 'local' or '(local)' as server name. The only way I... -
TNS Protocol Error from SQLPlus within local server
With a new Oracle 817 server install, when connecting using SQLPlus on the local machine, leaving the Host String as blank, I get a TNS Protocol... -
adonis1976 #2
Re: error on statement on local server
it is a permission issue on the local.. make sure u have right permission..
adonis1976 Guest
-
See4th #3
Re: error on statement on local server
Are you referring to MySql user permissions or NTFS system permissions?
See4th Guest



Reply With Quote

