Hi,
I have installed MQseries V 5.2 on HP UX.
Now i have an interface wherein the application sends messages via Mqseries.
I have a request queue where the application requests for some data from a database.Now the response is put in another queue i.e the response queue.
Now when i...
Hi,
1
/ 2 3
/ \ \
4 5 6
This the hierarchy i have maintained in a table.
that is more specifically 1 is the parent and its child are
2 and 3 and the total number of levels is 2. 2 will...
Hi all,
I have a table having columns like
parent child
1 2
1 3
1 4
2 5
2 6
4 7
5 8
7 9
Now input is parent. output must be number of levels from that parent to end of the hierarchy.
for eg : input = 1 output = 3 levels
input = 5 output = 1 level
This is for Informix...
Hi all,
I have a source code which contains C++ comments
like
//sprintf(chL_errbuf, " In parse_string_nw_event, received [%s]",ch_msg );
But I want a shell script which will replace this part of code above with C comments.(maybe you can use sed)
/* sprintf(chL_errbuf, " In...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.