Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Technology to use Access databases?

Status
Not open for further replies.

alokwww

Technical User
Dec 25, 2002
86
Hi,

I know there is a way to create a database, and have a webpage access information from the database to display that information.

I want to use this technology to create a online portfolio, so I want to have a database that has spots for date, director, venue, description, and a image source, and then have the web page display all of this data, so when I update the web-page, I can just open my database and add information to the columns.

What technology is this? Are there any tutorials?

Thanks,
-Alok
 
There is no specific technology that is used to connect to access, you would use whatever server-side language you wanted. (PHP, ASP, Coldfusion etc) In most languages, you would create an ODBC DSN connection that links the scripting language to the database.

Hope this helps

Wullie

Fresh Look - Quality Coldfusion 7/Windows Hosting
YetiHost - Coming Soon

The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell
 
And the old favourite for some examples in doing it without nasty, inefficient ODBC:


Most common server side scripting support forums:
ASP Forum: forum333
PHP Forum: forum434

If you have no idea about these you might find ASP.NET using the Free Visual Studio 2005 Express Edition IDE ( the easiest way to go, as it will do most of the coding legwork for you if you use it in WYSIWYG mode (if you're a programmer this wont be for you..) - however if this is not a new site you may find it difficult to integrate with existing pages/includes/functionality etc.

You need to check with your hosting provider what is supported on the server, as this will likely dictate your choice.




A smile is worth a thousand kind words. So smile, it's easy! :)
 
Instead of looking to write something on your own (sorry, but it doesn't sound like you have a lot of experience with it ;))...

Have you looked at "out of the box" solutions? I googled "online portfolio" and one of the first results was this:
-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
 
Sound like you're looking for what's called a CMS (Content Management System). Have a look in the CMS forum:

forum1246

Provided that your host has MySQL and PHP -have a look at another out of the box" solution here:


Haven't been doing a lot with it myself, but it a quick way to get started.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top