Hi Alvin,
 I had same condition when i'd started to work with Torque. You can do like me. 
Configure your
Torque dist (at build.properties) with appropriate connection strings to your DB, not 
forgeting to
add torque.database.schema property and not forgeting to write schema name in upper 
case. After
you did that,  just run : ant -f build-torque.xml jdbc
 This command will cause Torque to connect to your database, and generate a XML schema 
definition
to it. If you don't need to customize that definition, just run : ant -f 
build-torque.xml om and
all classes to acces your database will be generated.
 I hope i was clear enough.

Regards,
 Daniel.


--- Alvin Antony <[EMAIL PROTECTED]> wrote:
> Hi All,
> 
> please pardon me if this is a stupid Q:-)
> 
> How I can make use of the Torque, when the database and the tables are already 
>existing for an
> application?
> 
> I can't find my self in the Torque website, on where I define that , the database is 
>existing
> and create the xml schema of the database schema automatically!
> 
> can somebody of you help me on this ?
> 
> the database is mssql!
> 
> with regards and thanks
> 
> Alvin
> 
> 
> 
> 
> 
> 
> 
> Alvin  Antony
> 
> Entwickler
> Internet und Virtuelle Hochshule
> Universit�t M�nchen
> 
> Leopoldstr .3
> 80802 M�nchen
> Germany
> 
> Office Tel + 49.89.21804005
>                  + 49.89.21025979
> Office Fax + 49.89.21025980
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to