|
ANN: EMS DBISAM Manager released
We are pleased to announce the release of the new product - EMS DBISAM Manager. This is a powerful tool for DBISAM Server administration and management, just like the tools we have made for InterBase/FireBird, MySQL and PostgreSQL.
You can download the latest version from:
http://www.ems-hitech.com/dbimanager/download.phtml
DBISAM is a small, embedded database engine for use by developers within their applications. DBISAM is currently available for the Borland Delphi and C++Builder development environments as well as for any development environment that can use ODBC for data access.
You can find more info on the Elevate Software Homepage:
http://www.elevatesoft.com/
EMS DBISAM Manager provides powerful tools for DBISAM Server administration and object management. Its Graphical User Interface (GUI) allows you to create/edit all DBISAM database objects in a simple and direct way, run SQL scripts, manage users and administer user privileges, visually build SQL queries, extract and print metadata, export/import data, view/edit BLOBs, and supplies many more services that will make your work with the DBISAM server as easy as it can be...
Find all program features and screenshots at:
http://www.ems-hitech.com/dbimanager/
We hope this information was interesting for you.
Thank you for your attention.
Best regards,
EMS HiTech Team
http://www.ems-hitech.com
Related Discussions - HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- YOUR FAVORITE BDE ALTERNATIVE? (2001-01-13 10:44:19)I joined the company I am currently working for three years ago. MsAccess databases were managed with the BDE. Since we ship our application to...
- HIDING FILES FROM USER OUTSIDE OF MY PROGRAM. (2001-01-17 04:33:53)You won't like my answer :-) Yes, there's a way. You'll have to developp a VxD file, to hook the IFS manager. But you can't do that in Delphi (I...
- DISABLE WINDOWS SPOOL (2001-01-18 23:14:49)You don't need to turn off the spooler service to print to a specific port ...:o)
The spooler is a service and may be stopped with a service...
- HOW TO EXECUTE THE CPL FILE ??? (2001-01-19 14:53:24)Here's many of them. remember that the arguments may be different for different versions of Windows:
See my other post on how to run them......
- TRICHEDIT CHANGES CONTENTS ON WINDOWS 2000 (2001-01-25 10:46:38)It would not be the first time Microsoft makes some modifications to the behaviour of a library. For example, everytime a new version of MDAC is...
- LOOP TO GET NEXT ACTIVE APP IN WINDOWS Z-ORDER? (2001-02-02 13:08:47)If you find SysTray or Program Manager, pass the handle of the SysTray or Program Manager to the GetWindow function
with the GW_HWNDNEXT uCMD...
- RICHEDIT! (2001-02-05 08:07:07)OK, to "protect the text where it can not be modified, use
the SelAttributes.Protected property. You can also prevent
naything from being...
- RUNNING CODE ONCE FORM IS VISIBLE (2001-02-08 22:35:31)You could also add a TTimer component to the form, that gets enabled by .Show event and fires after any preset interval. The OnTimer event could...
- LMSHARE.H WITH INCLUDE FILES ... (2001-02-07 06:30:32)www.delphi-jedi.org has the Lan Manager headers translated
on their APILibrary page.
|