Re: WinForms and local DB
- From: "Norman Yuan" <NotReal@xxxxxxxxxxx>
- Date: Wed, 18 May 2005 17:12:30 -0700
Never heard of MSDE (SQL2005Express)?
OTH, if you only have 750 records (each record is not too big), you can use
XML file as physical storage and read all data in XML file into DataSet and
have the DataSet stay in momery when the Windows app is running. Nowadays, a
desktop computer with a lot memory is very common. A few MB data stays in
memory should not be a big deal.
"Harry Simpson" <hssimpson@xxxxxxxx> wrote in message
news:uwPMXt7WFHA.2060@xxxxxxxxxxxxxxxxxxxxxxx
> I've been doing ASP.NET and PPC apps for years now. I've gone back to
> revive an old application that used Access.
>
> I'm witing it in VB.NET in VS2003 as a WinForms app. What's the local DB
of
> choice to use with this type of app. Is it still Access? I'm really
> spoiled by SQL Server and SQL Server CE. I've even thought how neat it
> would be if I could make something like SQL Server CE local database work
on
> the desktops. I want a database I can distribute and install with the
app.
>
> What's the general direction now....could I slam a 750 record table into
an
> XML file from access and ship it for simple data access lookup?
>
> TIA
>
> Harry
>
>
.
- Follow-Ups:
- Re: WinForms and local DB
- From: Harry Simpson
- Re: WinForms and local DB
- References:
- WinForms and local DB
- From: Harry Simpson
- WinForms and local DB
- Prev by Date: Re: updating a MS Access 2000 Database through a dataset on a datagrid.
- Next by Date: Re: Connection to SQL Server only.
- Previous by thread: WinForms and local DB
- Next by thread: Re: WinForms and local DB
- Index(es):
Relevant Pages
|