10-24-2011 08:49 PM
I want to creat a database automatically and then wirte data to it sevral times?Can sb give me some advices or examaples?I have no idea about this aspect.I always see that use microsofte to creat a databsefile ,and cann't find the examples that creat database files automatically........
The engineer told me that he cann't give me support if I didn't by their databse soft.I am so sad and worried.
10-24-2011 09:09 PM
A lot depends on what your database is. You can try this:
http://www.w3schools.com/sql/sql_create_db.asp
If that doesn't work, Google your specific database provider to see how you can programatically create the database.
10-25-2011 03:51 AM
You may find this link will helpful http://www.ni.com/pdf/manuals/371525a.pdf . Its not so difficult job you can do it in less than a hour. Don't worry.
10-25-2011 05:06 AM
There's a fantastic LabVIEW API for SQLite that you could use. I've tried making a new database in Access, but never succeeded. I didn't spend too much time on it, though. Here's a quick example of how to make a SQLite database with the aforementioned API.