| | |
insert function val into access db
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Apr 2008
Posts: 38
Reputation:
Solved Threads: 0
hi
i have textbox and i want to insert this text into access db but the field in db is number so i tried both functions val and cint to convert text to integer while iam inserting at the same time but i got error : Input string was not in correct format!
this is my code:
cmcontact.CommandText = "insert into table1_local(id) values" + (Val(Me.TextBox1.Text)) + ";"
i have textbox and i want to insert this text into access db but the field in db is number so i tried both functions val and cint to convert text to integer while iam inserting at the same time but i got error : Input string was not in correct format!
this is my code:
cmcontact.CommandText = "insert into table1_local(id) values" + (Val(Me.TextBox1.Text)) + ";"
why you don't make user to do not input string/char inputs? make them to input numbers only. so you don't have to convert input from text to number.
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
So, Please do something before post your thread.
* PM Asking will be ignored *
![]() |
Similar Threads
- Error Microsoft OLE DB/ODBC (0x80004005) Access (ASP)
- page1Form.php to page2Form.php (PHP)
- Help me with my myspace clone (PHP)
- Struggling with Captcha (PHP)
- if conditional question in excel (Windows Software)
- Check existing users in the database (ASP)
- Access Sub switchboard password protection (Visual Basic 4 / 5 / 6)
Other Threads in the VB.NET Forum
- Previous Thread: Please help me with inserting to access data base
- Next Thread: Visual Basic help
Views: 1096 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net 30minutes 2005 2008 access account application arithmetic array arrays basic binary bing button buttons c# center check checkbox code combobox component connectionstring convert crystalreport data database databasesearch datagrid datagridview design dissertation dissertations dll dropdownlist excel file-dialog folder ftp generatetags google gridview hardcopy highlighting images inline insert intel internet listview mobile monitor ms net networking output passingparameters peertopeervideostreaming picturebox picturebox1 plugin port print printing problem problemwithinstallation project save searchbox searchvb.net select serial server soap sorting syntax table tcp text textbox timer toolbox trim update updown user vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web wpf






