adapter

  1. N

    Question Return Types for XSD Functions

    I have an XSD file for all the tables in my SQL Server database. In the TableAdapters in the XSD file, some of my queries return scalar values, but the code for the functions generated by Visual Studio 2010 return an Object rather than a typed value. I know how to manually add functions using...
  2. A

    dataAdapter for all DB?

    Is there any way we could delecare a default dataAdapter to delete,update for all kinds Database(Oracle,Access,Sql) ...? We have declare a oledb.oledbAdapter incase we need oledb databse object .. is there any way we can get default... or can we detect the adapter any how what we need...
Back
Top