|
| |
|
|
washurjosh
Posts: 66 Joined: 1/18/2006 Status: offline
|
check my sql insert into statement - 6/1/2006 2:32:26
INSERT INTO Results (first, last, email, Sex, Eye, height, website, age, vocal, accent, password, resbig, ressmall, headbig, headsmall, thedate) VALUES ('::first::', '::last::', '::email::', '::Sex::', '::Eye::', '::height::', '::website::', '::age::', '::vocal::', '::accent::', '::password::', '::resbig::', '::ressmall::', '::headbig::', '::headsmall::', '::thedate::') i dont get why i keep getting an error. It was working until 3 or 4 days ago and i dont understand whats wrong, the drw doesnt even accept it anymore. I dont know what is wrong!!! Please help. THANKS
|
|
|
|
washurjosh
Posts: 66 Joined: 1/18/2006 Status: offline
|
RE: check my sql insert into statement - 6/1/2006 4:20:05
Sorry i used to have brackets on some of them, i just uploaded the sql i was testing.... here is what i have found after checking all of them against your sql reserved word list. INSERT INTO Results ([first], [last], email, Sex, Eye, height, [website], age, vocal, accent, [password], resbig, ressmall, headbig, headsmall, [thedate]) VALUES ('::first::', '::last::', '::email::', '::Sex::', '::Eye::', '::height::', '::website::', '::age::', '::vocal::', '::accent::', '::password::', '::resbig::', '::ressmall::', '::headbig::', '::headsmall::', '::thedate::') still not working, the drw wont let me go on :(
|
|
|
|
washurjosh
Posts: 66 Joined: 1/18/2006 Status: offline
|
RE: check my sql insert into statement - 6/1/2006 4:20:39
i did just update my server to asp.net 2.0 would that have something to do with it?
|
|
|
|
rdouglass
Posts: 9280 From: Biddeford, ME USA Status: offline
|
RE: check my sql insert into statement - 6/1/2006 9:13:47
quote:
i am using xp home Not for the server are you? Spooky, I know it's dangerous but I think I have to disagree. To me it looks like a permissions issue on the fpdb folder or whatever folder the db file is in. You need both read and write permissions. Unfortunately, I see those far too often.
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
washurjosh
Posts: 66 Joined: 1/18/2006 Status: offline
|
RE: check my sql insert into statement - 6/2/2006 1:52:49
Ok, so i opened the web "http://www.mywebsite.com" and went to Tools>Server>Permissions is this where i change the permission?
< Message edited by washurjosh -- 6/2/2006 1:58:31 >
|
|
|
|
washurjosh
Posts: 66 Joined: 1/18/2006 Status: offline
|
RE: check my sql insert into statement - 6/2/2006 5:37:17
i fixed the problem. My folders changed their permissions i guess when i upgraded to the different web service. (im using godaddy, urgg) But when i opened my live server from frontpage and then right clicked on the folders i needed to have write permissions and checked the box "allow anonymous upload to this directory" this gives it write permissions. it worked like a charm...well like a really bad, difficult to understand, charm. :) thanks for all your help guys!
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|