Recordset Grouping

I am stumped as to how to do what appears to be a very simple thing.
Want to display the results of a query containing fields ID and Item,
grouped by the ID. I only want 1 instance of the ID to appear on the
page as a header for each group. There are 10 IDs in the query
results. Thought I could use <% Response.Write (rsName("Item")) WHERE
ID=1 %>, but doesn't work. How else could I accomplish this?

View Replies


ADVERTISEMENT

Paging Recordset - Grouping Pages

I was wondering how some websites produce the paged numbers when displaying search results, so that if more than say 50 pages exist they group them.

For example:

Pages: 1 2 3 4 5 6 7 8 9 10 (10-20) 20-30)

Then when clicked say '10-20' the following would show:

(0-10) 11 12 13 14 15 16 17 18 19 20 (20-30)

Get the idea??

This looks a lot easier than a list of say 300 pages.

View Replies View Related

ASP Grouping

I have an ASP project that I want to return grouped records from a SQL database.

The data fields are, for example:
Company = TEST, Portfolio = port1
Company = TEST2, Portfolio = port2
Company = TEST, Portfolio = port3
Company and Portfolio would be the fields in a table named "data".

What I need to do is display the results grouped by company.
For Example:
TEST -- port1 -- port3
TEST2 -- port2

I have not been able to get anywhere with this and hope someone can help. The only thing that got me remotely close was "GROUP BY" but it only works with one field. I need to return all of the data fields.

View Replies View Related

Do Grouping

I pull the data out from the sql db. There are quite a few records the same, but diff. ID. I would like to group them. How to do it?

For example: Here is what in the DB

01. English 101 - this is a night class

02. English 101 - this is a night class

0.3 English 101 - this is a night class

I would like it displays only - English 101 this is a night class.

View Replies View Related

ASP DataBase Grouping

I am building an intranet web page using ASP that searches an Access DB. In the Database I have a field that contains dublicate words. For Ex.

[ SUBJECTS][ORG_LEVEL_1]
-------------------------------------
[Abuse ][Womens Abuse Society ]
[Abuse ][Childrens Abuse Center ]
[Baseball ][Newmarket Baseaball ***.]

When I do a search, My current Script shows the results just as it is shown there, what I would like is for it to show like this.

[Abuse ][Womens Abuse Society ]
[Childrens Abuse Center ]
[BaseBall ][Newmarket Baseball ***. ]

View Replies View Related

Grouping In SQL Query

I have the following query:

SELECT sponsor, COUNT(sponsor) * 2 AS total FROM Referrals GROUP BY sponsor

Works great, returns the sponsor and the total * 2 of their referrals because that's how much they make per referral. My problem is I need to pull more information from that table yet still maintain my grouping by sponsor. Every time I try to add another field, or even * like

SELECT *, sponsor, COUNT(sponsor) * 2 AS total FROM Referrals GROUP BY sponsor

it wants me to group on all of the fields and I only want to group on the sponsor. I'm not smart enough to know how to nest these or group part of it, etc. Hope I'm making sense.

View Replies View Related

Grouping Records

I have a list in a database that I have categorised using a category field. I now want to retrieve all records but grouped by categories.

how do i get my asp to loop through each category creating a recordset for each one rather than hard code a new recordset for each category i would rather it did it dynamically if thats possible ?

so eg

category travel
1 - B&B's records (recid 1)
2- rail info (recid 2)

category local info
1 - swimming baths (recid 3)
2 - museum info (recid 4)

View Replies View Related

Date Grouping Problem

i'm trying to create a report in asp... and i want to group by months... for example

April
location1 $20,333
location2 $20,333
location2 $20,333

May
location1 $30,333
location2 $20,333
location2 $70,333

June
location1 $30,333
location2 $20,333
location2 $70,333

and i am pulling the date field... and example what that looks like it...

4/20/2004 12:00:00 AM
5/20/2004 12:00:00 AM
6/20/2004 12:00:00 AM

View Replies View Related

DB-Listing With Grouping & Count

I have a Table (Table-name:Problem_List) and Column (Column-name:Title). There are many records in this table with the same (or similar) titles. What i'm trying to achieve, is a list of this column, but instead of 2000 rows, I need the similar names counted list like this...

Blocker : (100)
Serious : (34)
Warning : (430)
etc.

Running: SQL 2000 on IIS6, using ASP

View Replies View Related

Grouping And Totals For Group

I am writing a report using ASP and am having trouble displaying the data in the way i want. I'm collecting turnovers for various companies and each of the companies has a county code. e.g. Yorkshire is defined as number 2.

