Displaying 1 result from an estimated 1 matches for "field_names_list".
2006 Apr 10
5
How to create tables/models on the fly?
Hi everyone,
I need to create a lot of new db tables during application lifecycle.
Like 1000 tables, each holding data from a specific device, collecting
data in real time. Each table may have different columns number, e.g.
one is:
datetime, temperature, pressure
and another will be:
datetime, voltage, current, power, resistance.
Can anybody advice how to best achive it, to make good use