dump

  1. LucaMs

    B4J Library [B4XLib] lmB4XSQLiteDump

    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...
  2. stevel05

    Share My Creation [B4J] Hex View CustomView

    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...
  3. KMatle

    Other jShell: MySQLDump.exe (does not work) vs. batch file (works)

    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...
Top