473,503 Members | 5,495 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VistaDB Database

Hi all

I just saw an ad in the latest ComponentSource newsletter for a database
engine called VistaDB 3.0.

http://www.vistadb.net/default.asp

It looks very interesting as a database engine for smaller applications
where you would normally use access. Plus it can be embedded into the exe.

I've just started doing a small database application, and my concern has
been this: Should I use access or SQL server?

Access is simpler and actually quite sufficient for my needs (very small
database - only a few tables), but it seems old fahioned to me. But at the
same time, I've been reluctant to choose SQL Server because it complicates
the administration and deployment. Access is simply a file you copy, but
with SQL server you have to install the engine and check in the installation
if it exists, attach the database... Not extremely complicated but still a
little overkill for my application.

So I though of testing VistaDB, but I just wonder if anybody knows of it and
has experiences using it they would like to share???

Cheers,
Johnny J.
Jun 8 '07 #1
5 1742
"Johnny Jörgensen" <jo**@altcom.sewrote in
news:#h**************@TK2MSFTNGP04.phx.gbl:
It looks very interesting as a database engine for smaller
applications where you would normally use access. Plus it can be
embedded into the exe.
Firebird Database is also embeddable and very tiny - 250KB? It's free too.
Access is simpler and actually quite sufficient for my needs (very
small database - only a few tables), but it seems old fahioned to me.
Access is fine for small applications. You can always upsize to SQL Server
if Access is insufficient.
Jun 8 '07 #2

"Johnny Jörgensen" <jo**@altcom.sewrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Hi all

I just saw an ad in the latest ComponentSource newsletter for a database
engine called VistaDB 3.0.

http://www.vistadb.net/default.asp

It looks very interesting as a database engine for smaller applications
where you would normally use access. Plus it can be embedded into the exe.

I've just started doing a small database application, and my concern has
been this: Should I use access or SQL server?

Access is simpler and actually quite sufficient for my needs (very small
database - only a few tables), but it seems old fahioned to me. But at the
same time, I've been reluctant to choose SQL Server because it complicates
the administration and deployment. Access is simply a file you copy, but
with SQL server you have to install the engine and check in the
installation if it exists, attach the database... Not extremely
complicated but still a little overkill for my application.

So I though of testing VistaDB, but I just wonder if anybody knows of it
and has experiences using it they would like to share???

Cheers,
Johnny J.
Take a look at SQL Express. It is SQL Server without some of the enterprise
pieces. Just install create your database and tables and away you go.
Almost no admin.

LS

Jun 9 '07 #3
On Jun 8, 5:06 pm, "Johnny Jörgensen" <j...@altcom.sewrote:
Hi all

I just saw an ad in the latest ComponentSource newsletter for a database
engine called VistaDB 3.0.

http://www.vistadb.net/default.asp

So I though of testing VistaDB, but I just wonder if anybody knows of it and
has experiences using it they would like to share???
I'm a VistaDB user of about 3 years standing and have two products
based on VistaDB that are distributed quite widely.

I chose VistaDB over Access so that the data that goes out with my
product would be secure (Blowfish encryption), over SQL Express due to
my concern about it's size and possible installion problems and over
SQL Everywhere (or whatever) as that product is single-user by design.
There's also a great support forum and I suggest you have a browse
there to see what others have to say.

Simon

Jun 10 '07 #4
Access is simpler and actually quite sufficient for my needs (very small
database - only a few tables), but it seems old fahioned to me. But at the
same time, I've been reluctant to choose SQL Server because it complicates
the administration and deployment. Access is simply a file you copy, but
with SQL server you have to install the engine and check in the installation
if it exists, attach the database... Not extremely complicated but still a
little overkill for my application.
Here are the biggest values for VistaDB:

100% managed code
No CPU / RAM Limits (SQL CE has a lot of limits)
You can XCopy deploy the database engine with your app.
We work with isolated storage, in memory databases, and on disk (local
and across a LAN). We have plans for a server later this year.

We run under Compact Framework, 1.1, 2.0 and Mono today. This means
you can Xcopy and deploy to a lot of environments.

We are also at work on a LINQ provider for later this year as well.

We have all the same datatypes from TSQL as SQL Server, and we try to
use the same syntax. That means upsizing to SQL Server is a lot less
work than Access (which has totally different types and syntax).

