Home All Groups Group Topic Archive Search About
Author
21 Mar 2006 6:55 PM
Achilles
I made a EXE with a form wiyhin a ms ado dc object. But how can I
compile this so
the foreign system (without VB) has enough system files. Ik can copy
the msadodc.ocx file,
but is there an other way??

Author
21 Mar 2006 7:42 PM
ralph
"Achilles" wrote:

> I made a EXE with a form wiyhin a ms ado dc object. But how can I
> compile this so
> the foreign system (without VB) has enough system files. Ik can copy
> the msadodc.ocx file,
> but is there an other way??
>


The absolute easiest way to discover how to substitute the ADODC control
with 'code' is to Add... a "Data Form" from the Project list, and run the
Wizard.

The Wizard will give you a chance to select a table/fields from your problem
domain, and then allows you to select one of three 'Binding Types' - an
ADODBC control, ADO code, or by creating a Data Source Class. Select 'ADO
Code' and there you are.

Go back and create another form that uses the control - and compare.

hth
-ralph