I am trying to create an APP in .NET using ADO that will write data to a
Paradox table. I have already created the connection etc, and have used
some code from an example that should add a new row, etc. but I get an
error.
"An unhandled exception of type 'System.ArgumentException' occurred in
system.windows.forms.dll
Additional information: Cannot create a child list for field AssyShape."
I was able to do this in VB6 using the DATA tool, but this is no longer
available.
Can anyone help determine what I am missing or doing incorrectly?