Wrox Programmer Forums
|
Access ASP Using ASP with Microsoft Access databases. For Access questions not specific to ASP, please use the Access forum. For more ASP forums, please see the ASP forum category.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access ASP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 9th, 2003, 12:52 AM
Registered User
 
Join Date: Jul 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Please Help me

I am actually developing a system which is being implemented in Internet Explorer. I have a problem on how to access my database tables. I would like to know the exact source code which sum or total all the values in the field. Please help me! your help will help me a lot... thank you

 
Old July 9th, 2003, 03:14 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

Do you know how to run SQL against your database? If you do, its just
Code:
SELECT SUM(FieldName) FROM TableName
 
Old July 30th, 2003, 09:02 AM
Friend of Wrox
 
Join Date: May 2003
Posts: 229
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

You can also browse lot of web site containing stuff on ASP and Access related issues.

http://www.w3schools.com/

http://www.4guysfromrolla.com

Charul Shukla










Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.