|
Home > Archive > SQL Anywhere Feedback > June 2005 > ADO.NET: Derive AsaDataAdapter from DBDataAdapter
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ADO.NET: Derive AsaDataAdapter from DBDataAdapter
|
|
| Oliver Albrecht 2005-05-02, 9:23 am |
| Hello Sybase,
please derive AsaDataAdapter from DBDataAdapter.
I'm trying to develop a new database for the
Microsoft Enterprise Library with Sybase 8.03.
But it doesn't work because the library expect
that the DataAdapter-class is derived from
DBDataAdapter, but the AsaDataAdapter is derived
from Component.
Oliver Albrecht
Albrecht Software Solutions
Remove the nosp_ from the address before e-mailing.
--
Programmers don't die!
They just GOSUB without RETURN...
| |
|
| This must also be done for :
-DbConnection
-DbCommand
-DbParameter
- DbConnectionStringBu
ilder
etc.
i need to write a more database idependent application
Gr.Q
"Oliver Albrecht" <NOSP_O.Albrecht@Oliver-Albrecht.de> wrote in message
news:18o9fhlkq24t4.1m28zm4v4nek5$.dlg@40tude.net...
> Hello Sybase,
>
> please derive AsaDataAdapter from DBDataAdapter.
> I'm trying to develop a new database for the
> Microsoft Enterprise Library with Sybase 8.03.
> But it doesn't work because the library expect
> that the DataAdapter-class is derived from
> DBDataAdapter, but the AsaDataAdapter is derived
> from Component.
>
> Oliver Albrecht
> Albrecht Software Solutions
>
> Remove the nosp_ from the address before e-mailing.
>
> --
> Programmers don't die!
> They just GOSUB without RETURN...
|
|
|
|
|