Re: vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- From: "William Vaughn" <billvaNoSPAM@xxxxxxxxx>
- Date: Mon, 8 Oct 2021 10:45:30 -0700
Ah, same here. Geez, I must be getting old.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant, Dad, Grandpa
Microsoft MVP
INETA Speaker
www.betav.com
www.betav.com/blog/billva
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
"Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx> wrote in message news:OKW%23mSaCIHA.3940@xxxxxxxxxxxxxxxxxxxxxxx
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 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
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
--
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"
.
- 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
- Re: vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- From: Bob Barrows [MVP]
- vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- Prev by Date: RE: ADODB.Stream.Open now with VS2005 gives wrong type error message
- Next by Date: Re: ADODB.Stream.Open now with VS2005 gives wrong type error message
- Previous by thread: Re: vb6 call recordset from sql server 2000 - working until using parameters - then empty recordset
- Next by thread: Re: Error while opening SQL Server CE database
- Index(es):
Relevant Pages
|