madhatter2002
Programmer
Is there a way to programatically create a data session or a data environment??
For example, we have 5 tables
Table 1
Table 2
Table 3
Table 4
Table 5
and we have 3 forms, and 1 main form that can call the 3 forms.
Form1 will use table 4 for the grid
Form2 will use table1 and table 3 for Listbox and grid
Form3 will use table2 for the combo box
with the above is is possible to create data environments/session programatically.
The reason why not in design is the dbc will be created only when the program runs and is deleted once the program terminates.
For example, we have 5 tables
Table 1
Table 2
Table 3
Table 4
Table 5
and we have 3 forms, and 1 main form that can call the 3 forms.
Form1 will use table 4 for the grid
Form2 will use table1 and table 3 for Listbox and grid
Form3 will use table2 for the combo box
with the above is is possible to create data environments/session programatically.
The reason why not in design is the dbc will be created only when the program runs and is deleted once the program terminates.