|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ADO records not passing within dllI created a dll control which utilizes (among other things) ADO recordsets.
The control properly reads the database catalog and can pull an empty recordset, but when passing records to a listform (seperate form with a gridview - as Friend) within the control, no records are passed, but the recordset structure is intact... Any idea what might be going on here?? advTHANKSance JW JW,
As for ever, can you show us a piece of code, as you cannot find it with that, what you expect you from us to find it without that. Cor Show quoteHide quote "JW" <angelnoire***@yahoo.com> schreef in bericht news:DIGEg.5770$3l.4802@tornado.texas.rr.com... >I created a dll control which utilizes (among other things) ADO recordsets. >The control properly reads the database catalog and can pull an empty >recordset, but when passing records to a listform (seperate form with a >gridview - as Friend) within the control, no records are passed, but the >recordset structure is intact... Any idea what might be going on here?? > advTHANKSance > JW > > > On Wed, 16 Aug 2006 15:20:03 GMT, "JW" <angelnoire***@yahoo.com> wrote: ¤ I created a dll control which utilizes (among other things) ADO recordsets. ¤ The control properly reads the database catalog and can pull an empty ¤ recordset, but when passing records to a listform (seperate form with a ¤ gridview - as Friend) within the control, no records are passed, but the ¤ recordset structure is intact... Any idea what might be going on here?? ¤ advTHANKSance Have you disconnected the Recordset by setting ActiveConnection to Nothing? Are you marshaling the Recordset ByVal? Paul ~~~~ Microsoft MVP (Visual Basic)
VB.NET Express speed issue
To overload, or not to overload? ANN: VS.NET 2003 SP1 Memory Usange In VB.NET Serial Port Communuciation in VB with Compact Framework 2.0 Capturing the second column data from a list view box. create a folder useing vb code? Desktop Application Culture Setting Control.Visble = True ERROR Automaticaly Clicking a Checkbox on a webbrowser control |
|||||||||||||||||||||||