Re: [Urgent]Accessing tables not created by django models using django APIs.

2009-05-25 Thread Alex Gaynor
On Mon, May 25, 2009 at 10:07 PM, ds99 wrote: > > Hi, > I am new to django.I have a requirement where in have to access tables > which are not created using django models, using django APIs. > > For eg: I already have tables "book_111" and "book_222" created in > sqlite

[Urgent]Accessing tables not created by django models using django APIs.

2009-05-25 Thread ds99
Hi, I am new to django.I have a requirement where in have to access tables which are not created using django models, using django APIs. For eg: I already have tables "book_111" and "book_222" created in sqlite db by some different process. Both having same schema.I want to access them to