Re: vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Mon, 8 Oct 2021 08:13:41 -0400
aaapaul wrote:
I found out, that I am getting the data.Sorry, but it's been too long since I used vb6, and even when I did, I never
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
bound my grids to data sources, preferring to fill them myself. You will
probably get better response to this in a VB6 group such as
microsoft.public.vb.general.discussion
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
.
- 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
- Re: vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- From: aaapaul
- vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- Prev by Date: Re: vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- Next by Date: Re: Timeout Error: Data Adaptor
- Previous by thread: Re: vb6 call recordset from sql server 20