I am trying to generate rules form of output from user data.that output i have to store in sql database.so when each time , user is giving different data for processing, i have to create a new database for storing the rules from their data.
how can i do this dynamic creation of database when needed.
sherinpoulose 0 Light Poster
Recommended Answers
Jump to PostUse Create Database SQL statement.
Jump to PostHi,
I'm with adam_k; why isn't a new table per user being used instead of an entire new database per user - that seems excessive. If you do need different tables you will need to figure out a naming strategy that will create unique names (but still following some set …
All 6 Replies
kvprajapati 1,826 Posting Genius Team Colleague
sherinpoulose 0 Light Poster
adam_k 239 Master Poster
hericles 289 Master Poster Featured Poster
sherinpoulose 0 Light Poster
adam_k 239 Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.