Viewing 13 posts - 1 through 13 (of 13 total)
hi Jack Corbett
I am using datetime datatype for the BILL_DATE in my database
Gururajan.K
July 23, 2009 at 11:02 pm
Hi Eli
This is the error i am receiving
An error occured during local report processing.
the value provided for the report parameter 'rpToDate' is not valid for its...
July 23, 2009 at 11:00 pm
Hi Dave
Thanks for your reply, i search that book immediately. and i serch msdn for more advanced topics to learn somthing.
Regards
Gururajan.K
July 20, 2009 at 11:38 pm
HI,
Thats why i am asking qustion
Thats my qustion any possiblities is there lock the table or not.
It is possible then how?
Guru.K:-P
July 9, 2009 at 5:56 am
HI
Just want to know it is possible or not.
guru:-)
July 9, 2009 at 4:50 am
HI
Just want to know it is possible or not.
guru:-)
July 9, 2009 at 4:50 am
SELECT MEMBER_CODE,FIRST_NAME,DATE_OF_USING,
OPENING=(SELECT SUM(DR_AMOUNT-CR_AMOUNT) FROM MEMBER_SUMMARY MEM
WHERE MEM.MEMBER_CODE=MEMBER_SUMMARY.MEMBER_CODE
AND MEM.BRN_CODE=MEMBER_SUMMARY.BRN_CODE
AND MEM.COMP_CODE=MEMBER_SUMMARY.COMP_CODE),
SUM(DR_AMOUNT) AS DR_AMOUNT,
SUM(CR_AMOUNT) AS CR_AMOUNT
FROM MEMBER_SUMMARY
WHERE ACTIVE_FLG='A'
AND BRN_CODE='001'
AND COMP_CODE='001'
AND DATE_OF_USING BETWEEN '2008-08-01' AND '2008-10-30'
GROUP BY MEMBER_CODE,FIRST_NAME,DATE_OF_USING
ORDER BY MEMBER_CODE,FIRST_NAME,DATE_OF_USING
CLOSING CALCULATING BY OPENING+(DR-CR)
November 3, 2008 at 2:34 am
avoid leftouterjoin, and match the all common columns in where clause
or use innerjoin
guru
October 21, 2008 at 2:25 am
I would be able to create a script for it.
guru
September 29, 2008 at 7:03 am
LIKE IS USED YOUR QUERY IN RESULT PART
IT IS NOT WORKED
GURURAJAN.K MSc,MBA
SOFTWARE ENGINEER
September 26, 2008 at 6:08 am
U R USING SEPERATOR(,) BEFORE KEYWORD FROM THAT IS AN ERROR
September 26, 2008 at 6:00 am
xx
September 24, 2008 at 2:40 am
Viewing 13 posts - 1 through 13 (of 13 total)