12-12-2024 01:59 AM
Hi!
Once there is a database / alias, there are VIs to create/delete/modify objects, and even a VI to save the database.
But I don't see a way to create new database files / aliases from scratch programmatically. They always require an existing database file.
Any idea?
12-12-2024 10:14 AM
I think this example shows how to start without an existing database file. I believe the trick is to use the ":memory:" database.
12-12-2024 10:40 AM
I'm not sure you are asking the right question here. The editor or IDE you are using shouldn't dictate how you make a database. You should look for guides to ORMs like Entity Framework or the likes.