|
I don't know what an Excel database is... Do you mean Access database?
If it is an Access database, you can connect to it in ASP (if you know the location) and count the rows in a table.
There are probably numerous tutorials on this,
If it's a comma delimited file, you can open it in ASP and count the newline characters which delimits the records.
|
|
Expert:
|
jgivoni
|
|
Date:
|
Oct 08, 2006
|
|
Time:
|
23:38
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
No, I mean excel. It is a mailing list, database was the wrong word. A mailing list will all different columns representing the different fields like Address, First name, last name, city, state, zip, etc. We receive excel lists and lists in text delimited formats so I wanted to know if there was any online resources for doing that.
|
|
Expert:
|
john2
|
|
Date:
|
Nov 01, 2006
|
|
Time:
|
16:44
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
Ok, I see. I guess I was hoping you didn't really mean Excel, since I have no clue how to do that :-)
I think I would convert and save it to comma separated file which can be opened in an ASP script. Should be fairly simple to count the number of lines then. Sorry I don't have the documentation right here with me.
|
|
Expert:
|
jgivoni
|
|
Date:
|
Nov 06, 2006
|
|
Time:
|
02:11
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
Not a problem, anyone else have experience with this?
|
|
Expert:
|
john2
|
|
Date:
|
Feb 10, 2007
|
|
Time:
|
05:58
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
|
|
|
|
This question has been answered, and points have been rewarded to the following experts:
You're welcome however to comment or give additional information or if you wish, you have the ability to write an Answer Summary for this question by clicking on the "Answer Summaries" Tab.
|
|