Re: [T4] Data base connection .

2007-09-03 Thread Kalle Korhonen
It's up to you *if* you want to use a db in Tapestry and how you want to use it. In Trails, we have ready-made configuration examples for most of the popular dbs at: http://trailsframework.org/DatabaseConfigurations Kalle On 9/3/07, dinesh kumar <[EMAIL PROTECTED]> wrote: > > hi, > > can any one

Re: [T4] Data base connection .

2007-09-03 Thread Renat Zubairov
Hi Tapestry provides no support of the database access, however as in any Java application you can use JDBC that support many databases, please see: http://java.sun.com/javase/technologies/database/ For more details. Renat On 03/09/07, dinesh kumar <[EMAIL PROTECTED]> wrote: > hi, > > can any

[T4] Data base connection .

2007-09-03 Thread dinesh kumar
hi, can any one say how to set up a database connection with in tapestry4 . is it possible to connect MS Access ? what other database are supported by tapestry ? i am a beginner in tapestry . need to get the values from the .Html form and store it in the data base . can any one say me the best p