I need some help for interrogating an xlsb database (file) from a VCL C++ program; (using C++Builder XE2) mainly, i would like to query the data inside for simple viewing (its on the same machine, no networking involved), and i don't need to modify it ! so i would like to know :
- Which control to use for connecting to an xlsb database (TDatabase, dbExpress ?)
- How to use that control for the purpose of reading the data, (same as SQL?)
- The difference between the regular xsl and xslb, and are they used in the same manner ?
I did some research before asking, but the information about that is pretty scarce ! (i'm on Win 7 64bit)
Thank you all !