Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Re: log in form
u must b use data reader command we use oledbdatareader in vb.net sample code is here vb.net dr(1) is username column dr(2) is password column textbox1.text = password column Imports System.Data.OleDb Public Class Form14 Dim cn As OleDbConnection Dim cmd As OleDbCommand Dim dr As OleDbDataReader Dim str As String …
The End.
zikrullah