alright, so i guess, reports with direct database access will only be available when direct file access is possible. because i want to execute reports for release notes not only from the server but from remote clients too i will go for the custom query and HTTP GET option. don't want to switch to database with network capability (postgre, mysql) either for server runs fine.
On Dec 12, 10:20 am, "Emmanuel Blot" <[EMAIL PROTECTED]> wrote: > SQLite does not provide a network access: it is accessed as a local > file with the SQLite API. > There's no user management system, neither a "username" nor a "password". > > Google "JDBC sqlite" to get some pointers, such > ashttp://www.zentus.com/sqlitejdbc/ > I guess the "filename" argument is the full or relative path to your > Trac environment DB file, that is <project>/db/trac.db > > HTH, > Manu. > > On Dec 12, 2007 9:50 AM, aldana <[EMAIL PROTECTED]> wrote: > > > > > > > hi, > > > i want to connect to trac database with groovy (and jdbc) to generate > > reports for release notes (in packaged to be delivered software). i > > already downloaded jdbc-driver. what is unclear is the connection > > parameters for trac database: > > > jdbc.connection.url = (as set in trac.ini -> e.g. sqlite:db/trac.db)? > > db.username = ? > > db.password = ? > > > i know there could be an easier solution in the way to use trac > > directly for report (generate custom query and just doing a HTTP GET > > of the report). never the less i would be interested in db-connection > > parameters. > > > thanks for information. > > -- > Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
