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
2 Posted Topics
Re: 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 … | |
Re: hi... did you get any solution for this issue.. Would be appreciative if you reply... |
The End.