13
votes
What are the advantages of VistaDB
The VistaDB client runtime is free. The runtime will never "expire at 3am" as you put it. Only the developer tools are licensed in that manner. You need 1 license per developer, simple. We even …
2
votes
Lightweight SQL database which doesn’t require installation
You could look at VistaDB if you are writing in .NET. It is 100% managed code, contains true referential integrity, tsql stored procs, clr procs, and much more in a single assembly you can xcopy d …
0
votes
What options are there for serverless databases?
There are plenty of applications out there that need a serverless database engine. Maybe they want to xcopy or click once deploy to desktop and need a database present for queries and reporting. …
1
vote
Embedded Database for .net that can run off a network
A little late to the post here.. And VistaDB is already mentioned, but I wanted to point out that VistaDB is 100% managed (since your post was tagged …
0
votes
What are the limitations to SQL Server Compact? (Or - how does one choose a database to use on MS platforms?)
I must also chime in here with VistaDB as an alternative to SQL CE.
VistaDB does support encryption (Blowfish), it also supports TEXT a …
1
vote
How to move data from VistaDB to MS SQL Server?
You can also load the VistaDB database in Data Builder and do an XML Export of schema and data.
That will usually get everything you need out - and it is in a format that SQL Server can i …
0
votes
Any example of a necessary nullable foreign key?
A common design scenario for setting a column to null is if you have a one to many parent child relationship, but the children do not have to be present.
When a parent record (like an acc …
0
votes
What embedded database with Isolated Storage support can you recommend?
I know this question is pretty old, but VistaDB DOES support Isolated Storage and is XCopy deployable. We do not have a free version though, it is a commercial product.
Take a look at the …
