ActiveX/COM problem

Ruslan Zasukhin sunshine at public.kherson.ua
Tue Jun 3 11:08:52 CDT 2003


on 6/3/03 0:50, Aric Whitaker at aric at pccrafter.com wrote:

> Here is the source code in VBScript, and I error out everytime when I
> try to reference vCursor.Field(intC)... any ideas?
> 
> --------ASP.NET code ---------------------
> 
> fldCount = vCursor.FieldCount
> 
> For intC = 1 to fldCount
> vField = vCursor.Field(intC)
        ^^^^^^^^ this line give error?
            check that Vcursor exists.

> strTemp = vField.Name
> Next
> 
> -------------------------------------------


Hmm, I think your cursor exists, because you use it before.
vCursor.FieldCount 

Strange.

Try access a field by name, just to see if this make difference.

You work in Visual BASIC now?
Then you can send project to me for testing that reproduce problem.

-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina mailing list