Interviewer And Interviewee Guide

Dot Net WindowsForms Interview Question:

How save rerecord in the database?

Submitted by: Administrator
Dim Query
Query="insert into TableName(username)values('" &
txt_username.text & "')"
Dim cmd as sqlclient.sqlcommand=new
sqlclient.sqlcommand(Query,connection)
cmd.ExecuteNonquery()
Submitted by: Administrator

Read Online Dot Net WindowsForms Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.