Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ADO and Oracle OLEDB 8.1.7.2.0
> Set objRS = CreateObject("adodb.recordset")
> objRS.CursorLocation = 2
> objRS.CursorType = adOpenStatic
> objRS.LockType = 3
> objRS.Open "select Name from testvvv", objConn
>
> objRS.AddNew arrFields, arrValues
Change this code...
objRS.CursorLocation = 2 objRS.CursorType = adOpenStatic objRS.LockType = 3
objRS.Open "select Name from testvvv", objConn
objRS.AddNew arrFields, arrValues
etc... Received on Tue Sep 18 2001 - 06:22:14 CDT
![]() |
![]() |