473,396 Members | 1,997 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

C# acceisble database api (for download w/ an application)

I would like to write an application w/ a db, for something like
outloook or thuderbird. what are some good db "dll's" that I could look at?

Something like hsql, or mdb or dbf? Small, light, all inclusive. (no ms
sql server that is huge, something like a few huyndred K and has all).

tia,
..V
Jan 1 '06 #1
2 1669
You could use the classes in the System.Data.OleDb namespace to work
with Access files.

However, I would seriously consider using SQL Express. It's supposed to
be a lightweight version of SQL Server which is meant more for
per-application use, and not for multiple applications.

The good thing about using SQL Express is that you can use the classes
in the System.Data.SqlClient namespace. And if your needs should get to the
point where you need to upgrade to a full version of SQL Server, then you
won't have to change your data access code (they use the same classes).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"netsql" <ce*******@gmail.com> wrote in message
news:OB**************@TK2MSFTNGP10.phx.gbl...
I would like to write an application w/ a db, for something like outloook
or thuderbird. what are some good db "dll's" that I could look at?

Something like hsql, or mdb or dbf? Small, light, all inclusive. (no ms
sql server that is huge, something like a few huyndred K and has all).

tia,
.V

Jan 1 '06 #2
The SQLite database engine is only a couple hundred K, is extremely powerful,
and there are ADO.NET providers for both .NET 1.1 and .NET 2.0. There is no
installation required.
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"netsql" wrote:
I would like to write an application w/ a db, for something like
outloook or thuderbird. what are some good db "dll's" that I could look at?

Something like hsql, or mdb or dbf? Small, light, all inclusive. (no ms
sql server that is huge, something like a few huyndred K and has all).

tia,
..V

Jan 1 '06 #3

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

Similar topics

3
by: Dux | last post by:
I have used some example code to create a database in MySQL and using php I can add binary files to the database. I was under the impression that I would be able to download the files with the...
18
by: cjl | last post by:
Hey all: I know that it is silly in the age of Google to 'lose' something on the internet, but I recently checked out a project that had implemented a database with a subset of SQL in pure...
5
by: Tony | last post by:
Ok. im new to programming. and sorry for fuzzy discription :) I am using a program called leechget. this is download manager that i use on the net. When i add a dowload , i can see the information...
11
by: Gwindor | last post by:
I have been doing programming in Access for about 10 years. I am now being asked to make an Access front end for data that is stored in SQL Server. My impression is that the only way to do this...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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
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
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,...

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.