I am having problems inserting records into a Foxpro database. I was using DBD::XBase which works great, but it does not provide support for indexes. Because of this, each record inserted into the db by my script does not show up in the software that uses the db (SMART - a student software package). If I reindex the tables, the records show up. I cannot just keep reindexing the tables because no one can be logged in to the SMART software when I do it.
Does anyone know of a module that will update my indexes when I add a record? I have tried DBD::ODBC, and Win32::ODBC, but I cannot even connect properly. It says that the Microsoft Visual FoxPro driver does not support the action I am trying to use. Any help will be greatly appreciated.
Ryan
Does anyone know of a module that will update my indexes when I add a record? I have tried DBD::ODBC, and Win32::ODBC, but I cannot even connect properly. It says that the Microsoft Visual FoxPro driver does not support the action I am trying to use. Any help will be greatly appreciated.
Ryan