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

 

 To Find An existing Record in DataBase and display in fields

Go down 
AuthorMessage
Admin
Admin



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

To Find An existing Record in DataBase and display in fields Empty
PostSubject: To Find An existing Record in DataBase and display in fields   To Find An existing Record in DataBase and display in fields Icon_minitimeMon Feb 08, 2010 11:16 am

To Find An existing Record in DataBase and display in fields

Dim scmd As OleDbCommand
scmd = New OleDbCommand("select notice,noticedate from notice where noticeno='" & notice_no.text & "'", Application("con"))
Dim drr As OleDbDataReader
drr = scmd.ExecuteReader
drr.Read()
tb1.text = drr(0)
TextBox2.Text = drr(1)
drr.Close()
Back to top Go down
https://knowledgeshare.forumotion.com
 
To Find An existing Record in DataBase and display in fields
Back to top 
Page 1 of 1
 Similar topics
-
» To Modify An existing Record in DataBase
» Database Faqs
» Database Connection

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