Re: Create Database
- From: "dancer" <dancer@xxxxxxxxxxxxx>
- Date: Mon, 2 Jul 2007 10:53:26 -0400
I don't understand. I have never heard of Jet.
Why is Access not a database? Sorry to be so ignorant, but please enlighten
me.
Thanks
"Mark Rae" <mark@xxxxxxxxxxxxxxxxx> wrote in message
news:eQKbOBLvHHA.4504@xxxxxxxxxxxxxxxxxxxxxxx
"dancer" <dancer@xxxxxxxxxxxxx> wrote in message
news:ueV5BtKvHHA.1168@xxxxxxxxxxxxxxxxxxxxxxx
I don't know what format I should use. I know Access. I do not know the
others. I don't have any programs on my computer except for Access. As
for language - I do not know c#. I know vb.
What would you recommend?
OK, let's for the sake of argument say that you're going to use Jet (which
you refer to as an "Access database", although there's actually no such
thing as an "Access database")...
ADO.NET can do everything you could possibly want to do with a Jet
database - except create one... :-)
Fortunately, there's an easy workround for that - just create a completely
blank database yourself, and then copy it to your website somewhere that
ASP.NET can get hold if it but your users can't.
Then, whenever you need to "create" a new database, just copy the blank
one, rename it and add any database objects as required...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
.
- Follow-Ups:
- Re: Create Database
- From: George Ter-Saakov
- Re: Create Database
- References:
- Create Database
- From: dancer
- Re: Create Database
- From: Mark Rae
- Re: Create Database
- From: dancer
- Re: Create Database
- From: Mark Rae
- Create Database
- Prev by Date: Re: How to pass in username as query parameter?
- Next by Date: Re: How do MSDN web pages access the clipboard?
- Previous by thread: Re: Create Database
- Next by thread: Re: Create Database
- Index(es):
Relevant Pages
|