July 9, 2002 at 9:16 am
i'm developing a VB program that will be used to call a stored procedure that I created in the DBA database. I'm useing the Datagrid object in VB to access the stored procedure. I got a good connection to the server and the database, and I got the stored procedure that I need. However, when I go to run the VB program the datagrid does not get filled. Is there something that i'm missing. Please Help me
thanks
rich
RICHARD KIRMSS
RICHARD KIRMSS
July 9, 2002 at 9:46 am
I dont use it often. You have to bind the recordset to the datagrid, something like set grid.datasource=rs probably.
Andy
July 9, 2002 at 10:32 am
I tried that i wrote
set datagrid1.datasource = dataenvironment.recordsets
and still nothing. anyother suggestions
would be great. if you need me to elaborate on anything that i'm doing let me know
thanks
rich
RICHARD KIRMSS
RICHARD KIRMSS
July 9, 2002 at 12:07 pm
If you have multiple recordsets in your DE you have to specify which one.
Andy
July 11, 2002 at 12:01 pm
I'm still haveing problems with this
I was wondering if any one knows of a
good VB site tha might explain more
about data environments, data girds ect
thanks for your help
rich
RICHARD KIRMSS
RICHARD KIRMSS
July 11, 2002 at 2:24 pm
Try http://www.vb2themax, http://www.fawcette.com (VS Magazine), http://www.codehound.com. Probably the MS newsgroups too.
Andy
July 12, 2002 at 8:22 am
thank you for the websites you mentioned
they really worked out
RICHARD KIRMSS
RICHARD KIRMSS
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply