I'm creating a library (based on the code of an article written by Bill
Vaugh) to convert ADO.net Datatables y Datasets to ADODB.Recordsets.
I just got a new dev machine with WinXP with SP2 and now when I try to use
the ADODB.Recordset object I get the error "QueryInterfce for interface
ADODB._Recordset failed".
Even worse I have tested the executable, compiled in PC, on two others PCs:
1 with Windows2000 Server SP4 with MDAC 2.8 & net v1.1
1 with WindowsXP Pro SP1 with MDAC 2.8 & net v1.1
and it runs just fine in both of them.
Could MDAC 2.8 SP1 included with WinXP SP2 be blamed for this?
thanks for any help..
Rolando - 30 Nov 2004 21:13 GMT
> I'm creating a library (based on the code of an article written by Bill
> Vaugh) to convert ADO.net Datatables y Datasets to ADODB.Recordsets.
[quoted text clipped - 11 lines]
>
> thanks for any help..
I forgot the link to Bill's article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnhcvb03/html/v
b03l10.asp
and it 's not MDAC v2.8 SP1 it's MDAC v2.81:
http://support.microsoft.com/default.aspx?scid=kb;en-us;838209
Rolando - 06 Dec 2004 18:37 GMT
solution found, check my blog for more details:
http://dotnetjunkies.com/WebLog/dotnetrolando/archive/2004/12/02/34680.aspx
Remove Comment 35278
> I'm creating a library (based on the code of an article written by Bill
> Vaugh) to convert ADO.net Datatables y Datasets to ADODB.Recordsets.
[quoted text clipped - 11 lines]
>
> thanks for any help..