Viewing 15 posts - 1 through 15 (of 24 total)
yes that is correct DB2 has lot of limitations and i don't know how can i achieve this ,
i m copying what i tried,i tried to load this into...
October 28, 2013 at 2:31 pm
sorry for not providing this earlier
create table "xx"."table"(
"type_code" varchar(2) NOT NULL,
"PROCESS_TS" TIMESTAMP NOT NULL ,
"AMT" DECIMAL(11,2) NOT NULL ,
"MAX_ENTERED_AMT" DECIMAL(11,2) NULL,
"MAX_ENTERED_TS" TIMESTAMP NULL )
...
October 28, 2013 at 1:34 pm
Thank You, will try to see if i can do anything similar in DB2
August 21, 2013 at 2:43 pm
please find the inserts
INSERT INTO "RAGHA"."INS1_ADD_PROCESS" (
...
August 21, 2013 at 2:22 pm
Thanks for the response, database here is DB2, so tables were also created in DB2 which is little different from SQL.
August 21, 2013 at 1:57 pm
CREATE TABLE "AAA"."ADD_PROCESS" (
...
August 21, 2013 at 1:39 pm
Data type is varchar(10)
November 21, 2011 at 11:44 am
Hi
Thanks for reply.I will try to research...plz let me know if you know anything more about it.
Thanks
Ragha
December 28, 2010 at 1:11 pm
Thanks for the responce...sorry if i didnt explain my question properly
December 23, 2010 at 8:10 pm
Hi
Thanks for responce.I need my data like this,and i m using template
when i select multiple program name from drop down,then my data should look like this in report
group by program...
December 21, 2010 at 5:14 pm
Hey
Got it guys.thank you somuch for your help.
Thanks
December 10, 2010 at 7:10 pm
Hi
Yes, in my template the first row is header where i am getting the column names and down that detailed row
that is nothing but tables details group.so,when i try to...
December 10, 2010 at 6:03 pm
Hi
thanks for your help.with list i m getting all the letter on the single page
Daniel Bowlin
I can able to do with your suggestion.
One concern is that
Now I can see...
December 8, 2010 at 4:05 pm
Hey
Thank you somuch its working but.I want this first letter should be displayed in my report for all
I need something like this
X
Member Name ...
December 6, 2010 at 2:55 pm
Thanks
it worked.
but y it didnt work without []?
Thanks
November 17, 2010 at 5:58 pm
Viewing 15 posts - 1 through 15 (of 24 total)