Cor
Thanks for responding and the info
In using ADONet. and connecting to the database using MS.Jet.OLEDB
connection. The Interface file contains common ADONet type set/get methods
common to ADONet applications (DataSet, DataTable, DataGrid, ErrorProvider,
seaching, etc). The following are few stubs from the interface
//General data
DataGrid setGridCaption(..);
DataGrid SetCellWithFocus(...);
DataGrid setGridNamesAndWidth(...);
DataGrid moveDataGridIndex(...);
Steve
"Cor Ligthert" wrote:
> Steve,
>
> I think that you make it yourself difficult to get an answer, when you ask
> a question you should at least use the elementary names as used in the
> language.
>
> ADO is as well called ADODB which uses Recordsets
> ADONET uses Datasets.
>
> Starting reading your text, gave me the idea you where using ADO while going
> on it became ADONET.
>
> Than I thought he wants to create an interface using his ADO code with
> ADONet. However than it did not sound reasonable as well reading the text.
>
> Getting a solution means first writting the problem down right, that is
> elementary with development in my opinion.
>
> You can use both in VS Net by the way, although ADONET is much prefered.
>
> I hope this helps something?
>
> Cor
>
>
>
|