Answer Posted / ajrun
Dim Query
Query="insert into TableName(username)values('" &
txt_username.text & "')"
Dim cmd as sqlclient.sqlcommand=new
sqlclient.sqlcommand(Query,connection)
cmd.ExecuteNonquery()
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
What is the extension of a compiled help project file?
What is formdata?
Is form action required?
How is anchoring different from docking?
Explain how many number of events does the timer controls?
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.
What is an example of form?
What is window form application?
What is form record?
Which window displays messages for the status of various features provided in the visual studio .net ide?
Explain the difference between listindex and tab index?
What are windows based applications?
Which method of the messagebox class is used to display a message in the message box?
What are the properties of datacontrol?