How to Insert a TextBox value in to Sql database using
VB.Net coding?
Answer Posted / joe
Try Something Like This:
sqCmd.CommandText = "INSERT INTO [RF_DB].[dbo].[RFID_TABLE]
Values('" & textbox1.text & "', '" & textbox2.text & "','" &
textbox3.text & "')"
<A
HREF="http://www.difficulty9.com/blog/8-sql-insert-multiple-values.aspx">Check
The Blog</A>
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
What is break mode? What are the options to step through code?
Explain how does the xmlserializer work?
Can you please explain the difference between int and int32?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
how to get dynamic control array position or its index position?
What keyword is used to accept a variable number of parameter in a method?
What is deep copy?
What is late binding and early binding?
What is redim keyword and its use?
What is sealed class?
Explain how can we remove handlers at run time?
What is misl code?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
What is the use of errorprovider control?
Which properties are used to bind a DataGridView control?