Re: fabricated hierarchical recordset
From: Val Mazur <group51a_at_hotmail.com>
Date: Mon, 25 Aug 2003 21:37:38 -0400
Message-ID: <Oar9iK3aDHA.2580_at_TK2MSFTNGP09.phx.gbl>
Date: Mon, 25 Aug 2003 21:37:38 -0400
Message-ID: <Oar9iK3aDHA.2580_at_TK2MSFTNGP09.phx.gbl>
Hi Alex,
check next KB about how to create hierarchical recordset programmatically
http://support.microsoft.com/default.aspx?scid=kb;en-us;196029
-- Val Mazur Microsoft MVP Check Virus Alert, stay updated http://www.microsoft.com/security/incident/blast.asp "ALEX KLEIN" <alekskleyn_at_optonline.net> wrote in message news:Vip2b.193279$_R5.71553770_at_news4.srv.hcvlny.cv.net...Received on Tue Aug 26 2003 - 03:37:38 CEST
> I want to use fabricated hierarchical recordset in VB6 using ADO. I wrote
> code like
> dim rs as adodb.recordest
> set rs=new adodb.recordest
> rs.fields.append "a1",adChar,30
> Then in loop I put
> rs.addnew
> rs("a1")=...
> re.update
> when I associated this with hierarchical flexgrid I saw what I expected.
On
> the next step I added line
> rs.fields.append "a2",adChapter
> and this operator gave me error that I use wrong parms. Then I realized
that
> I should use specific connection. But with this connection adChar stopped
to
> work also. Is it possible to resolve this problem?
> --
> Aleks Kleyn
> http://www.geocities.com/aleks_kleyn
>
>
