Ask a Question related to ASP Database, Design and Development.
-
Clive Moss #1
Re: Query Which Returns A Result Set Depending On Two Criterias !
"Lovely Angel For You" <lovely_angel_for_you@yahoo.com> wrote in message
news:55295a7e.0306280821.35cdd9ed@posting.google.c om...Joins are well explained at [url]www.w3schools.com/sql/sql_join.asp[/url] - hope this> Dear Friends
> Hope you all doing great.
>
> I have been working on a project (lots of previous queries) which
> requires me to organize articles in certain manner.
> I am working with Access 2000 and ASP.
>
> I used three tables
>
> Table one stores the info about Main Categories
> Table two stores the info about Sub categories
> Table three stores the actual article.
>
> Table One
>
> Name-----------ID
> Science---------1
> Maths----------2
> English---------3
>
> Table Two
> Name----------ID---------MainID
> Chemistry------1----------1
> Physics--------2----------1
> Algebra---------3----------2
> integration------4---------2
> grammer---------5----------3
>
> Table Three
> Article----------ID----------SubID
> data----------1--------------1
> data-----------2-------------5
> data-----------3-------------4
> data-----------4-------------5
> data-----------5-------------5
> data-----------6-------------3
>
> And so on
>
> Now I want to count total number of articles under MainID
>
> Total Articles Of Science ------------- 1
> Total Articles Of English--------------3
> Total Articles Of Maths---------------2
>
> I worked on logic but as I am weak on SQLQuery I am asking for your
> help.
>
> Find the number of articles corresponding to ALL SubCategories
> Corresponding to selected MainCategory.
>
> Hope you got the idea what I want.
>
> Waiting for your reply.
>
> Love
> Lovely
>
helps
cm
Clive Moss Guest
-
How come the web service returns no result ?
Hi everyone, If possible, please tell me how come the two trace statements return nothing. <mx:Script> <!]> </mx:Script> ... -
#39857 [NEW]: Ereg(i) returns irrelevant result
From: adult at adult-inc dot biz Operating system: Fedora core 5 PHP version: 5.2.0 PHP Bug Type: Regexps related Bug... -
Calc returns garbled result
What am I doing wrong here, it doesn't work? Field payment date is formatted 01/01/2001 Next Payment Due= DateToText(Date(Month(Payment Date)... -
Crazy: NET::MySQL, query behaves differently depending on number of arguments.
Hi, This drove me nuts this morning, I sat on a problem that I have done a million times before in PHP but now in Perl it doesn't work. Probably... -
Looking into a recordset until it returns a result
I currently connect to two servers. One is IIS, that runs my asp and sql server, and the other is an AS400, that also cranks out data. Sometimes I...



Reply With Quote

