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
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
What is strong name in .net assembly?
Did vb6 support multi-threading ?
What are the difference between structure and class?
What are the differences between vb.net and c#, related to oops concepts
What is a static variable?
Tell us how many languages are supported by .net?
What is the difference between compiler and interpreter?
Explain the advantage of option strict on?
What is vb.net used for?
Explain how to send xml file on server using http protocol?
What is the main purpose of garbage collector?
Which class allows an element to be accessed using unique key?
Explain private assembly?
Which namespace are used for accessing the data?