From: Inter-Biz, U. u i. <ne...@in...> - 2004-03-10 14:45:18
|
Does Firebird.NET provide disconnected mode or it is using Transactions to work with multi-user access? For example if I us DataAdapter to get local copy of data from certain table, and then I change and insert new records in this table. One of fields is autoinc field. There can be many users making new inserts on their client PCs (to same table). Does Firebird.NET emulate MS disconnected mode presented for e.g. SQLServer (meaning, when calling Update data are transfered to DataSource, and autoinc fields are recreated on server - values can differ from those defined in local table)? I hope that you understand what I am asking. I worked with FB using Delphi 7, but now I started using VC#.NET and I have some little experience when using SQL Server with it. |