ADO.Net equivalents of ADODB

himanshubari

Member
Joined
Mar 14, 2005
Messages
9
Hi,
I need some help to get the equivalent behaviour in ADO.NET for using the adLockOptimistic and the ADODB.DataTypeEnum from ADODB

Thanks in Advance
 
ADO.Net has a totally different implemetation for Data access compared to ADO. In ADO.Net the majority of data access is done in a disconnected fashion anyway.
It may be more useful if you gave a bit of detail about what you are trying to do and see if anyone has any useful advice.
 
Back
Top