Ask a Question related to ASP Database, Design and Development.
-
Joe #1
Meaning of the 'dataShaping/getRows Universe' needed - HELP
Here is my consternation.
I have multiple tables that I need to query.
They all share a 'month' column.
I will query them all based upon month that comes from a
request.querystring("monthID")
I need to loop through that various 'sets' of data seperate from each
set
ie.
- display all of data from table1 then somewhere else on my .asp page
display all of the data from table2, and so on.
My Table names are:
articles
sponsors
events
systems
How do I do this?
I have been able to join multiple tables but I am stumbling around in
the dark as what method/process I should be using to display my
actuall data as I need to.
I have tried using multiple SELECT statements but I think that is the
wrong way to do so since I do have a common filed for all the tables
(month)
I could use help with the SELECT statement (JOIN/SHAPE??) and then how
to write the data to my .asp page.
I will be most grateful for clarity on this matter.
Joe Guest
-
vmstat meaning
One of our unix box running in solaris 2.6 always shows 0% idle. vmstat shows: sol1001> vmstat 3 3 procs memory page ... -
Paging and getrows
Assuming the code below, whats the most efficient way to get the actual record count as the full array count doesnt exist :-) I want to keep the... -
GetRows and ASP 2.0
Hello, Are there a lot of differences between ASP 2.0 and 3.0. My development environment is a bit more up to date then my production system. I... -
GetRows Mystery
I'm facing an odd behavior in using the GetRows Method. I'm not sure what's causing it because it has been working fine until now. I have a sproc... -
Using GetRows()
I am getting information out of a table to place into to an Array. rs=DataConn.Execute(strSQL) At this point I place it into the array ...



Reply With Quote

