adriancs

Results 75 comments of adriancs

Multiple threads for the restoration of database might not be the good idea. Import mechanism at MySQL is writing data into the storage drive. Storage drive works best with 1...

MySqlBakup.net able to work without the need to take the application down or make it offline. It can runs without locking the tables. I can think of 2 downsides: 1....

Here is the performance benchmark that I've done a couple of days ago. The benchmark result can serves as a reference to help you in designing the hot backup solution....

May I know how do you insert scripts? The blocks of SQL statements for creating procedures, functions, etc? In MySql.Data, the code will be something like this: ``` string text...

Hi @souchprod , nice work :) I have included the 2 additional files ( MySqlScript.cs and MySqlTokenizer.cs ) that done by you and built the DLL. Nice workaround. and thanks....

Hi @souchprod I would like to upload the new nuget package for MySqlConnector, can you add me as the owner of the package? https://www.nuget.org/packages/MySqlBackup.NET.MysqlConnector/

Sorry can't help much, but you can try to have a look at [this article](https://www.codeproject.com/Articles/408620/PowerBuilder-Using-Net-Visual-Controls-in-PB-Class), it might gives you some hints of implementing the Ribbon in your PB Classical;

This function is not implemented yet. As a workaround (alternative solution): 1. you may first create a normal winform panel outside the ribbon. 2. then add some ordinary winform textboxes...