473,569 Members | 2,761 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 1743
"Johnny Jörgensen" <jo**@altcom.se wrote in
news:#h******** ******@TK2MSFTN GP04.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.se wrote in message
news:%2******** ********@TK2MSF TNGP04.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.se wrote:
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.goo glegroups.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
3317
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 : http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96653/create_ps.htm#66206 Still i give the steps i followed. Preparing the Primary Database for Standby...
0
1273
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 engine with SQL-92 support features a small 1MB footprint, single-file data store, rich data types, billions of rows per table, transaction...
0
1303
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 compatible with databound controls, world's first 3rd party managed Membership Provider for ASP.NET 2.0, improved In-Memory databases and tables,...
6
7313
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 agent could not be started to service a request, or was terminated as a result of a database system shutdown or a force command.
0
1257
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
1733
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
997
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 Framework and Mono, small 600KB footprint, 100% managed and verfiably typesafe architecture, developed in C#, SQL Server 2005 compatible data types...
14
2224
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 for smaller applications where you would normally use access. Plus it can be embedded into the exe.
7
1131
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 DB, without the overhead of MS SQL at the server level. Ie, it's 'just a file' that you can move as needed. I recently worked on a project with...
0
7697
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7924
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
6283
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5512
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5219
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3640
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
937
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.