Viewing 15 posts - 1 through 15 (of 19 total)
Hai Kenneth,
Thanks
I link this Journal table with large queries to get the journal name.
Now i think to substitute the linking of select queries with journal table to linking of...
January 5, 2007 at 8:51 pm
The datatypes as
Trans_header.CompanyID -- varchar(16), Trans_header.Finyear -- varchar(15), Journal.JrlID -- varchar(10)
November 7, 2006 at 4:29 am
I repeat Journal is a master table for Journal Types. and in that i am holding the lastno.thats it.
Also I do not want...
November 3, 2006 at 2:54 am
1.I am not using cursors.
2.All the fields i am using in where condition are primary keys (which i have already mentioned)
I just want to know the optimised method to find...
November 3, 2006 at 2:01 am
Hey ganesh. Great ! this works fine.
Thanks a lot.
September 28, 2006 at 4:24 am
i want the output to a variable . Only in the back end.
September 28, 2006 at 3:27 am
What will be the output of ur proc?
I want the value of the field Apr or May or June whatever it is..
Based on the value,i will perform some action..not just...
September 28, 2006 at 2:56 am
What do u mean the monthname here ? A fieldname or parameter or command? or what is it?
Eg:
The table structure is
CompanyID varchar(10)
Finyear varchar(10)
April numeric(10,2)
May numeric(10,2)
June numeric(10,2)
July numeric(10,2)
and the data is
BM 2004-2005 ...
September 28, 2006 at 1:25 am
LedgerID 's datatype in table is varchar(10).
I use 'like' in the query so i pass comma separated values to the parameter.so i declared as varchar(500). I did not specify the...
September 27, 2006 at 9:36 pm
Thanks for ur help.
But There is no data type problem @ all.
The @LedgersID.. param is a varchar field and here i pass comma separated...
September 27, 2006 at 5:08 am
maddog I have tried even this. But this does not work.Any other suggestions?
September 25, 2006 at 10:19 pm
The parameters are
@GrpCompID varchar(15),
@StDt datetime,
@EdDt datetime,
@LedgerIDsL varchar(500),
The Actual query i am using is
SELECT Trans_Detail.CompanyID, Trans_Detail.Finyear, Trans_Detail.LedgerID, Trans_Header.HORefNo,
Trans_Detail.JrlID, Trans_Detail.TrnNo, Trans_Detail.TrnSNo, Trans_Detail.TrnDate, Trans_Detail.AmtD, Trans_Detail.AmtC,
Trans_Detail.HOCode, Trans_Header.Trnmmyy, Trans_Header.Narration, Trans_Header.BillNo, Trans_Header.BillDate,
Trans_Header.Posted,...
September 21, 2006 at 9:50 pm
Any quick help appreciated .
September 21, 2006 at 9:50 pm
No the indexing is all properly given.
I want to know, an alternative function or something like that ,instead of MAX().
August 22, 2005 at 5:43 am
Viewing 15 posts - 1 through 15 (of 19 total)