|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 5 matches |
Author |
Message |
Topic: using ESQL to insert into smalldatetime type in SQL server |
Bell Hung
Replies: 2 Views: 3899
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 11, 2002 11:57 pm Subject: using ESQL to insert into smalldatetime type in SQL server |
We do a test ,
When
INSERT INTO Database.WODS_T(Ship_Date)
VALUES('2002-07-12 13:13:13');
It work.
But when
DECLARE DT AS TIMESTAMP;
SET DT = CURRENT_TIMESTAMP;
SET D ... |
Topic: Insert repeat XML field into Multiple rows |
Bell Hung
Replies: 1 Views: 2164
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 12, 2002 7:58 pm Subject: Insert repeat XML field into Multiple rows |
Hello all :
How can I insert repeating XML fields into multiple rows in DataInsert node. I've saw that DataInsert node can insert one or multiple rows into DB. But when I mapping XML field into ... |
Topic: How to check message is XML well-formatted ? |
Bell Hung
Replies: 7 Views: 5379
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 25, 2002 2:33 pm Subject: How to check message is XML well-formatted ? |
Hi Kiran :
I've use your method to help to check XML format is well-format or not.
In moust of case , it will help us succesful parsing XML tag.
But I found , when I put a message only have
&l ... |
Topic: Can MQ/Compaq Tru64 5.1 support JSP , JMS |
Bell Hung
Replies: 0 Views: 1847
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 19, 2002 1:17 am Subject: Can MQ/Compaq Tru64 5.1 support JSP , JMS |
Hello all :
Does anyone know can MQ/Compaq Tru64 V5.1 support JSP,JMS
And do it have some supportpac like MA88 can download for use ?
Thanks a lot !!
|
Topic: How to check message is XML well-formatted ? |
Bell Hung
Replies: 7 Views: 5379
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 18, 2002 10:16 pm Subject: How to check message is XML well-formatted ? |
Hello all :
My situation is when the message is not well-formatted , it will caused my system resource shortage.So I need one method to check if the message is standard XML well-formatted message ... |
|
|
|