Hi
I am trying to parse a text file into a recordset (ADO) and ultimately into the database
I am using the following connect string :"Provider=MSDAORA.1user id=scott;password=tiger;Data Source=Alpha"
the recordset is dynamic and i use the following sysntax
Select a,b,c from TAB where 1=0;
i get an error when it encounters Recordset.AddNew.
the error is "Operation requested by application is not supported by the provider"
Could somebody tell me why
I am trying to parse a text file into a recordset (ADO) and ultimately into the database
I am using the following connect string :"Provider=MSDAORA.1user id=scott;password=tiger;Data Source=Alpha"
the recordset is dynamic and i use the following sysntax
Select a,b,c from TAB where 1=0;
i get an error when it encounters Recordset.AddNew.
the error is "Operation requested by application is not supported by the provider"
Could somebody tell me why