Hello, Typically you would list the database connection information in your development.ini file. If you're using SQLAlchemy as your ORM, there's a very good (but possibly a little outdated in spots) overview in the excellent Pylons Book:
http://pylonsbook.com/en/1.1/introducing-the-model-and-sqlalchemy.html#setting-up-sqlalchemy If your question is more about how to get information from a database into a template, the link above is a good starting point. If it's strictly a database connection problem, send us the traceback or the connection string you're using (without your real username/password of course) and we can probably point you in the right direction. Thanks, Eric On Fri, Feb 4, 2011 at 9:21 PM, varsh <[email protected]> wrote: > > Hi, > I am beginner of pylon and working on pylon project on Ubuntu, there is some > problem in my application . so, i need step by step procedure of connecting > web pages with database. > Please help me...... > -- > View this message in context: > http://pylons-discuss.1595796.n2.nabble.com/pylon-database-problems-tp5994881p5994881.html > Sent from the pylons-discuss mailing list archive at Nabble.com. > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" 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/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
