VistaDB (VistaDB.Provider)
____________________________________________________________________The VistaDB Provider allows you to access a VistaDB database.
Using C#
using VistaDB.Provider;
...
public VistaDBConnection OpenConnection()
{ string connectionString = @"Data Source = C:\VistaDB.vdb3; Open Mode = ExclusiveReadWrite"; VistaDBConnection connection = new VistaDBConnection(connectionString); connection.Open(); return connection;}
Reffer: http://www.carlprothman.net/Default.aspx?tabid=86
____________________________________________________________________
Note:If You have need demo then contact with me.Post your request as a comment.
____________________________________________________________________
1 comment:
Check Valentina Database. It has local royalty free engine, and Valentina Server. You can use any or both of these via "Valentina NET" ADK.
This is SQL and in the same time NON-SQL DB. Can be disk-only or RAM-only or mixed. Besides, it works on mac and linux, can be used with other languages easy and can be used FREE in many cases
http://www.valentina-db.com
Post a Comment