Hi Ned, Thanks for your reply. First, your question is my doubt. And my problem is, if I did the same thing as you said, I will create a table contains a great deal of data in it, this may cause the "select" operation very slow, the users may feel it hard to suffer from....
Best Wishes, Nick ----- Original Message ----- From: Ned Batchelder To: [email protected] Sent: Sunday, July 15, 2007 4:33 AM Subject: Re: About create a database table dynamicly Generally, creating a table dynamically is the wrong thing to do. How will these tables differ from each other? For example, what user information is used to create the table? If each of the tables has the same structure, then you should create one table with an extra column to distinguish the different "tables". And what code will read and write the records in the table? Don't you need Django model classes to go with the new table? --Ned. nick feng wrote: Hi, I had to create a table in the database according to the users' input imformation. Django seems has no topic about this, anyone has any idea on it?Thank you Best wishes, Nick -- Ned Batchelder, http://nedbatchelder.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

