Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Creating an MDB within ASP

Reply
Thread Tools

Creating an MDB within ASP

 
 
Scott McNair
Guest
Posts: n/a
 
      09-22-2004
Hi,

Is there a way to create an Access database file dynamically? I'd like to
write a single ASP file that checks for the existence of a particular MDB,
and if the MDB is not present then it should be created dynamically.

Regards,
Scott
 
Reply With Quote
 
 
 
 
Mark Schupp
Guest
Posts: n/a
 
      09-22-2004
I think you can do that with ADOX functions but why not keep a "template"
mdb file and just copy it as needed.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com


"Scott McNair" <> wrote in message
news:Xns956C5FB838F9Csfmco@207.46.248.16...
> Hi,
>
> Is there a way to create an Access database file dynamically? I'd like to
> write a single ASP file that checks for the existence of a particular MDB,
> and if the MDB is not present then it should be created dynamically.
>
> Regards,
> Scott



 
Reply With Quote
 
 
 
 
Scott McNair
Guest
Posts: n/a
 
      09-22-2004
"Mark Schupp" <> wrote in news:uKBZJFLoEHA.2340
@TK2MSFTNGP11.phx.gbl:

> I think you can do that with ADOX functions but why not keep a "template"
> mdb file and just copy it as needed.


I would like to write a single ASP page that can be dropped into a web
folder, and then create the files it needs. It saves the need for a
bloated install file.
 
Reply With Quote
 
Steven Burn
Guest
Posts: n/a
 
      09-22-2004
http://aspfaq.com/show.asp?id=2029

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"Scott McNair" <> wrote in message
news:Xns956C79A733041sfmco@207.46.248.16...
> "Mark Schupp" <> wrote in news:uKBZJFLoEHA.2340
> @TK2MSFTNGP11.phx.gbl:
>
> > I think you can do that with ADOX functions but why not keep a

"template"
> > mdb file and just copy it as needed.

>
> I would like to write a single ASP page that can be dropped into a web
> folder, and then create the files it needs. It saves the need for a
> bloated install file.



 
Reply With Quote
 
Scott McNair
Guest
Posts: n/a
 
      09-22-2004
"Steven Burn" <> wrote in news:OSYEMcMoEHA.260
@TK2MSFTNGP10.phx.gbl:

> http://aspfaq.com/show.asp?id=2029


Thanks, Steven. That's exactly what I was looking for.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MDB to MDB Event Notification John Schult Java 0 05-04-2005 01:26 AM
Faster access to MDB? MS Access MDB and ASP =?Utf-8?B?UGhpbA==?= ASP .Net 8 01-27-2005 07:08 PM
Opening an MS Access .mdb file from asp.net Dave ASP .Net 3 12-06-2004 08:36 AM
How to acess mdb from a remote machine in ASP Rajesh R. ASP .Net 1 01-09-2004 01:29 PM
Creating an MDB/XLS file A.M ASP .Net 3 10-30-2003 06:42 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57