octgn
[[octgn_data_access]]
Last edit on
Jun 27, 2009
8:52 PM
by octgndev
Accessing OCTGN Data from .NET software
OCTGN data access has been put in an assembly that you may use in your own .NET projects.
Required files
http://www.octgn.net/octgn-client/Octgn.Data.dll the data access .NET assembly.
http://www.octgn.net/octgn-client/VistaDB.NET20.dll the database component used by previous assembly (VistaDB).
How to use
Reference those files from your project. You never have to access the VistaDB API directly, it's only used by Octgn.Data.dll internally.
Everything is inside the
To start accessing OCTGN data, you must create a
This collection contains
Once the database is open, you can read the sets, cards and markers.
This library also lets you load and save decks, represented by the
If you edit the deck, you may save it with the