Problem when using Cursor type and locktype in OLEDB/SQL Server CE
-
Dear All, I need to set/pass cursor type and lock type in OLEDB interface. I opened the table/SQL statement successfuly. I am not able to find in which interafce i have to pass/set cursor type and lock type in it. Any body is having any idea about this problem ? If so, provide some input and it will be of an immense help for me to solve this problem. Regards, AKS
-
Dear All, I need to set/pass cursor type and lock type in OLEDB interface. I opened the table/SQL statement successfuly. I am not able to find in which interafce i have to pass/set cursor type and lock type in it. Any body is having any idea about this problem ? If so, provide some input and it will be of an immense help for me to solve this problem. Regards, AKS
Cursor and lock information are passed on the property set of type
DBPROPSET_ROWSET
. If you are using SQL CE, check out the online docs. Regards, João Paulo Figueira Embedded MVP