Tagged Questions
The vistadb tag has no wiki summary.
8
votes
6answers
4k views
What are the advantages of VistaDB
I have seen the references to VistaDB over the years and with tools like SQLite, Firebird, MS SQL et. al. I have never had a reason to consider it.
What are the benefits of paying for VistaDB vs ...
3
votes
3answers
428 views
Can Someone Explain VistaDB Please?
I'm seeing it pop up more and more and not really understanding the purpose of it? Can I only use it when I am developing locally on my desktop?
Or can I put a commercial site on a server with say ...
2
votes
2answers
184 views
SELECT INTO advanced
I have many tables in my database and I am collecting calculated values with following code and would like to Insert those values into other table. I am Using SELECT INTO method but database tells me ...
2
votes
0answers
124 views
Is VistaDB compatible with Microsoft Enterprise Library DAAB?
As the title asks, is VistaDB 3.x/4.x supported in Data Access Application Block (DAAB) of Microsoft Patterns and Practices Enterprise Library 3.x/4.x?
If it is and you have used the two together, ...
2
votes
4answers
1k views
How to move data from VistaDB to MS SQL Server?
Currently, I have a blog that is using VistaDB as back-end database, but later I realize that I want to MS SQL Server instead. I was wondering there is any tools that are available for migration data ...
1
vote
2answers
379 views
Insert INTO in vb.net
I have 2 databases. In first one I have 10 tables. Second one is only 1 table. I would like to select 1 columns from each table from 1st database and Insert INTO another database. How can I manage ...
1
vote
4answers
676 views
What are the disadvantages of VistaDB
I am looking into using a lightweight serverless database engine like SQLite, Firebird, or VistaDB in an upcoming project.
Someone asked about What are the advantages of VistaDB.
I would like to ...
1
vote
1answer
163 views
Obtain 'Identity' setting for a column in VistaDB
I am reading the database schema for VistaDB 4.0 database using the standard ADO.NET 'DbConnection.GetSchema' API. I haven't found a way to obtain the 'Identity' setting for a column? The 'Columns' ...
1
vote
0answers
51 views
What is the detailed syntax for the 'CREATE DATABASE' statement for VistaDB?
What is the detailed syntax for the 'CREATE DATABASE' statement for VistaDB?
The documentation only describes various procedures,functions,operators etc, but nothing on the 'CREATE DATABASE' ...
1
vote
1answer
186 views
EF4 Update model from Database VistaDB issue
Does VistaDB support 'Update model from Database' feature in EF4? I'm receiving this message:
" ... 'System.ArgumentNullException' 'Value Cannot be Null'
Parameter name: providerInvariantName"
1
vote
2answers
69 views
Subsonic with VistaDB?
Is it possible to use Subsonic with VistaDB? I see it as a supported database for Subsonic 3 on the project website, But can't find a T4 template for it?
Will I need to use SR or I can use AR?
Vikas
...
1
vote
2answers
260 views
Is there any good ORM for VistaDB?
I'm looking for a good ORM for VistaDB database. It's for an small desktop application and it might expand in future.
Open source solution will be preferred, but I'm ready to shell out if required.
...
1
vote
2answers
398 views
Can Sybase Sql Anywhere be deployed like VistaDB (or MSAccess)?
The context :
My current project uses VistaDB as it really fits the main scenario: the user log into the application, selects the DB (file on HDD or Network drive), does his job, then logs off. The DB ...
1
vote
2answers
335 views
Is there a way to migrate SQL Server to Vistadb (Umbraco)
I am on a shared host and whilst in development (umbraco) I think it would be easier to use VistaDB then package up to install to SQL Server. However, I have already started using SQL Server. Is there ...
1
vote
0answers
78 views
How to use SimpleRepository (SubSonic 3.0.0.3) with VistaDB?
How to use SimpleRepository (SubSonic 3.0.0.3) with VistaDB?
Would the SqlSever Provider work or a seprate provider exists for the same?
0
votes
0answers
17 views
Using a report parameter with VistaDB and Telerik reporting
I am working on a .NET 4 Windows Forms application. The application reads data from a VistaDB 4.1 database located in the installation directory, and display a report using Telerik Reporting. The data ...
0
votes
2answers
72 views
VistaDB on Monotouch
Does anyone know if VistaDB will work with MonoTouch? I can't seem to find any information about it. They say it supports Mono but I see no mention of Monotouch.
0
votes
2answers
216 views
Downgrade SQL CE from 4 to 3.5?
Does anyone know if it's possible to downgrade an existing SQL CE 4 database to 3.5? The reason I ask is because I'm looking to migrate from SQL CE to VistaDB...and VistaDB's data migration wizard ...
0
votes
1answer
66 views
How to correct sql syntax
I have 2 different table which is tbl_meter and tbl_machines. I am entering data using tbl_meter every day. I am finding dailiy results with following sql syntax. But I have problem with tbl_machines. ...
0
votes
1answer
240 views
All embedded databases fail to open connections
I'm working on a winforms desktop application that needs to store data. I made the really bad decision to try and embed a database. I've tried:
SQLite
VistaDB
SQL Server Compact
In each case, I ...
0
votes
1answer
340 views
open vistadb vdb file
I have a database file with the extension "vdb" - presumably this is a VistaDB file - anyone know what to use to open it and access the tables inside?
0
votes
1answer
511 views
VistaDB Connection Issue Programmatically using SQLConnection and ConnectionString
I'm getting an error connecting to a VistaDB using a connection string in the web.config file.
It works fine using a SQLDataSource AFTER I specified the ProviderName. On another page I'm only ...