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

Create Program Without DB

Hi, i must create a program to save my list of DVD but i don't have a
DB like SQL or Access o file...
it's possible??
Jun 27 '08 #1
3 1283
On Tue, 15 Apr 2008 08:29:16 -0700, Christian <ch**************@gmail.com>
wrote:
Hi, i must create a program to save my list of DVD but i don't have a
DB like SQL or Access o file...
it's possible??
You _must_? :)

The Express version of Visual Studio includes SQL Express, so you could
have a database server if you wanted to, at no monetary cost.

However, you certainly could write a program that saves your data to a
simple file. How best to do that would depend on what kind of file you
want to write. I would say that the most common techniques in a .NET
program would use either XML or binary serialization, which you can read
up on in the MSDN documentation.

Pete
Jun 27 '08 #2
Christian skrev:
Hi, i must create a program to save my list of DVD but i don't have a
DB like SQL or Access o file...
it's possible??
Yes, you can store it in for example XML.

However - Why reinvent the wheel?
There are several free applications for maintaining your DVD collection.

For my own collection I use DVD Profiler

http://www.invelos.com/

--
Bjorn Brox
Jun 27 '08 #3
On 16 Apr, 11:32, Bjorn Brox <bpb...@gmail.comwrote:
Christian skrev:
Hi, i must create a program to save my list of DVD but i don't have a
DB like SQL or Access o file...
it's possible??

Yes, you can store it in for example XML.

However - Why reinvent the wheel?
There are several free applications for maintaining your DVD collection.

For my own collection I use DVD Profiler

http://www.invelos.com/

--
Bjorn Brox
Because i am learning to program... :-)
Jun 27 '08 #4

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

Similar topics

2
by: brazilnut52 | last post by:
I am going to outline the steps I go through to produce the problem. Hopefully this will help you understand the problem better I have created a simple COM DLL in .NET by using the COM class...
6
by: Martin | last post by:
Hi, I have a xml file like the one below <?xml version="1.0" encoding="utf-8"?><e1 xmlns:e1="http://tempuri.org/Source1.xsd" e1:att1="1" e1:att2="2" e1:rest="345"/> If I try to create a...
7
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I...
13
by: invincible | last post by:
hi friends , how can I declare / create function during runtime similiar to lambda in lisp. thanks Mohan
15
by: Amit D.Shinde | last post by:
I am adding a new picturebox control at runtime on the form How can i create click event handler for this control Amit Shinde
10
by: Minh | last post by:
I search in all the Disscussion but can not found. How can I create a MS Access Database file using C# code with a given Table Structure ? For example, I want to create a Access Database File...
0
by: Melson | last post by:
Hi Can anyone help me. I'm thinking of create a lookup dictionary program. Is there a way to create a dictionary program on 3rd party program. Let's say I'm entering data using 3rd party...
3
by: Miro | last post by:
I am teaching myself vb, and I was wondering if someone can check my code. -It works, but i was wondering if i was on the right track or if I should have done it differently. -Again - thanks in...
34
by: Tom | last post by:
I'd greatly appreciate advice and code snippets on how to create a ram disk within a C/C++ program. I also need to be able to determine the free space. Thanks in advance for any help.
7
by: dspfun | last post by:
How do you create a standalone C program? With standalone C program I mean it should run "freestanding" on a CPU without an OS or other supporting software/libraries linked to the C program. After...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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
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...

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.