It includes tools for database design, database maintenance, testing, data transfer, data import & export, database migration, database compare and numerous other tools.
About Database Workbench Database Workbench is a database developer tool, over 20 years in the making and is being used by thousands of developers across the globe who have come to rely on it every day. From database design, implementation, to testing and debugging, it will aid you in your daily database work.
About Upscene Productions Based in The Netherlands, Europe, this small but dedicated company has been providing database developers with useful tools for over 20 years. Slowly expanding the product portfolio and gaining recognition amongst InterBase and Firebird database developers, they now offer tools for a whole range of database systems, including Oracle and Microsoft SQL Server. Follow on Mastodon: https://mstdn.business/@upscene
Upscene Productions is proud to announce the availability of the next release of the popular multi-DBMS development tool:
“Database Workbench 6.8.0”
This release introduces support for Oracle 23 Domains, Vector and Boolean datatypes, JavaScript stored routines and more.
Other changes include support for PostgreSQL 17, MariaDB 11.7 and MySQL 9.2, bugfixes and small new features.
Database Workbench supports Firebird, MySQL, MariaDB, PostgreSQL, SQLite, Oracle, MS SQL Server, SQL Azure, NexusDB and InterBase.
It includes tools for database design, database maintenance, testing, data transfer, data import & export, database migration, database compare and numerous other tools.
Database Workbench 6 comes in 3 different editions with different pricing models, there’s always a version that suits you!
There’s also free Lite Editions available for Firebird and MySQL.
About Database Workbench Database Workbench is a database developer tool, over 20 years in the making and is being used by thousands of developers across the globe who have come to rely on it every day. From database design, implementation, to testing and debugging, it will aid you in your daily database work.
About Upscene Productions Based in The Netherlands, Europe, this small but dedicated company has been providing database developers with useful tools for over 20 years. Slowly expanding the product portfolio and gaining recognition amongst InterBase and Firebird database developers, they now offer tools for a whole range of database systems, including Oracle and Microsoft SQL Server.
Database Workbench supports MySQL, MariaDB, PostgreSQL, Firebird, SQLite, Oracle, MS SQL Server, SQL Azure, NexusDB and InterBase, comes in multiple editions and is licensed based on selectable modules.
It includes tools for database design, database maintenance, testing, data transfer, data import & export, database migration, database compare and numerous other tools.
About Database Workbench Database Workbench is a database developer tool, over 20 years in the making and is being used by thousands of developers across the globe who have come to rely on it every day. From database design, implementation, to testing and debugging, it will aid you in your daily database work.
About Upscene Productions Based in The Netherlands, Europe, this small but dedicated company has been providing database developers with useful tools for over 20 years. Slowly expanding the product portfolio and gaining recognition amongst InterBase and Firebird database developers, they now offer tools for a whole range of database systems, including Oracle and Micros
DA-SOFT Technologies announces the availability of major new version AnyDAC for Delphi Summer 2012 release v 6.0.1 – high-speed, Universal Data Access Components for Firebird, Interbase, SQLite, MySQL, MS SQL Server, Oracle, PostgreSQL, MS Access, IBM DB2, Sybase SQL Anywhere, Informix, Advantage, dbExpress, ODBC, that simplifies the task of building Embarcadero Delphi, C++Builder and Free Pascal Compiler database applications.
Do not miss the Summer sale – 25% discount on all AnyDAC orders in August !
AnyDAC for Delphi can be immediately downloaded from the download page.
AnyDAC is an unique set of Universal Data Access Components for developing Windows, Linux, Mac OS, iOS cross-platform applications on Delphi, C++Builder and Free Pascal. With its powerful common architecture AnyDAC enables native high-speed direct access to Firebird, Interbase, SQLite, MySQL, MS SQL Server, Oracle, PostgreSQL, IBM DB2, SQL Anywhere, MS Access, Informix, Advantage, DataSnap and more. For complete list of features and availability, please check:
MySQL is the most used Open Source database engine. I have personally used it for almost 10 years. I worked with versions 3.x, 4.x and 5.x of MySQL, but I also used other database engines, some of them handling the same “data-set size” as MySQL, while others have been smaller databases (mostly Desktop based databases such as SQLite, MS-Access and Paradox).
This is the first part of my complaint about MySQL and why I dislike it.
I have a 32 bit application that uses DAO to connect to an Access database. I need to upgrade the application to be true 64 bit (not WOW64). Microsoft does not offer a 64 bit version of DAO.
The thread is on joelonsoftware.com and the question is about open source databases :
Quick issue, everyone. My company currently uses SQL Server, but we’re going to look at open-source databases because of MS’s crooked licensing rules (to be honest, they only have one SQL license, and are running it on a two-processor machine). They don’t want to shell out the extra $6,000 for another one, and I don’t blame them.
We need a reliable database for handling lots of data (e-commerce site with about 70,000 products). The ability to use stored procedures is a big thing. Although it’s not a huge deal, it’d be nice to be able to automate jobs for maintenance/updating (product stock, for example). I’m aware of both MySQL and Postgres, and a few others that don’t seem to be “enterprise-ready” as it were (Firebird? SqlLite?).
Here is the full thread on nhibernat and the quote
“However, the thing that finally made us switch from SQLite to Firebird was the fact that it only support one open transaction at a time. This makes it essentially useless for multithreaded/multiuser applications. SQLite is excellent for some tasks, but if you have more than one thread/process accessing the database at the same time you really should consider using another database. ”