Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

RE: FN-FORUM access/asp

date posted 13th January 2003 16:56

I think "password" is a reserved word, try changing the column name to
something else (pword?)

Mike
http://www.denialdesign.com


-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of David Eckersall
Sent: 13 January 2003 16:41
To: [EMAIL REMOVED]
Subject: FN-FORUM access/asp


alas my current project utilises access and i've just come a cropper on what
should be a doddle.

the function below is generating the error "Syntax error in INSERT INTO
statement"

function regUser(fname, email, pwd)

regUser=""
set myConn=getConn(application("strUDL"))
myConn.open

set objRS=myConn.execute("SELECT COUNT(email_address) AS [eCounter]
FROM USERS WHERE email_address='"&email&"'")

eCounter=objRS("eCounter")

set objRS=nothing

if eCounter=0 then
sql="INSERT INTO [USERS] (fname, email_address, password) VALUES
('"&fname&"', '"&email&"', '"&pwd&"')"
myConn.execute(sql)
else
regUser="That email address is already registered"
end if

myConn.close
set myConn=nothing

' response.End

end function

when writing out the generated sql i get this: INSERT INTO [USERS] (fname,
email_address, password) VALUES ('dave', [EMAIL REMOVED] 'nemesis')
which runs perfectly in a query window, just not through the function..
grrrrrr!

any ideas?

tia


========
Advertise with Freelancers.net +Additions+
http://www.freelancers.net/advert.php


Freelancers and Freelance Jobs:
http://www.freelancers.net

Forum FAQs:
http://freelancers.netrickery.com

To unsubscribe please email:
[EMAIL REMOVED]

If you have difficulties unsubscribing please email:
[EMAIL REMOVED]



Messages by Day
January 31st 2003
January 30th 2003
January 29th 2003
January 28th 2003
January 27th 2003
January 26th 2003
January 25th 2003
January 24th 2003
January 23rd 2003
January 22nd 2003
January 21st 2003
January 20th 2003
January 19th 2003
January 18th 2003
January 17th 2003
January 16th 2003
January 15th 2003
January 14th 2003
January 13th 2003
January 12th 2003
January 11th 2003
January 10th 2003
January 9th 2003
January 8th 2003
January 7th 2003
January 6th 2003
January 5th 2003
January 4th 2003
January 3rd 2003
January 2nd 2003
January 1st 2003


Messages by Month
December 2003
November 2003
October 2003
September 2003
August 2003
July 2003
June 2003
May 2003
April 2003
March 2003
February 2003
January 2003


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000