
Looking for help learning more about VistaDB? This is the right place to start. Right now we are a little light on tutorials (we know it), but many more are in the works.
Please also check in your local help files for more information and HOWTO articles. The main help file can be brought up by pressing F1 in the Data Builder, or from the start menu. An online version of the help file can also be found here.
This tutorial shows how to build a basic databound Winforms application using Visual Studio 2005. A screen captured version is also available to view.
For many years the Northwind.mdb database was the benchmark app for many different database vendors. This database was a sample provided with Access by Microsoft. Many users have used it to learn the basics of database design and coding. VistaDB 3 can convert the complete Northwind database to VDB3 format (including views). This tutorial is a walkthrough of how to convert the database and view the data after conversion.
During the coding of CLR Procs this tutorial was built as a quick walk through for existing users to understand how to build and use CLR Procs. The data included in this tutorial is slightly out of date, but we are leaving it here for the time being until we can build a new demo to replace this one.