There is a commercial software, each time it is launched, it connects to the database file, the file is referred to as uchetati.idb. The task was received to add tens of thousands of records to the database, it’s impossible to do it by hand through the software, but if you somehow get access to editing this file, you can try. The file in the OS is initiated as vc ++ minimum rebuild dependency file, open it through MS VS C ++ and see the code in hex format.
- You have a Firebird DBMS. Connect with the Firebird driver - nick_n_a
- The site firebirdsql.org The signature (extension) is exactly the interbase / firebird version I do not see. - nick_n_a
- In the folder with the program found the library gds32.dll is associated as Yaffil SQL Server (EM) Engine - Aleksey Nikolaev
- Download firebird install. In the include folder there are any, there is a folder Demo or something with working examples of access to the database. gds32.dll is the firebird client library. There is a lot of information on firebird online. - nick_n_a
- I will digest, thank you very much. Software turns on Delphi is written, but not on MS Visual C ++? - Aleksey Nikolaev
|
