Creating Databases at Runtime

Creating Databases at Runtime

Question:
I am designing an application that should be able to createnew databases in the specific format that it expects tosee. I have not seen anything anywhere on how to createcustom databases on the fly. Is it possible?

Answer:
It’s not particularly well documented, but it does work, as I’ve done it. CreateDatabase is where you start. You can then add tables to the TableDefs collection…that should be documented, as well as adding fields to each of the tables. The other alternative you may want to consider is to send out a “starter” database that could be copied to a new filename instead of starting from scratch.

Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular