Results 1 to 5 of 5
- 08-22-2010, 08:12 PM #1
Senior Member
- Join Date
- Aug 2009
- Posts
- 294
- Rep Power
- 0
Simple SQL update doesn't work :( (Probebly easy error)
Hello!
I'v spent my day trying to understand the built in derby database SQL thingy
And Im Finaly starting to get it! :D
Anyways, I get this problem when Im trying to modd a value:
What Im trying to do is set the Firstname collumn value, on All the rows which have the id=8, to Pwnsome.Java Code:Collums 'PWNSOME' is either not in any table in the FROM list or appears..
Now that doesnt work very well :(
Heres my code:
What am I doing wrong?PHP Code:Statement statement = conn.createStatement(); statement.execute("select * FROM APP WHERE ID = 8"); statement.execute("UPDATE APP SET FIRSTNAME = Pwnsome");
- 08-22-2010, 08:17 PM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 294
- Rep Power
- 0
AAAAAAAAAHHHHHHHHHH!
Neevermiind!! :D
I found out I must set ' marks around my string value :D
- 08-22-2010, 08:18 PM #3
Senior Member
- Join Date
- Aug 2009
- Posts
- 294
- Rep Power
- 0
W8W8! No, still ONE problem remains..
It changed all my firstnames to pwnsome..
Didnt I select the ones with id 8?
- 08-22-2010, 08:21 PM #4
Senior Member
- Join Date
- Aug 2009
- Posts
- 294
- Rep Power
- 0
Nvm, figured that out :P
Sry for wasting ur time..
Admins may remove this thread :P
- 08-23-2010, 03:19 AM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
I'll keep this thread in the forum, just by closing it later.
Next time before post a question better to check all the related things, possibilities. ;)
Similar Threads
-
Simple Error ???
By darkblue24 in forum New To JavaReplies: 3Last Post: 03-26-2010, 08:15 AM -
cant find the error in the following SQL statemen but it just wont work!!
By nmvictor in forum JDBCReplies: 3Last Post: 10-26-2009, 11:42 AM -
My Simple Array Does Not Work!
By Simplev_v in forum New To JavaReplies: 16Last Post: 09-07-2009, 02:43 PM -
Simple animation won't work
By nolsen01 in forum New To JavaReplies: 4Last Post: 07-08-2009, 11:36 PM -
Error installing Eclipse Project SDK v3.2.2. update
By Kahlzarg in forum EclipseReplies: 1Last Post: 08-22-2008, 10:12 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks