Re: vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- From: aaapaul <lvpaul@xxxxxxx>
- Date: Mon, 08 Oct 2021 01:38:42 -0700
I found out, that I am getting the data.
Do While Not Rs1.EOF
Debug.Print Rs1.Fields(0)
Rs1.MoveNext
Loop
But why cant I bind the grid directly to the recordset?
Set Me.MSFlexGrid1.DataSource = Rs1
Thanks.
aaapaul
.
- Follow-Ups:
- References:
- vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- From: aaapaul
- Re: vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- From: Bob Barrows [MVP]
- Re: vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- From: William Vaughn
- vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- Prev by Date: Re: rdoResultset
- Next by Date: Re: vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- Previous by thread: Re: vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- Next by thread: Re: vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- Index(es):