Let\'s say I have this model: class Foo(models.Model): bar = models.ForeignKey(Bar) currency = models.ForeignKey(Currency) # currency is just an example
i 开发者_如何转开发want to make connection of ASP to a database and display the records, add update and delete them all in one coding. Waiting for your kind response.Sounds like you need to do an ADO