On 10/29/06, Lord Galrion <[EMAIL PROTECTED]> wrote: > Hi all, > > I am reading "http://www.turbogears.org/docs/gs/usedatabase.html" > > > but I can't figure out how to a simple SELECT * FROM table WHERE > x='foo' AND y='bar' > conditional statement > > my database table has 5 fields using StringCol() > > and I don't know how to select conditionally. Is there documentation > for this that I am missing you can link me too? Or give me an example? > > gracias! >
to elaborate a little more, I want the fields to come from a URL like foo.com/f1/f2/f3 and when that link is accessed, I want to run the SQL select * from table WHERE field1=f1, field2=f2, field3=f3 regards, Nevyn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