I need to group the companies together by county and need to display a totals line for those members only and then on the following lines I want the next county and its companies.

I can group the counties together but the totals line I'm displaying appears after each companies rather than after the group of companies for a given county.

I use a do while loop to check that there is data in the database for each company. I tried putting the totals line outside the loop and that only shows 1 totals line for ALL companies.

View Replies View Related

Grouping Query Output

I know that the sql 'group by' function exists but it's not working the way I want it to.

Brief background:

I'm making a report that displays, among other things,

-Project Name
-Project Number
-Project Manager
-Fiscal year total spending

My problem is, I cannot figure out how to group all my data together based on Project Number and Manager. Each project has several records for Fiscal Year total spending but the same information for project name, number, and manager.

For example, Project 1 called Test has Manager A and 19 enteries for Fiscal Year total spending (i.e. it's the past 19 year's worth of data).

The report includes a header section that lists the project name, project number, and manager. Below the header information is a list of the Fiscal year info. Code:

View Replies View Related

Grouping On Domain In Referer Log

I've got a lot of referer variables in my dbase and I'd like to have a query that groups them just by the domain. Everything up to the 3rd "/" should do it. So far, I'm using:

SELECT COUNT(id) AS clicktotal, ref
FROM clicklogs
GROUP BY ref

This only lists everything by the actual referring url. Is there a way to only have it group by the domain within the referring url?

View Replies View Related

Grouping FAQs From Database

I have a FAQ section on this website I'm developing that is *supposed* to pull data from three different tables: tblFAQ, tblAssignedPanels, and tblPanels.

In tblFAQ, there are 4 columns: faqID, panelID, question, and answer. The panelID links the FAQ with the associated panel in tblPanels based on the same field (panelID). tblPanels also holds the name of the panel that is associated w/ the ID. Code:

View Replies View Related

ASP - Column List With Category Grouping.

I have been playing around with two different ASP scripts,

1 - To display data from a table in columns
2 - To put the data in to categories.

1 - Columns

Code:

View Replies View Related

