"Today in History" project

J

junior

I would like to implement a "Today in History" application that will
run at startup on a stand-alone machine.

Googling yielded "Today in History V.1.6 ASP .NET" developed by Dexter
Zafra - see www.myasp-net.com and www.Ex-designz.net . This seems
like a good example to follow and once up and running, I will replace
the existing 'history' data with my own data (diary entries).

I initially thought it would be a relatively easy exercise to adapt
the sourcecode (freely available for download) into an Access project,
but after a lot of reading over the last month or so, I still don't
know how or where to start the conversion.

Creating the database itself appears to be a fairly trivial matter to
me (using the Wizard), but creating the required queries seems a lot
more daunting.

I'm a great believer in NOT having to reinvent the wheel, so I ask:

1. Would it be better to start the project from scratch or to convert
the above into an Access(2002) project?

2. If conversion is a practical proposition, where do I start?

Any pointers will be most appreciated. Thank you.
 
J

junior

Thanks - that's what I needed to know.

Conversion is not practical because ASP and Access are very different
technologies. You should be able to roughly replicate the design, but your
Access forms will have to be created from scratch. You might be able to
lift the odd function or bit of SQL, but even then the VB syntax used in
ASP.Net is so different to Access' VBA that very little, if anything, is
likely to be useable without some tweaking.
 
J

junior

Thanks for the thought, but no, I don't have any other ASP.Net
applications at all. Seems like starting from scratch is the way to
go. It'll be a learning curve for me, but then, that's what this is
all about in the first place!

Thanks again for your help. Much appreciated.
 
B

Baz

What about the one you mentioned in your first post? You even gave the
links for downloading it!
 
B

Baz

As I said, this is an Access newsgroup. I'm sure there are ASP.Net
newsgroups which would help you.
 
J

junior

Just a thought: if you've got a working ASP.Net application that you like,
then, depending on what Windows version you've got, you may be able to run
IIS and use the ASP application locally.

What do you mean by "you may be able to run IIS" ?

Thanks
 
J

junior

OK, thanks. I'll check out my ISS capability - I'm using XP Pro Sp2.
Havent had much luck finding a ASP newgroup though. Nevermind,
you've been most helpful - thanks again.
 
B

Baz

OK, my last words:

1. I'm pretty sure that XP Pro includes IIS
2. Try here: microsoft.public.inetserver.asp.general
 
Top