Our team is having problems updating a FoxPro database through OLEDB.
Getting and displaying data has not been an issue.
We have a data adapter that has insert, update, delete and select statements.
The parameter collection satisfies the requirements for our statements.
All the logic sits in a DLL (including data access).
Calls are made from our aspx.vb page.
Data appears to be transferred fine to the DLL (due to where it crashes and as proved through debugging).
The error we continue to get is : "Object reference not set to an instance of an object".
If we add records the crash will occur on the added line.
If we modify records the crash will occur on the modify line. Same with delete.
The line looks like: oDA.Update(oTable.select(nothing,nothing,Dataviewrowstate.modifiedcurrent)).
If we take everything and translate it to SQL (which we have used for demo purposes) all is well.
Please help.
TBubbs
Getting and displaying data has not been an issue.
We have a data adapter that has insert, update, delete and select statements.
The parameter collection satisfies the requirements for our statements.
All the logic sits in a DLL (including data access).
Calls are made from our aspx.vb page.
Data appears to be transferred fine to the DLL (due to where it crashes and as proved through debugging).
The error we continue to get is : "Object reference not set to an instance of an object".
If we add records the crash will occur on the added line.
If we modify records the crash will occur on the modify line. Same with delete.
The line looks like: oDA.Update(oTable.select(nothing,nothing,Dataviewrowstate.modifiedcurrent)).
If we take everything and translate it to SQL (which we have used for demo purposes) all is well.
Please help.
TBubbs