So we are a good fit for desktop databases where Access is too little,
and SQL Server is too much.
So I though of testing VistaDB, but I just wonder if anybody knows of it and
has experiences using it they would like to share???
Well, since I am the president of the company my impressions may be a
bit skewed. :)

Feel free to visit our forums to ask questions:

http://www.vistadb.net/forums
Jun 11 '07 #5
OK, but what is missing from the VistaDB website is a speed and performance
comparison between the other databases, and I'm interested in knowing that
before making a choice...

Cheers,
Johnny J.
"VistaDB" <vi*****@gmail.comwrote in message
news:11**********************@m36g2000hse.googlegr oups.com...
>Access is simpler and actually quite sufficient for my needs (very small
database - only a few tables), but it seems old fahioned to me. But at
the
same time, I've been reluctant to choose SQL Server because it
complicates
the administration and deployment. Access is simply a file you copy, but
with SQL server you have to install the engine and check in the
installation
if it exists, attach the database... Not extremely complicated but still
a
little overkill for my application.

Here are the biggest values for VistaDB:

100% managed code
No CPU / RAM Limits (SQL CE has a lot of limits)
You can XCopy deploy the database engine with your app.
We work with isolated storage, in memory databases, and on disk (local
and across a LAN). We have plans for a server later this year.

We run under Compact Framework, 1.1, 2.0 and Mono today. This means
you can Xcopy and deploy to a lot of environments.

We are also at work on a LINQ provider for later this year as well.

We have all the same datatypes from TSQL as SQL Server, and we try to
use the same syntax. That means upsizing to SQL Server is a lot less
work than Access (which has totally different types and syntax).

So we are a good fit for desktop databases where Access is too little,
and SQL Server is too much.
>So I though of testing VistaDB, but I just wonder if anybody knows of it
and
has experiences using it they would like to share???

Well, since I am the president of the company my impressions may be a
bit skewed. :)

Feel free to visit our forums to ask questions:

http://www.vistadb.net/forums


Jun 11 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3314
by: Cherrish Vaidiyan | last post by:
sir, The following are the steps that i followed in setting up standby database on Red hat Linux 9. i am using Oracle 9i. i have followed the steps in this site : ...
0
1267
by: Anthony Carrabino | last post by:
VistaDB 2.0 data engine for .NET has been released. VistaDB is the #1 alternative to Jet/Access, MSDE and Xbase for building small to midsize WinForms and ASP.NET database applications. Robust data...
0
1290
by: Anthony Carrabino | last post by:
VistaDB 2.0.14 embedded database engine update for .NET has been released. Features better .NET Provider performance, new VistaDBDataSet component that provides live data cursors that are fully...
6
7301
by: Marvin Libson | last post by:
Hi All: I am running DB2 UDB V7.2 with FP11. Platform is Windows 2000. I have created a java UDF and trigger. When I update my database I get the following error: SQL1224N A database...
0
1251
by: jimfortune | last post by:
Has anyone used a product called VistaDB? What are its strengths and weaknesses compared to Access or SQLServer? Web Site: http://www.vistadb.net/ Thanks James A. Fortune
1
1730
by: Alexander | last post by:
Sombody used this components: VistaDb, TurboDb, Advantage, Firebird DataAdapter, SqlLite DatatAdapter? Can you give some advice to choise from them.
0
996
by: =?Utf-8?B?QW50aG9ueSBDYXJyYWJpbm8=?= | last post by:
After 2 years of development and over 20,000 man hours, the final release date of VistaDB 3.0 has been set for Feb. 24th, 2007. Key features include truly embedded SQL database for .NET, Compact...
14
2218
by: Johnny Jörgensen | last post by:
Hi all I just saw an ad in the latest ComponentSource newsletter for a database engine called VistaDB 3.0. http://www.vistadb.net/default.asp It looks very interesting as a database engine...
7
1130
by: darrel | last post by:
I've been playing with Grafitti CMS and noticed that they use the 'vistadb' format by default. I had never heard of it before. http://www.vistadb.net/ I'm intrigued. It looks like a full SQL...
0
7291
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7357
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7468
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5598
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5023
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4690
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3171
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1522
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.