Hello everyone,
I'm working on a project where I have to find out the type of an index file (.mvx) when we are not the author of the database (just scan and parse the header of the mvx file)... I have the "expression" of the index, but now, my last challenge is to find if it's unique, non unique, ascending or not...
Does anyone succeded to do that? (Linux server, and I'm open to C programs too)
A few words on my project... It's a MivaScript Framework (coded in mivascript) that will be free of charge (but not open source in a first time) and wich it will be able to do the exact tasks as PhpMyAdmin but with MivaScript. Also there will be a library that will give the possibility to code in the same way (same type of code) with any Database ( Dbf, Mysql, MivaSql).
Thanks in adavance
Claudiu
I'm working on a project where I have to find out the type of an index file (.mvx) when we are not the author of the database (just scan and parse the header of the mvx file)... I have the "expression" of the index, but now, my last challenge is to find if it's unique, non unique, ascending or not...
Does anyone succeded to do that? (Linux server, and I'm open to C programs too)
A few words on my project... It's a MivaScript Framework (coded in mivascript) that will be free of charge (but not open source in a first time) and wich it will be able to do the exact tasks as PhpMyAdmin but with MivaScript. Also there will be a library that will give the possibility to code in the same way (same type of code) with any Database ( Dbf, Mysql, MivaSql).
Thanks in adavance
Claudiu
Comment