Where should I get the declaration ADODB.Stream Object?
as far as i know, ADODB library has only 4 objects: Command, Connection, Recordset & Parameter.

I need this object for the Image DB.
thanks

Recommended Answers

All 3 Replies

Where should I get the declaration ADODB.Stream Object?
as far as i know, ADODB library has only 4 objects: Command, Connection, Recordset & Parameter.

I need this object for the Image DB.
thanks

You need Microsoft ActiveX Data Objects 2.5 (or higher version) to use the ADODB.Stream object. Apart from above, it has 2 other class objects - Stream and Record.

ah ok, the one i am using is Microsoft ADO Data Control 6.0 (OLEDB), i thought it is similar to the one you said. but how could I add these component? is it in VB 6.0? or not? thanks for the reply

ah, it's a reference, not a component, i've found it.
anyway, thanks, thanks....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.