What to use instead of SQLDataAdapter?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • coleenholley

    What to use instead of SQLDataAdapter?

    We don't use a connection to a SQL Server, and therefore when I try paging, the simple way to do it using a SQL DataAdapter does not work. Is there an alternative for this, such as for an ODBCDatatAdapte r? I looked through the available Objects and could not find anything similar for and ODBC Connection (we connect to a DB2 database using RPC's written in COBOl and create Class modules to connect to the CICS region...it is not pretty) Does anyone have any suggestions for a replacement for the DataAdapter? TIA...

    Coleen

    ---
    Posted using Wimdows.net NntpNews Component - Posted from .NET's Largest Community Website: http://www.dotnetjunkies.com/newsgroups/
  • coleenholley

    #2
    re: What to use instead of SQLDataAdapter?

    Oops, sorry about the double post :-)

    ---
    Posted using Wimdows.net NntpNews Component - Posted from .NET's Largest Community Website: http://www.dotnetjunkies.com/newsgroups/

    Comment

    Working...