Recent

Author Topic: [Updated] JPDB Admin Premium - Professional Tool Muti Database - Made in Lazarus  (Read 10003 times)

jepafi

  • New Member
  • *
  • Posts: 36
[Update]:

The JPDB Admin Premium underwent a minor revision in Version 1.0.0 Alpha for "Version 1.0.1.4733 Alpha". The link and the name of the installation file is the same: http://jeansistemas.net/JPDB_Admin_Premium_Alpha_Setup.exe

News:
- Fixed error when using Remote Connection Minimal Install Firebird (client only);
- Fixed error after editing a field MySQL successfully, the dialogue closed and the program too;
- Fixed error when listing data tables with fields array Firebird;
- Other bugs were fixed;
- Improvements in the management of exceptions;
- New dialog to create and edit keys for databases MySQL and PostgreSQL;
- ComboBox to filter records connections on the side panel is now functional;
- Included feature that checks the Internet if there is a new version available;

Other requests continue to beta, which is expected to release in 30 days.

----------------------

[Original Post]:

The JPDB Admin Premium 1.0 ALPHA is a commercial tool, multiplatform, developed in Lazarus / Free Pascal, to administer the major Open Source databases. They are: MySQL, PostgreSQL, Firebird and SQLite.

The tool is in Portuguese and partly in other languages​​. To change the language use the nemu "Ferramentas"(Tools)/"Linguagem"(Language).

Link Installer version 1.0 ALPHA for WINDOWS: http://jeansistemas.net/JPDB_Admin_Premium_Alpha_Setup.exe
Version 1.0 pre-alpha-GTK2 Linux 32bits: http://jeansistemas.net/JPDBAP_pre_alpha_gtk32bits.tar.gz
Version 1.0 pre-alpha-QT Linux 32bits: http://jeansistemas.net/JPDBAP_pre_alpha_qt32bits.tar.gz

The ALPHA version 1.0 has the following characteristics:
- Visual modern, multi-platform and multi-languages ​​(nine languages​​);
- Support to character set and Unicode;
- Wizards to create databases;
- Wizard to easily create tables using a grid of data (MS Access and IBExpert style);
- Create and edit the main database objects (views, triggers, functions, etc.);
- Dialog to create, edit, and delete table fields;
- Visualization of data tables with editing, paging, sorting, filter, MEMO fields and BLOB (image), etc.;
- View Metadata;
- Editor of SQL queries and scripts (run scripts in the background);
- Generates scripts CREATE, DROP, SELECT, INSERT and UPDATE statements to the script editor or clipboard;
- And much more ...

Some images:
http://jeansistemas.net/imagem1.png
http://jeansistemas.net/imagem2.png
http://jeansistemas.net/imagem3.png
http://jeansistemas.net/imagem4.png
http://jeansistemas.net/imagem5.png
http://jeansistemas.net/imagem6.png

See the specifications for future versions of the developer's website: http://jeansistemas.net/pt/

Bugtracker JPDB Admin Premium: http://jeansistemas.net/jpdbadmin_bugtracker/

- It will soon be possible to buy a license to use the JPDB Admin Premium fully translated into English and other languages​​.
« Last Edit: April 26, 2013, 03:38:24 am by jepafi »

exdatis

  • Hero Member
  • *****
  • Posts: 668
    • exdatis
Excellent work and nice GUI, congratulation.
Regards

otorres

  • Jr. Member
  • **
  • Posts: 94
wow, amazing :)

paco.penin

  • New member
  • *
  • Posts: 9
Great work  :)

jepafi

  • New Member
  • *
  • Posts: 36
See update at the beginning of the post.

jepafi

  • New Member
  • *
  • Posts: 36
Video Tutorial: Creating and Registering Databases with JPDB Admin Premium: http://www.youtube.com/watch?v=EKHOQmoZa3k

jepafi

  • New Member
  • *
  • Posts: 36
Video Tutorial: Creating Table in Databases with JPDB Admin Premium: http://www.youtube.com/watch?v=fYzHkNh-6Rg

snorkel

  • Hero Member
  • *****
  • Posts: 817
Looks nice, though I couldn't read everything, are you going to do a english translation?
***Snorkel***
If I forget, I always use the latest stable 32bit version of Lazarus and FPC. At the time of this signature that is Laz 3.0RC2 and FPC 3.2.2
OS: Windows 10 64 bit

jepafi

  • New Member
  • *
  • Posts: 36
(translated with google)

I'm working to deliver software that meets or exceeds the expectations of most.

I am grateful to everyone who tested, gave suggestions or interested by JPDB Admin Premium Alpha version. This version was just a preview of all the work that I am developing. For this reason, the period of use expires on 05/25/2013.

Prior to the commercial launch of the Premium version, will be released versions for individual databases, beginning with the "JPDB Admin for MariaDB" for server databases MySQL and MariaDB.

See, below, the script launching versions of JPDB Admin to other databases:

JPDB Admin for SQLite (set for release in the second half of 2013)
JPDB Admin for PostgreSQL (scheduled for release in the first half of 2014)
JPDB Admin for Firebird (set for release in the second half of 2014)
JPDB Admin Premium (scheduled for release in the second half of 2014)

The above dates and order of release versions may change at any time without notice.

The links to download a "Free Trial" from the "JPDB Admin for MariaDB" for Windows and Linux will be available in the coming days. This will already be a version registrable. Values ​​for a license to use the "JPDB Admin for MariaDB": US$ 49.95 to Windows and US$ 29.95 to Linux. When sales start, you can buy by PayPal.

Anything just comment or send mail to support@jpdbadmin.com

Sincerely,

               Jean Patrick.

snorkel

  • Hero Member
  • *****
  • Posts: 817
Looks very nice.  Just a FYI on the version I tried on windows 7 some of the dialogs did not center over the main form.

Update, it's a issue with double monitors, the splash screen and other dialogs center in the middle of both monitors instead of the screen
the app is running on.

Consider changing the dialog forms position to use owner form center instead of screen center, then it won't have this issue on multi monitor systems.  When you create the forms set the parent to form you are opening the dialog from and issue is gone.
« Last Edit: May 23, 2013, 07:02:36 pm by snorkel »
***Snorkel***
If I forget, I always use the latest stable 32bit version of Lazarus and FPC. At the time of this signature that is Laz 3.0RC2 and FPC 3.2.2
OS: Windows 10 64 bit

JD

  • Hero Member
  • *****
  • Posts: 1848
It looks wonderful. I'm so happy to know that this tool was built with Lazarus/FPC. I hope we can add this to the Wiki as soon as possible.
Windows - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe),
Linux Mint - Lazarus 2.1/FPC 3.2 (built using fpcupdeluxe)

mORMot; Zeos 8; SQLite, PostgreSQL & MariaDB; VirtualTreeView

jepafi

  • New Member
  • *
  • Posts: 36
Looks very nice.  Just a FYI on the version I tried on windows 7 some of the dialogs did not center over the main form.

Update, it's a issue with double monitors, the splash screen and other dialogs center in the middle of both monitors instead of the screen
the app is running on.

Consider changing the dialog forms position to use owner form center instead of screen center, then it won't have this issue on multi monitor systems.  When you create the forms set the parent to form you are opening the dialog from and issue is gone.

Thanks snorkel! This is very important information. I'm changing all dialogs to open centralized at the parent form.
Without your comment, could not know this problem, i use only one notebook.

 

TinyPortal © 2005-2018