J
Joey
Hello,
I have been trying for the last hour or so to figure out a way to
update a DBase IV table. I have done this in the past with no problem.
However, this time the table has no primary key and no index. It only
has ten rows. The problem here is...how do I access each row, since
there is no unique identifier per row. I have tried loading the whole
table into a dataset...but that doesn't work because I can't get the
UpdateCommand and associated parameter(s) to work properly. I have
tried the Microsoft DBase driver and also the Jet (w/extended
properties) driver...No luck.
Does anyone have any information on how to get this done? It has to be
possible! I am using C#.
I have been trying for the last hour or so to figure out a way to
update a DBase IV table. I have done this in the past with no problem.
However, this time the table has no primary key and no index. It only
has ten rows. The problem here is...how do I access each row, since
there is no unique identifier per row. I have tried loading the whole
table into a dataset...but that doesn't work because I can't get the
UpdateCommand and associated parameter(s) to work properly. I have
tried the Microsoft DBase driver and also the Jet (w/extended
properties) driver...No luck.
Does anyone have any information on how to get this done? It has to be
possible! I am using C#.