Nettes, kleines Tool, zwar von 2009, trotzdem immer noch funktionierend:
Damit könnt Ihr Datenbanken (Struktur und Inhalte) im SQLite-3-Format bearbeiten.
Nettes, kleines Tool, zwar von 2009, trotzdem immer noch funktionierend:
Damit könnt Ihr Datenbanken (Struktur und Inhalte) im SQLite-3-Format bearbeiten.
OK, the headline is kind of misleading. Actually this is a minimal tool to edit the content of a VistaDB database.
Since the regular VistaDB Data Builder is only available for developers that purchase a license, but my web design co-workers need something to edit data inside an existing VDB4 database, I quickly assembled a very small .NET 2.0 WinForms application:
Download VistaDB Data Editor executable binary
The application is as minimalistic as can be:
The details window:
If you like the tool, just download and run it! I’m happy about any feedback from you
Da ich jetzt festgestellt habe, dass es eine doofe Idee ist, MySQL-Datenbanken durch schlichtes XCOPY-Deployment auf einen neuen Server zu verschieben (InnoDB-Tabellen werden scheinbar nur teilweise verschoben), habe ich diesen Artikel hier gefunden, der beschreibt, wie es geht:
“How to Back Up and Restore a MySQL Database“
Prinzipiell ganz einfach, alles via MySQL-Befehlszeile:
Fertig.
(Sorry, Rosenzuechter, deshalb ist auch Dein Kommentar von vorhin zu Outlook weg)
If you are using the .NET file-based database system VistaDB, and want to programmatically upgrade an existing .VDB3 database to a .VDB4 database, simply call the static VistaDBConnection.PackDatabase function.
I just finished adding the necessary code to our Test Management tool Zeta Test. I do a few more steps here:
File.Copy functionFile.Move functionVistaDBConnection.PackDatabase function