|
DeZign for Databases V3 released
Datanamic announced DeZign for Databases 3.0, a significant upgrade to its powerful, easy-to-use database design and modeling product. This new release offers powerful sub-diagram management facilities, a complete new look and feel, many new and enhanced modeling features, a new scripting engine and support for stored procedures and triggers.
DeZign for Databases is a database development tool using an entity relationship diagram. It provides full support for ER-modeling (Entity-Relationship) techniques. DeZign for Databases visually supports the layout of entities and relationships and automatically generates most popular SQL and desktop databases.
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...
- DATAMODULE IN A DLL (2001-01-21 23:16:01)where is datamodule in exe or in dll.
if it is in exe then most possible your dll is not able to link to that datamodule
for varifying if that...
- HOW ACCESS MS ACCESS TABLES WITH OUT TYPING THE USER ID AND PASSWORD? (2001-01-23 11:49:47)Drop a TDatabase component on your DataModule and set
the UserID and Password, then set LoginPrompt to False.
If you are using Delphi 5, do you...
- 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...
- HELP WITH ADO QUESTION PLEASE...CODE INCLUDED (2001-02-03 13:27:25)The FindKey only applies to TTables (BDE) and TClientDataSets (Delphi Enterprise) components. For TADOTables and TADOQueries, use the Locate...
- 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...
- NEW QUESTION ! DELPHI 5 AGAIN HELPPPPPPPPPP (2001-02-06 08:09:00)There are many demonstration applications included with
Delphi that show how to use databases. Create your database
with DataBase Desktop, it is...
- EXPORT FROM PARADOX TO MACCESS DATABASE ? (2001-02-06 22:26:37)just use two datasets one linked to the source dataset and another to the target database.
and then you can either use batchmove component,...
- FINDING ANSWERS/INFORMATION (2001-02-08 20:37:00)Thanks :) I added http://www.tamaracka.com to my Delphi Links !
Scottg
|