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 would you do to remove microsoft visual basic name space?
Tell us how many languages are supported by .net?
What are jagged arrarys ?
What is the importance of a Button control?
Can you please explain the difference between dispose and finalize()?
What do you understand by vb.net?
Define manifest?
How does vb.net achieve polymorphism?
What are different types of jit ?
What is an assembly and its use?
Is vb.net a programming language?
Explain about branching logic control in vb.net?
What is private assembly?
List the two main parts of .net?
What are the different types of applications supported in .net (or) .net framework?