jafisher2000
Programmer
Does anyone know the syntax to open a recordset in C# from a command object?
My syntax does not work RS.Open(oCmd,oCmd.ActiveConnection, CursorTypeEnum.adOpenStatic, LockTypeEnum.adLockReadOnly, 0)
* There is no overload to specify cursorlocation!?
My syntax does not work RS.Open(oCmd,oCmd.ActiveConnection, CursorTypeEnum.adOpenStatic, LockTypeEnum.adLockReadOnly, 0)
* There is no overload to specify cursorlocation!?