![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I am using .Net CF 2.0 and ASA10 db for pocket PC application In my application i have not used any transaction statements(like beginTransaction , commit and Rollback etc.. methods) I directly executed all ADO.Net statements(CRUD operations) against the DB like Dim cmd As Data.Common.DbCommand = New iAnywhere.Data.SQLAnywhere.SACommand cmd.Connection = mConnection cmd.CommandType = Data.CommandType.Text cmd.CommandText = "update Employee set first_name ='FIRST'" cmd.ExecuteNonQuery() 1. If this is the case, does the executed CRUD operations against the database will commit for each statement (or) not? (As there is a chances of restart of the Pocket PC .) ---== Posted via the PFCGuide Web Newsreader ==--- http://www.pfcguide.com/_newsgroups/group_list.asp |
![]() |
| Thread Tools | |
| Display Modes | |
| |