Browse by Tags

All Tags » ADO.NET (RSS)
Sorry, but there are no more tags available to filter with.

Generate Stored Procedure's Parameters automatically with Command Builder's DeriveParameters method by yulian

Object Command Builder merupakan salah satu komponen yang termasuk ke dalam ado.net data provider. Komponen ini dapat digunakan untuk generate command text secara run time terhadap sebuah Data Adapter yang melakukan query tertentu. Command tersebut dapat...
Filed under:

Getting more better performance with Update Batch Size in ado.net 2.0 Data Adapter by yulian

Komponen DataAdapter merupakan komponen yang digunakan sebagai "kurir" untuk commit semua perubahan data baik itu insert, update, delete yang terjadi di DataSet ke tabel yang ada di database. State untuk Insert,Update,Delete (IUD) diambil dari...
Filed under:

Asynchronous processing on the Command object by yulian

As we already know that the object command run synchronously as default query processing. In ADO.NET 2.0 Microsoft has been added the feature to fulfill the requirement for the asynchronous processing. The process signed with the BeginExecute...and EndExecute...
Filed under:

Using CommandBuilder's QuotePrefix / QuoteSuffix by yulian

Pernah mengalami gagal update pada tabel yang mempunyai spasi di nama tabelnya? misalnya tabel 'Order Details' di Northwind. Hal tersebut dapat terjadi kalau kita menggunakan Untyped DataSet dan CommandBuilder sebagai objek yang digunakan untuk generate...
Filed under:
Powered by Community Server (Commercial Edition), by Telligent Systems