Error Type: ADODB.Recordset (0x800A0BADODB.Recordset (0x800A0BCD)

Last week, my shopping cart was still working well until I began getting the following errors 2days ago..

Error Type:

ADODB.Recordset (0x800A0BCD)
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
../order/saveorder.asp, line 157

Browser Type:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

Page:
GET /main/saveorder.asp

Could you check my code below and let me know what possibly the error is?

View Replies View Related

Grouping Records Within Another Group Of Records

I have an Access database with two fields that I would like to group by. The two fields are location and department. Field names are "Location" and "DeptName".

I have the code correct for grouping by location. That code looks like this: Code:

View Replies View Related

Recordset Controlled By Another Recordset Within A Loop

I have created a forum, in which I have 3 tables:

1: Table_Forum
2: Threads
3: Replies

I have it at the moment that on the main default.asp there is a recordset that will
display all records within that table, these are a list of forums that will be available.

I have a table that will show the forum name, and the description. This table is then looped using Do while not, now what i need to do is show how many records in the Treads table are related to each forum using asp. Code:

View Replies View Related

Recordset

I basically created 5 different recordset with names of
ObjRS2 ---> ObjRS6
The code is pretty easy to understand, but I'm missing something

<%
for (i=2;i<=6;i++)
{
%>
all of my HTML code calling the Recordsets....example
<tr>
<td>
<%= objRSi("something")%> <----- the "i" is where i want the counter obviously
</td>
</tr>
}

how would one make this work?

View Replies View Related

Recordset

I have a database set up for a survey where in the Answers table I have columns QuestionID, SurveyID, and Answer. Because my survey has about 300 possible questions it's impossible to make a column for each answer. So if I need to select the answers from a specific survey for a specific question and I have about 50 entered in the database my loop will have go keep going for about 15000 times. What I'm trying to find out is if there is a way to create a record set by selecting a survey by it's ID and then when I only have about 300 rows in the record set select answer from the record set using the questionID.
This is to update the answers for the survey. Also, another possibility would be update the recordset and then update the database. Is it possible to do that? Any directions to some code?

View Replies View Related

A Recordset Value

Doing a "modify a registry" html, I need to use the content of a recordset as an initial value for a text input , but it does not function the way I need to; this code gives me an error, look:

<input type="text" name="apeynom" size="25" maxlength="20" value=<% ob_rs("apeynom") %> >

the error shown is "Error de Microsoft VBScript en tiempo de ejecución error '800a01c2' Número de argumentos erróneo o asignación de propiedad no válida: 'ob_rs' "

how should be the sintax?

View Replies View Related

Recordset

I need to format a recordset into a particular format i.e.

Dim myDataStore

MyDataStore = ...

so that myDataStore =

[ 'record1field1',
'record1field2','record1field3','record1field4','record1field5'], [
'record2field1',
'record2field2','record2field3','record2field4','record2field5'], etc

I can do this OK for 1 record and know I need so kind of loop but am not
sure how to go about for the whole recordset?

View Replies View Related

Recordset

i ahve a recordset which takes data from a database using the shape command in a SQL statement. now i want it to show the data in a tabular fom such that the parent field has to it's right the child fields with out repeating the parent field again and again. And this done, the child field in the table should have the grandchild fields to is right and as before without repetition of the child field. and all of this in a tabular form!!!
i use a similar sql statement as below:
SQLTRY = "SHAPE {SELECT * FROM A} APPEND ( ( SHAPE {SELECT * FROM B} APPEND ({SELECT * FROM C} RELATE MachineNum TO MachineNum) AS rsparts) RELATECategoryNum TO CategoryNum)"

View Replies View Related

Recordset

I have the following code:
Code:
Set RS = Server.CreateObject("ADODB.RecordSet" )
RS.CursorLocation = 3
RS.Open ("SELECT * FROM " & the_table_name & " WHERE " & job_id_field & "=" & request.querystring("job") &""), cn, adOpenDynamic
Both have connections via the following string:

Code:
set cn = server.createobject("adodb.connection")
cn.Open ("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath(database_map_path)) & ";"
Only difference is that the newer version has the connection string included in another file, and the "RS.OPEN ..." line on the recordset code gives an error: "Too few parameters". Expected 1.

View Replies View Related

Recordset

When it pulls the user info from the db, it's fine, but when i come to display the info for editing, it doesn't populate the interests column.

Also, do you know how to change a form so that a certain field can send a blank string, or at least so that it doesn't require any input? Code:

View Replies View Related

Recordset?

can anyone explain to me what the code is trying to do?

if rsHistory(2) = "i" then
v_HistOperation="Clock - In"
v_HistTime=rsHistory(0)
else
if rsHistory(2) = "o" then
v_HistOperation="Clock - Out"
v_HistTime=rsHistory(1)
end if

View Replies View Related

Recordset

I'm working on a website where a compiled object returns a recordset. When I access the recordset, the memo fields are truncated. Is there anyway to get the full data from the existing recordset or is that a problem with the object itself and how the data is being queried (from SQL Server)?

View Replies View Related

Recordset

I have a recordset full of data from form input. I would like to insert this data into a table where the recordID = the recordID from a query string. Is this possible with recordsets? To specify where to add the record, as opposed to just inserting a brand new record?

View Replies View Related

Recordset Pop Up

Does any one have a sample of ASP recordset tooltip?

View Replies View Related

Recordset

I'm retrieving two rows from a recordset and i want to place a divider between the titles.

Title1 | Title2 (intended approach)

So far i've got it to work but it displays at the end of the second item.
Title1 | Title2 |

How can i stop the second occurrence.
I'm sure it's pretty simple but i can't figure it out.

View Replies View Related

SQL Recordset

Does anyone know of a good, simple and preferably free tool that is similar to MS Frontpage's Data Connection WYSIWYG tool?
Specifically, I have a bunch of recordsets that I need to convert into ASP pages and I really am not looking forward to coding the recordset fields manually. Dreamweaver and Frontpage are WAY to much overkill for what I want.

View Replies View Related

Recordset

I am using an Access database and I have a list of pubs in one table in the other stores the time and date of the visit to that certain pub, if you go to www.mutedesigns.co.uk/bpubs

user: test: password: test

click on search date and search 31st March, it shows a result saying Jarv is going to the....... on the 31st March at 21:30 to drink
my question: how do i show what pub they are drinking in to show, click on PUBS and then H and then Hove Place (1st Avenue)

View Replies View Related

New Recordset

I need to create a recordset from a number of session variables. After I create this recordset I will be passing it to a stored procedure.
Could someone please tell me how to create the recordset? I'm not asking how to GET a recordset from a database. I need to know how to create one: create fieldnames and put data into each field.

View Replies View Related

Recordset +

I'm having a problem with one of the editors of a site I look after. He keeps on putting the Headline to uppercase. I'm familiar with to uppercase but how could you apply it to a record set so that only the first word becomes a capital and the rest is in lower case?

<%=(rsNewsArticle.Fields.Item("Headline").Value)%>

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved