Knowledge Share
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Knowledge Share

Knowledge is NOT Power IMPLEMENTATION of knowledge is Power!!!
 
HomePortalGalleryLatest imagesRegisterLog in

 

 Db

Go down 
AuthorMessage
Admin
Admin



Posts : 142
Points : 59634446
Reputation : 0
Join date : 2007-12-29
Location : Chennai

Db Empty
PostSubject: Db   Db Icon_minitimeMon Feb 08, 2010 11:17 am

To INSERT a Record

Insert Into student values(12,'kkk','vsp')


To Modify a Field Information

update student set name='kk' where srlno=1

To Delete a Field Information from DB

Delete student where srlno=1


To Delete a Table from DB

drop table student


Connection String to Establish DbConnection

con = New OleDbConnection("User ID=sa;Provider=SQLOLEDB.1; Workstation ID=MYCLASS")

To INSERT a Record

Insert Into student values(12,'kkk','vsp')


To Modify a Field Information

update student set name='kk' where srlno=1

To Delete a Field Information from DB

Delete student where srlno=1


To Delete a Table from DB

drop table student


Connection String to Establish DbConnection

con = New OleDbConnection("User ID=sa;Provider=SQLOLEDB.1; Workstation ID=MYCLASS")
Back to top Go down
https://knowledgeshare.forumotion.com
 
Db
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Knowledge Share :: .Net-
Jump to: