Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MM DataAccess Class for Adaptive Server Anywhere 9.0
Message
From
23/09/2003 16:19:17
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
MM DataAccess Class for Adaptive Server Anywhere 9.0
Miscellaneous
Thread ID:
00831661
Message ID:
00831661
Views:
46
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 !
Next
Reply
Map
View

Click here to load this message in the networking platform