Hi all,
I'm using ASP to open, update and add to a dbf table.
I can open it, update entries but when i add an entry, the application that uses the table doesn't see it.
I do beleive that this is due to the indexs not beeing updated. I am using the following code to accomplish this
Set conn =...