S
Stéphane STASSIN
HI.
I am trying to transform an old application in FoxPro 2.6 into a VB.net
application.
I use Ado.net with the last VFPOLEDB driver.
I am opening a DBF File and his .idx file index by doing : "USE
c:\mytable.dbf INDEX c:\myindex.idx" into a dataset and his dataadpater.
My two questions are :
1 - can i use the commandbuilder to generate the updatecommand ,
supposing i have a unique INDEX defined in my idx.
2 - are all the .idx files opened with the table up to date when i am
inserting or deleting rows.
I am trying to transform an old application in FoxPro 2.6 into a VB.net
application.
I use Ado.net with the last VFPOLEDB driver.
I am opening a DBF File and his .idx file index by doing : "USE
c:\mytable.dbf INDEX c:\myindex.idx" into a dataset and his dataadpater.
My two questions are :
1 - can i use the commandbuilder to generate the updatecommand ,
supposing i have a unique INDEX defined in my idx.
2 - are all the .idx files opened with the table up to date when i am
inserting or deleting rows.