On 11/1/06, Grant Vine <[EMAIL PROTECTED]> wrote:
> > 1. You can declare your database tables the normal way:
> > 2. You can ask SQLObject to draw the description for you from the database:
>
> Are there advantages/disadvantages to the second method ?
>
one thing you have to keep in mind is that SO strongly relies on that
fact that one table = one object, which is not the case of some dbs.

about the from database you can still load up the tables and get them
to show the SQL to create them and after that just use that one so SO
doesn't has to load every time from the database, kind of what
sqlobject-admin sql does

> Secondly, how much more effective is SQLObjects methods for building
> the database structure compared to existing structures, will I realize
> better performance/features etc if I rather just buld the app from
> scratch and migrate the existing data over to a new database structure
> ?
>
> Thanx
>
> -grant
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> sqlobject-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to