Database Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesDatabase Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
  #1  
Old June 3rd, 2003, 09:58 AM
dfano dfano is offline
Always Learning (I Think)
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Location: NYC Baby!!!!
Posts: 123 dfano User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via AIM to dfano Send a message via Yahoo to dfano
What to do with a database once you have records?

I know this maybe the dumbest of all questions, but im going to try. Once you create a database for a client, say it is contacts. Typically how does the client interact or retrieve the records? Do you create a portion of the site that only they have access to (and they print out the results of searches? or should they use a software like Microsoft access? I guess for on-line stores it's usually integrated with their local software?

I haven’t had to deal with this because all of the sites I’ve done so far basically just display information, so HTML and JavaScript cover me and im not in pinch to do it now. Just want to learn as much as I can and move more towards being a well-rounded web designer/developer.

Sorry for the long post,

Dave

Reply With Quote
  #2  
Old June 3rd, 2003, 10:34 AM
iahmed iahmed is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: USA
Posts: 171 iahmed User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 42 m 58 sec
Reputation Power: 5
what is your database? MySQL, MSSQL or MS Access
Would you please elaborate your question little more?

Reply With Quote
  #3  
Old June 3rd, 2003, 10:45 AM
dfano dfano is offline
Always Learning (I Think)
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Location: NYC Baby!!!!
Posts: 123 dfano User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via AIM to dfano Send a message via Yahoo to dfano
Any of them.

this is not so much of a specific question, more general. Once a database that I have set up for a clint has information (can't do that yet, im learning). how do i as the web developer tell the client to retrieve that information. How would the client get the information about the people that have filled out a form on their website. is it as easy as creating an area of the website that only they can get to, and they make the query's their.

Sorry for the convoluted question i think it may a little to basic for this forum.

Dave

Reply With Quote
  #4  
Old June 3rd, 2003, 06:49 PM
stumpy's Avatar
stumpy stumpy is offline
May contain nuts.
Dev Articles Regular (2000 - 2499 posts)
 
Join Date: Aug 2002
Location: Sydney, AU
Posts: 2,058 stumpy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 6 m 11 sec
Reputation Power: 8
Send a message via ICQ to stumpy Send a message via MSN to stumpy
It's a fair question if you're just starting out.

Well, since you will be using the web to present the data, you'll want to be creating a front-end (the end-user site), and a back-end, where the admin of the site can maintain the site using a web-interface, which talks to the DB.

To create a web-interface which talks to a DB, you need a server-side language, which if you've noticed is mainly what this site is about. The two big one's used are Microsoft's ASP, and Linux's PHP.

Using these languages, you create a connection to the DB, then present the data in a web-page.

Hope that answers your question.
stumpy
__________________
DevArticles Moderator
BlueSix - Web Development and Consulting

Reply With Quote
  #5  
Old June 3rd, 2003, 11:04 PM
dfano dfano is offline
Always Learning (I Think)
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Location: NYC Baby!!!!
Posts: 123 dfano User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via AIM to dfano Send a message via Yahoo to dfano
sort of.

first off I was hoping you would reply, I really like your sites. I learned <IFRAME> thanks to you. and, if you get a chance look at my site and give me some feedback www.fs3d.com (still in progress, all the text is copied just as filler) I would appreciate it.

So basically the client would retrieve the date from the web. from a separate directory(or file what ever) on the site that only they have access to? I thought one might set them up with a software package like MS Access to view it locally or something like that.

Thanks

Dave

Reply With Quote
  #6  
Old June 3rd, 2003, 11:20 PM
stumpy's Avatar
stumpy stumpy is offline
May contain nuts.
Dev Articles Regular (2000 - 2499 posts)
 
Join Date: Aug 2002
Location: Sydney, AU
Posts: 2,058 stumpy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 6 m 11 sec
Reputation Power: 8
Send a message via ICQ to stumpy Send a message via MSN to stumpy
You don't have to build a web interface to access the db data. If you're using an Access DB, then using Access's GUI tools is another way of presenting the data.

Say you had a client who sells books, and they wanted a website to enable them to sell their books online. You'd create a database which housed the books, and build a front-end (using a server-side scripting language, like ASP, PHP, JSP, Python, etc) which would list the books... you'd add in the ability to sort books by genre, author, date published, etc... and add a searching facility... this is just an example.

You'd also create a backend tool which would allow the bookshop owner to add new books to the site, and maybe upload images of the book's covers.

If you are using an Access DB, you'd place the file in a directory that is inaccessable to anonymous users, so they can't download the MDB file directly. (unless of course you want them to! )


Thanks for the kinds words re: my sites. I'm pretty happy with them. :P Your site is looking pretty funky - let me know when you're done with it, as I'd love to see the finished product.

Reply With Quote
  #7  
Old June 3rd, 2003, 11:56 PM
dfano dfano is offline
Always Learning (I Think)
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Location: NYC Baby!!!!
Posts: 123 dfano User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via AIM to dfano Send a message via Yahoo to dfano
Talking Thanks

Work in progress for sure (the last one was all flash got sick of it, if you want to see http://www.fs3d.com/v1)

Okay I think I got it. Im going to try to implement it on my site for the contacts when I get a chance, the front-page extensions work okay for now.

If I have a question I’ll post a long verbose question again.

Thanks again

Dave

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesDatabase Development > What to do with a database once you have records?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway