NickM
New member
- Joined
- Jun 10, 2009
- Messages
- 1
- Programming Experience
- 1-3
Hello,
I'm making an OPC Client in VB 2008 express edition. In this application i need to make a database with groups of items. So its a fairly simple db, but each group can contain thousands of items. Each item has a standard 5 colums with values. Each group should be easily (fast) created or deleted.
My question:
How can i save these groups with the items in a database while the most important thing is speed?
And what kind of database is the best to use for this situation?
Im thinking of a local SQL server with a table for every group. Or a dataset, but that will possible be slower with each item i add.
I hope someone can explain me the best solution!
I'm making an OPC Client in VB 2008 express edition. In this application i need to make a database with groups of items. So its a fairly simple db, but each group can contain thousands of items. Each item has a standard 5 colums with values. Each group should be easily (fast) created or deleted.
My question:
How can i save these groups with the items in a database while the most important thing is speed?
And what kind of database is the best to use for this situation?
Im thinking of a local SQL server with a table for every group. Or a dataset, but that will possible be slower with each item i add.
I hope someone can explain me the best solution!