Hi alls:
I use ADO and set the provider is 'OraOLEDB.Oracle.1';
when I use outer join to get ado recordset object, The recordset can't editable,
Is there any way to set the recordset editable?
Re: oracle outer join ... It could be a limitation of the provider, but I do not think so. ... of the cursor do you get after you opened it? ... CursorLocation properties of the recordset after it was opened. ... > when I use outer join to get ado recordset object,... (microsoft.public.data.ado)
Recordset not updatable ... I found a help file that shows an ado recordset object being applied to a forms recordset. ...Set cmd = New ADODB.Command ... (microsoft.public.access.formscoding)
Re: ADO DBASE Seek ... The VCL Seek method is a direct implementation... of the Seek method for the ADO Recordset object.... (borland.public.delphi.database.ado)
Re: Number of columns in an ADO recordset ... I access first column of an ADO recordset object by calling rs, ...Dim fld as ADODB.Field ... (comp.lang.basic.visual.misc)
Re: BatchUpdate with ADO ... Look at the UpdateBatch method of the ADO recordset object....MVP Microsoft Access... (microsoft.public.vb.database.ado)