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
Write the role of new keyword?
How to view an assembly?
What is sealed class?
Explain the components of common language runtime.
What is stack used for in vb. Net?
Tell us how many languages are supported by .net?
How to store decimal data in .net?
Explain about branching logic control in vb.net?
Which namespace are used for accessing the data?
What are the shadow variables?
What is the main use of a namespace?
Explain the difference between value and reference types?
What is early binding?
Explain the difference between dispose and finalize()?
What are the types of generations in garbage collector?