Posts
 
Reputation
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 #44.2K
~3K People Reached
PC Specs
VB 6.0
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for Nithya.S

Or you can use below method........ Dim con As New ADODB.Connection Private Sub Command1_Click() Dim rs As Recordset con.ConnectionString = "Type Connection String" con.Open Set rs = con.Execute("select * from customers") With rs If Not rs.EOF And Not .BOF Then Do While Not .EOF spCustomer.Row = spCustomer.MaxRows spCustomer.Col = 1 …

Member Avatar for ratheeshpranava
0
1K
Member Avatar for Shilparani
Member Avatar for ratheeshpranava
0
2K

The End.