Computer Learning Zone CLZ Access Excel Word Windows

The four most common chemically active elements in the universe - hydrogen, oxygen, carbon, and nitrogen - are the four most common elements of life on Earth. We are not simply in the universe. The universe is in us.

-Neil deGrasse Tyson
 
Home   Courses   TechHelp   Forums   Help   Contact   Merch   Join   Order   Logon  
 
Back to Active Server Pages Forum    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
Various questions Possible using ASP
Mubeezi Micah 

14 years ago
Dear Richard,

Having gone through the ASP lessons, i am now convinced that i can rebuild my entire Access db to be used on the web. I have a couple of questions though. Even an assurance at this stage that its possible or not for the questions below is enough. I will get the detailed answers in due course.
1. I use my db to check if Ms Excel is installed on a computer and then generate graphs. Can i do this using ASP? Can i "talk" to other programs installed on the user's computer from the web? or is there an inbuilt/better way to create graphs?
2. I have several "before update" events as part of data quality checks during data entry. I also have "after update" events like for the cascading comboboxes. can i use ASP to catch these events? I dont want to wait before the user clicks the "Submit" button before he/she gets the feedback. On some webpages, i have seen that as i enter my password for instance, the strength of the password is checked as i type in. Can i do this also?
5. Export: will it be possible for users to export data say into Excel, text or mdb file formats from the website?
6. Queries; when i upload my db, will i be able to utilise my queries? or i have to write SQL statements for each one of them?
7. Forms and reports in my access db: i suppose this is impossible! or may be i might be wrong!

To many questions. But once again, i will appreciate your guidance.
Thank you!

MICAH



Reply from Richard Rost:

1. Nope. As a security measure, ASP code runs only on the SERVER. It basically generates dynamic pages and sends them to the browser. It has no idea what's on the user's computer, and has no access to files on the user's desktop. BROWSER-based languages like JavaScript that run in the browser have a LITTLE more control, but they still can't access outside files like you want them to. Basically, the user would have to say "yes, I have Excel."

Now as far as making charts and graphs, if you're only making simple bar/line charts, we could probably figure something out that's not too hard. I built something a few years ago for a client to show a simple sales chart using bars. It was just a matter of resizing images that were colored rectangles. I know there are some third-party, ASP-based graphic and charting plugins you could purchase to make pretty charts (pies, lines, etc.) on your web site if that's what you really need.

2. That's JavaScript. Again, it's a browser-based language that you can use to verify form data BEFORE the user hits SUBMIT (you can also use events in ASP.NET, but I prefer JavaScript myself). Yes, I'll be making some JavaScript lessons in the near future. If not, I can show you how to code this. It's not hard.

Did I miss 3 and 4?

5. You can generate a TXT (or other) file on the server using ASP and then provide that to the user as a link that they can then click on and download, yes. This is how, for example, you can download your transaction history from your bank or Paypal.

6. You can use the queries in your MDB/ACCDB back-end file, yes.

7. No can do. I wish this was possible. Microsoft is trying to make this a possibility with Sharepoint, however as of this time, Sharepoint is really only good for SMALL groups of semi-trusted people (intra-company databases, for example). I wouldn't use it for a public database.


This thread is now CLOSED. If you wish to comment, start a NEW discussion in Active Server Pages Forum.
 

Next Unseen

 
New Feature: Comment Live View
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2026 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 5/17/2026 1:04:11 AM. PLT: 2s