Sue <[EMAIL PROTECTED]> wrote: > thru the documentation but did not find anything about this other than > some really old question regarding a similar issue. Is there a way to > do this in a more elegant manner rather than interacting with the Trac > sqLite database directly thru some script? If this is the only way, > any pointers to existing database interaction documentation would be > great.
Well, don't use sqlite, use mysql ot postgres, since they support good multiuser access, and then write whatever CGI,ruby,django/etc. code you need to populate the database. -- Michael Richardson <[EMAIL PROTECTED]> XDS Inc, Ottawa, ON Personal: http://www.sandelman.ca/mcr/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
