
September 29th, 2007, 06:26 PM
|
|
Registered User
|
|
Join Date: Sep 2007
Posts: 2
Time spent in forums: 44 m 28 sec
Reputation Power: 0
|
|
|
Error executing the Database Query
Hello i have a problem retrieving a query from a form, im trying to "add new user" but i keep getting an error processing the request it says its a Synax error in INTO Statement.
Im using coldfusionMX7 and access 2007 database. any1 understand below? and have any idea on whats wrong?
The error occurred in C:\CFusionMX7\wwwroot\admin\Users\add.cfm: line 64
62 : <cfelse>
63 : NULL
64 : </cfif>
65 : )
66 : </cfquery>
Im still learning the code so not too hot. if you need more info from me to help solve my problem let me know what i need to provide. Thanks.
--------------------------------------------------
OMG i have just figured it out myself, after a few thoughts i thought i would try to find if any of my paramaters are reserved only to find out that "Password" is actually reserved in access, why havent anyone who works with access picked this up before? well anyway no need to reply to this message now as i worked it out.. Thanks
Last edited by Nero : September 29th, 2007 at 07:24 PM.
Reason: Ihave worked it out myself
|