Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MM DataAccess Class for Adaptive Server Anywhere 9.0
Message
De
23/09/2003 16:19:17
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
MM DataAccess Class for Adaptive Server Anywhere 9.0
Divers
Thread ID:
00831661
Message ID:
00831661
Vues:
44
I started creating a MM DataAccess Class for iAnywhere (Sybase) Adaptive Server Anywhere 9.0 by copying the MM DataAccess Class for MS Sql Server and replacing every Sql... by its Asa.. counterpart

( SqlConnection => AsaConnection)
( SqlTransaction => AsaTransaction)
etc...


public class mmDataAccessAsa : mmDataAccessBase
{
protected string PrimaryKeyName = "";
protected AsaConnection Connection;
protected AsaTransaction Transaction;
protected AsaDataAdapter DataAdapter = null;
private AsaCommandBuilder _commandBuilder = null;
protected AsaCommandBuilder CommandBuilder
...
...


This works well for all definitions except for the ExecuteXmlReader method since Adaptive Server Anywhere does not contain a definition for ExecuteXmlReader. So I get the following error message:
'iAnywhere.Data.AsaClient.AsaCommand' does not contain a definition for 'ExecuteXmlReader'

Any suggestions what I should do?


Mark
If everything seems to be going well, you obviously don't know what the hell is going on !
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform