Hi there
I wonder if what I require is possible. I'm creating a subscription system that automatically creates tables in my VPS mysql database for subscribers. So for every user who signs up, a number of tables will be created to store information as they use the app. So every subscriber must have a few SQL strings in the config.properties file that are specific to them. These strings allow them to do CRUD operations in their individual tables.
Now my questions
I wonder if what I require is possible. I'm creating a subscription system that automatically creates tables in my VPS mysql database for subscribers. So for every user who signs up, a number of tables will be created to store information as they use the app. So every subscriber must have a few SQL strings in the config.properties file that are specific to them. These strings allow them to do CRUD operations in their individual tables.
Now my questions
- Is it possible to automatically write SQL strings in the config.properties, which will not be located in the jRDC jar file.
- If not, what would be the alternative?