Enter Keywords:
1 - 10 of 380(0.02 seconds)
Sort By:
 
I am trying to calculate a total weight for shipping charges within my datagrid. This is a total of the selected qty(dropdownlist) and weight of a single item. By default, i would like the weight f...
Zones: ASP.Net ProgrammingDate Answered: 07/27/2004 Rating: 7.6 Views: 0
I've simplified this problematic query down to the smallest I can to demonstrate my problem.  The following query produces the incorrect result shown below.   SELECT (select Avg([UnitPrice1]) fr...
Zones: MS AccessDate Answered: 09/08/2004 Rating: 9.2 Views: 0
I have a customer who wants to aggregate 1 x T1, 1 x Microwave, and 1 x ADS, all bonded for one fat pip. The Microwave Internet and the DSL are all handed off to me via Ethernet. So i'll have 2 Eth...
Zones: Networking, Network an...Date Answered: 09/28/2004 Rating: 6.2 Views: 0
I understand the purpose and need for GROUP BY in this kind of query:         SELECT cus_no, SUM(sales)  FROM customer_table GROUP BY cus_no But now I would like to be able to tack on other inf...
Zones: MS SQL ServerDate Answered: 01/17/2005 Rating: 9.2 Views: 0
Hi, heres the set up.... im bench testing 2 Alcatel 7800 Switches, the current config copied from 2 existing Switches. the current switches use Spanning Tree using 2 fibre ports, one port bloc...
Zones: Networking, Tivoli ...Date Answered: 05/23/2005 Rating: 9.4 Views: 0
Hi let explain it as sample: i have stored procedure named: samplaSP that returns a select statement (set of records) then result of my sp is same as table with som fields: field1,field2,...
Zones: DatabasesDate Answered: 01/14/2007 Rating: 6.8 Views: 0
I have a table that joins to itself to basically create parent/child relationships.  I have been tasked with writing a report that will basically show all parent/child relationships on a single pag...
Zones: Oracle 9.x, Oracle 10.x, Or...Date Answered: 07/30/2007 Rating: 7.2 Views: 0
I would like to know if composition and Aggregation are synonymous. And would like to understand this concept with a small example
Zones: C++Date Answered: 12/01/1999 Rating: 7.4 Views: 4
What is the difference between association and aggregation? Can some body explain with examples
Zones: JavaDate Answered: 04/26/2003 Rating: 7.6 Views: 0
I am trying to do the following: in a select query I want to use Group by,and for one of the fields I want to be able to do a custom aggregate function (or call a function in a module) that concat...
Zones: MS AccessDate Answered: 07/07/2001 Rating: 7.8 Views: 4