Based on this @KMatle's tutorial, this library allows you to dump SQLite database tables.
I used this yesterday to create the import-export feature of my lmSnippetManager DB. Paying attention to which tables to import first, due to the relationships, it is sufficient to replace the instructions...
Here is my take on a Hex dump as a custom view.
You can:
Explore any size file
Load one or more arrays of bytes
Search the data
There is a degree of customisation in the designer and subsequently in the class for setting colours used for different highlighting. Turning the headers on/off...
I'm trying to use jShell to run MySQLDump.exe to dump a database:
DumpDB.Initialize("DumpDB","C:/xampp/mysql/bin/mysqldump.exe" , _
Array As String("-u root","-pxxxxx#","dbname","> ", "C:\xampp\htdocs\enctrans\Dumps\test.sql" ))
It fails with:
When I start a batch file via jShell...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.