Ask a Question related to ASP.NET General, Design and Development.
-
Developer #1
Vb6 object returning ADO Recordset - Error in .NET
Hi,
My C#, ASP.NET application uses com-interop to call a vb6 method which
returns a ADO 2.6 recordset. I can successfully call the COM component and
even retrieve the recordset. When I try to use the OleDbDataAdapter to
change the ADO recordset into a dataset (So I can use it in a datagrid), I
get the error below:
OleDbDataAdapter myDA = new OleDbDataAdapter();
DataSet myDS = new DataSet();
myDA.Fill(myDS, myADO, "TEST");
"The provider could not determine the Object value. For example, the row was
just created, the default for the Object column was not available, and the
consumer had not yet set a new Object value. "
Any ideas? I can call other vb6 components that return recordsets and they
work fine?
Thanks, Scott
Developer Guest
-
recordset not returning value from SQL server
HI There, I am having a little trouble displaying a recordset from SQL Server and I was wondering if someone could have a look at my code to see... -
Help - stored procedure not returning a recordset
I have an ASP page that calls a SQL Server stored proc that should return multiple recordsets, but it appears to be returning something else, or it... -
Returning ADO recordset over the internet from ASP
Hi, I remember seeing (a long time ago) an ADO code snippet that would query a local database (Access) and return the result as an ADO recordset... -
Object Reference Error on ADODB.RecordSet Fields
One of my developers is working on a .Net web app that has a wee bit o legacy code in Page_Onload: .... Dim MySelect as String = "SELECT User... -
Error 80004005 when creating recordset object in ASP file, but works fine in Global.ASA
For some reason I am getting an error when trying to open a recordset on an Access database on my Win2K3 machine from my INDEX.ASP page, but the...



Reply With Quote

