![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
#12
| |||
| |||
|
|
I understand the whole "multiple tables" in one DB thing. What about if you have a field in your "main" DB |

|
that a sequential serial number is automatically entered when a new record is created. Can you have another related table within that DB creating records without making that field 's serial number increase? |
#13
| |||
| |||
|
|
Data separation is much easier than it has ever been. In fact, unless you're building a vertical market solution for release to the general public, using a single file is nuts. Divide the data files as makes sense for future file size, so those tables that grow immense can have their own files, and those that are more reasonably sized can share a file. Divide them based on module and purpose...so all contacts tables are in one file, all purchasing and inventory tables are in another, and so on. Then build one or more interface files to use the data. snip We're now planning the rebuild of an extremely complex 6 solution with 48 files. We figure we're going to reduce it to about 15 data files, probably 55 tables, and perhaps 4-6 interface files. |
![]() |
| Thread Tools | |
| Display Modes | |
| |