473,395 Members | 1,527 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,395 software developers and data experts.

Application Database

I want to include a database in an application, the application must be
deployable with it's own database system and is basically used for storing
records. Is this easy enough to build into an application?

Doug.
Nov 16 '05 #1
5 1379
Dougie,

It's easy enough to use any database from within .NET. The issue that
you have is deploying it. If you use a database technology, I would
recommend that you look for one that has its own installer package, which
you can merge with your own install.

Personally, if the database is single user, then I would use the Jet
provider for Access and just use MDB files.

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

"Dougie" <no*******@nks.com> wrote in message
news:Of**************@TK2MSFTNGP09.phx.gbl...
I want to include a database in an application, the application must be
deployable with it's own database system and is basically used for storing
records. Is this easy enough to build into an application?

Doug.

Nov 16 '05 #2
Dougie,

It's easy enough to use any database from within .NET. The issue that
you have is deploying it. If you use a database technology, I would
recommend that you look for one that has its own installer package, which
you can merge with your own install.

Personally, if the database is single user, then I would use the Jet
provider for Access and just use MDB files.

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

"Dougie" <no*******@nks.com> wrote in message
news:Of**************@TK2MSFTNGP09.phx.gbl...
I want to include a database in an application, the application must be
deployable with it's own database system and is basically used for storing
records. Is this easy enough to build into an application?

Doug.

Nov 16 '05 #3
Thanks
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:%2****************@TK2MSFTNGP12.phx.gbl...
Dougie,

It's easy enough to use any database from within .NET. The issue that
you have is deploying it. If you use a database technology, I would
recommend that you look for one that has its own installer package, which
you can merge with your own install.

Personally, if the database is single user, then I would use the Jet
provider for Access and just use MDB files.

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

"Dougie" <no*******@nks.com> wrote in message
news:Of**************@TK2MSFTNGP09.phx.gbl...
I want to include a database in an application, the application must be
deployable with it's own database system and is basically used for storing records. Is this easy enough to build into an application?

Doug.


Nov 16 '05 #4
Thanks
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:%2****************@TK2MSFTNGP12.phx.gbl...
Dougie,

It's easy enough to use any database from within .NET. The issue that
you have is deploying it. If you use a database technology, I would
recommend that you look for one that has its own installer package, which
you can merge with your own install.

Personally, if the database is single user, then I would use the Jet
provider for Access and just use MDB files.

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

"Dougie" <no*******@nks.com> wrote in message
news:Of**************@TK2MSFTNGP09.phx.gbl...
I want to include a database in an application, the application must be
deployable with it's own database system and is basically used for storing records. Is this easy enough to build into an application?

Doug.


Nov 16 '05 #5
Hi,

Depending of the complexity of the DB you could use Access for example, I
had a similar situation and what I decided was to use a XML file to store
the data, when the application runs I read it into a dataset and when I
close it I serialize the dataset back to the XML file, this is a trivial
thing to do and do not depend of any external component.
Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Dougie" <no*******@nks.com> wrote in message
news:Of**************@TK2MSFTNGP09.phx.gbl...
I want to include a database in an application, the application must be
deployable with it's own database system and is basically used for storing
records. Is this easy enough to build into an application?

Doug.

Nov 16 '05 #6

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

Similar topics

8
by: BMM | last post by:
Hi. I have a dumb question. Is a database an application? And, in the context of a data-driven web-enabled application, is the database still an application? I have a project lead who says it is....
18
by: mountain man | last post by:
Greetings to all database professionals and laymen, Let us make a bold assumption that we have developed a software tool for the SQL Server environment which simply acts as an interface between...
4
by: Jason_Schaitel | last post by:
I have an application that segregates data into two different databases. Database A has stored procs that perform joins between tables in database A and database B. I am thinking that I have...
43
by: Davey | last post by:
I am planning on developing an application which will involve skills that I have very little experience of - therefore I would appreciate comments on my initial design thoughts. Overview on...
4
by: Chuck | last post by:
Hello everybody, I need to abort execution during start up, while the constructor called by Application.Run is executing. If the database fails to connect during my application's startup I...
8
by: Luminal | last post by:
Greetings Recently I've developed a C# application using an Access database. For this I use the Data.OleDb namespace. Now I have customer telling me that he can't use the application. The...
3
by: Michael Glaesemann | last post by:
Hello all, Recently I've been thinking about different methods of managing users that log into a PostgreSQL-backed application. The users I'm thinking of are not necessarily DBAs: they're...
17
by: Timothy.Rybak | last post by:
Hello all, This is my first attempt at an application, so kid gloves are appreciated. I need to make a very simple form that only has a few elements. One is TraceCode - a text field that is...
3
by: pooba53 | last post by:
I have a VB .NET 2003 application that communicates with an Access db. I am deploying the application using the Wizard that creates an install package and it IS properly grabbing the Access db and...
1
by: abhijitbkulkarni | last post by:
Hello, I am designing a .NET database application that uses 3 tier architecture. Starting initially, this application will be desktop application but I will convert it into a website later but...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: 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
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
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...
0
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
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...

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.