Re: [Flashcoders] Database modeling for AS projects
FYI, DBDesigner4 is built with Kylix so you'll need a few libs for the Linux version which are not distributed with the application. For those of you that are having difficulty installing please reference below: extract DBDDesigner4.0.5.4.tar.gz to dir of choice extract kylixlibs3-borqt-3.0-2.tar.gz and ./install (located here: http://prdownloads.sourceforge.net/kylixlibs/kylixlibs3-borqt-3.0-2.tar.gz?download ) create a symlink: ln -s /usr/lib/kylix3/libborqt-6.9.0-qt2.3.so /usr/lib/DBDesigner4/libborqt- 6.9-qt2.3.so run ./startdbd in the extracted DBDesigner4 dir NOTE: if app does not start check the ~/.DBDesigner4 for DBD4.log for any errors if errors with libstdc++-libc6.2-2.so.3 arise search the package repository pertaining to your flavor of Linux containing libstdc++-libc6.2-2.so.3 -OR- apt-get install libstdc++2.10-glibc2.2 Stay well, Honeyghan On 3/21/06, Ron Wheeler <[EMAIL PROTECTED]> wrote: > > > > Honeyghan wrote: > > I've been doing some research on various modeling tools which would > enable > > me to easily model databases for future flash projects. Came across two > very > > interesting solutions which should be on your radar. > > > > My requirements are as follows: > > > > 1. Feature rich, stable application which allows reverse engineering of > > existing database. > > 2. Compatibility with MySQL databases and Linux. > > 3. Ability to generate SQL statements directly from diagrams. > > 4. Exporting diagrams as an image and or printing is a must. > > 5. Uses open standards which allow me to utilize output in other > > applications. > > 6. Allow easy navigation of the entire database scheme, which includes > > finding and navigating to specified table. > > 7. Minimal cost. > > > > > > > > Solution 1: > > DBDesigner4 from fabFORCE.net > > (http://www.fabforce.net/dbdesigner4/) > > > > Fits in-line with all of the above and more. While I do wish that there > was > > an add-on to Eclipse. It's interface is stable offers ease of use, by > far a > > very powerful application which will save me time during the planning > phase > > of extensive projects. DBDesigner4 is also available for the Windows > > platform and is GNU Licensed. > > > > > > Solution 2: > > Azzurri Clay from Azzurri Ltd. > > (http://www.azzurri.jp/en/index.jsp) > > > > Another gem which is a native plug-in for Eclipse. Azzurri Clay > available in > > either Core or Pro version, Core being free and Pro costing 35,000 YEN > -- > > about $300 give or take. Sadly to say the Pro version is apparently no > > longer available for sale outside of Japan according to their english > > website. > > > > While the Core version isn't as feature rich as DBDesigner4, it's worth > > mentioning if your needs are basic. One thing I found limiting is that > there > > is no export to image which is important if working in a team > environment. > > > > Clay Core supports additional databases besides MySQL such as > PostgreSQL, > > however, there is no SQL Sever support. As a plug-in for Eclipse it's > > available on all Java enabled platforms. > > > > > > > > > > Stay well, > > Honeyghan > > > > > > Eclipse plug-ins > > DB Visual ARCHITECT, Object Relational Mapping Tool, a bit more expensive > http://www.visual-paradigm.com/product/dbva/ > > Eclipse SQLExplorer plugin > http://sourceforge.net/projects/eclipsesql > > A tutorial on how to start database modelling with Eclipse, SQLExplorer > and Clay. > http://www-128.ibm.com/developerworks/edu/os-dw-os-ecldbint-i.html > > Ron > ___ > Flashcoders@chattyfig.figleaf.com > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
Re: [Flashcoders] Database modeling for AS projects
Honeyghan wrote: I've been doing some research on various modeling tools which would enable me to easily model databases for future flash projects. Came across two very interesting solutions which should be on your radar. My requirements are as follows: 1. Feature rich, stable application which allows reverse engineering of existing database. 2. Compatibility with MySQL databases and Linux. 3. Ability to generate SQL statements directly from diagrams. 4. Exporting diagrams as an image and or printing is a must. 5. Uses open standards which allow me to utilize output in other applications. 6. Allow easy navigation of the entire database scheme, which includes finding and navigating to specified table. 7. Minimal cost. Solution 1: DBDesigner4 from fabFORCE.net (http://www.fabforce.net/dbdesigner4/) Fits in-line with all of the above and more. While I do wish that there was an add-on to Eclipse. It's interface is stable offers ease of use, by far a very powerful application which will save me time during the planning phase of extensive projects. DBDesigner4 is also available for the Windows platform and is GNU Licensed. Solution 2: Azzurri Clay from Azzurri Ltd. (http://www.azzurri.jp/en/index.jsp) Another gem which is a native plug-in for Eclipse. Azzurri Clay available in either Core or Pro version, Core being free and Pro costing 35,000 YEN -- about $300 give or take. Sadly to say the Pro version is apparently no longer available for sale outside of Japan according to their english website. While the Core version isn't as feature rich as DBDesigner4, it's worth mentioning if your needs are basic. One thing I found limiting is that there is no export to image which is important if working in a team environment. Clay Core supports additional databases besides MySQL such as PostgreSQL, however, there is no SQL Sever support. As a plug-in for Eclipse it's available on all Java enabled platforms. Stay well, Honeyghan Eclipse plug-ins DB Visual ARCHITECT, Object Relational Mapping Tool, a bit more expensive http://www.visual-paradigm.com/product/dbva/ Eclipse SQLExplorer plugin http://sourceforge.net/projects/eclipsesql A tutorial on how to start database modelling with Eclipse, SQLExplorer and Clay. http://www-128.ibm.com/developerworks/edu/os-dw-os-ecldbint-i.html Ron ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
RE: [Flashcoders] Database modeling for AS projects
This email is timely, Honeyghan. Thanks for sharing with the community. Kevin > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Honeyghan > Sent: Tuesday, March 21, 2006 6:13 PM > To: flashcoders@chattyfig.figleaf.com > Subject: [Flashcoders] Database modeling for AS projects > > I've been doing some research on various modeling tools which > would enable me to easily model databases for future flash > projects. Came across two very interesting solutions which > should be on your radar. > > My requirements are as follows: > > 1. Feature rich, stable application which allows reverse > engineering of existing database. > 2. Compatibility with MySQL databases and Linux. > 3. Ability to generate SQL statements directly from diagrams. > 4. Exporting diagrams as an image and or printing is a must. > 5. Uses open standards which allow me to utilize output in > other applications. > 6. Allow easy navigation of the entire database scheme, which > includes finding and navigating to specified table. > 7. Minimal cost. > > > > Solution 1: > DBDesigner4 from fabFORCE.net > (http://www.fabforce.net/dbdesigner4/) > > Fits in-line with all of the above and more. While I do wish > that there was an add-on to Eclipse. It's interface is stable > offers ease of use, by far a very powerful application which > will save me time during the planning phase of extensive > projects. DBDesigner4 is also available for the Windows > platform and is GNU Licensed. > > > Solution 2: > Azzurri Clay from Azzurri Ltd. > (http://www.azzurri.jp/en/index.jsp) > > Another gem which is a native plug-in for Eclipse. Azzurri > Clay available in either Core or Pro version, Core being free > and Pro costing 35,000 YEN -- about $300 give or take. Sadly > to say the Pro version is apparently no longer available for > sale outside of Japan according to their english website. > > While the Core version isn't as feature rich as DBDesigner4, > it's worth mentioning if your needs are basic. One thing I > found limiting is that there is no export to image which is > important if working in a team environment. > > Clay Core supports additional databases besides MySQL such as > PostgreSQL, however, there is no SQL Sever support. As a > plug-in for Eclipse it's available on all Java enabled platforms. > > > > > Stay well, > Honeyghan > ___ > Flashcoders@chattyfig.figleaf.com > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com http://training.figleaf.com > ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
[Flashcoders] Database modeling for AS projects
I've been doing some research on various modeling tools which would enable me to easily model databases for future flash projects. Came across two very interesting solutions which should be on your radar. My requirements are as follows: 1. Feature rich, stable application which allows reverse engineering of existing database. 2. Compatibility with MySQL databases and Linux. 3. Ability to generate SQL statements directly from diagrams. 4. Exporting diagrams as an image and or printing is a must. 5. Uses open standards which allow me to utilize output in other applications. 6. Allow easy navigation of the entire database scheme, which includes finding and navigating to specified table. 7. Minimal cost. Solution 1: DBDesigner4 from fabFORCE.net (http://www.fabforce.net/dbdesigner4/) Fits in-line with all of the above and more. While I do wish that there was an add-on to Eclipse. It's interface is stable offers ease of use, by far a very powerful application which will save me time during the planning phase of extensive projects. DBDesigner4 is also available for the Windows platform and is GNU Licensed. Solution 2: Azzurri Clay from Azzurri Ltd. (http://www.azzurri.jp/en/index.jsp) Another gem which is a native plug-in for Eclipse. Azzurri Clay available in either Core or Pro version, Core being free and Pro costing 35,000 YEN -- about $300 give or take. Sadly to say the Pro version is apparently no longer available for sale outside of Japan according to their english website. While the Core version isn't as feature rich as DBDesigner4, it's worth mentioning if your needs are basic. One thing I found limiting is that there is no export to image which is important if working in a team environment. Clay Core supports additional databases besides MySQL such as PostgreSQL, however, there is no SQL Sever support. As a plug-in for Eclipse it's available on all Java enabled platforms. Stay well, Honeyghan ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com