12-08-2010 03:25 AM
Hi all,
i want to create database name as LED light in such a way that i can generate tables as scene1,scene2,......scene255 programatically as per my requirement.
In each table there will be columns in such a way that Step, Stop Time and Fade Time.
Pleas do the needful.
Regards
Manasi
12-08-2010 04:25 AM
12-08-2010 05:11 AM
[...] that i can generate tables as scene1,scene2,......scene255 programatically as per my requirement.
It seems that you could design your database better than that. I'm thinking that you could have one table for all scenes and another table with a foreign key that links to the scene data in the first table.
Pleas do the needful.
You first 🙂 How To Ask Questions The Smart Way
12-08-2010 05:45 AM
The description you provide sounds identical to one of the examples from an NI Intermediate or Advanced class I took some years ago.