| Posted: 26 May 2006 04:23 | |
Registered User Currently Offline
|
Posts: 40
Join Date: May 2006
|
I have a problem in inserting a value to the variable in the database. I couldn't put value that was inserted in the textbox and then store immediately in the database.
The code is:
insert into tablename values (txtbox.text)
This code doesn't work.
|