thanks kevin, I'll look for that.
Just a correction/update to my post, the program that will read from MQ will be running on Windows 2000, not AIX.
Thanks
Hi!
Anyone know where i can download API and samples on how to read messages from MQ with C (Unix/AIX). Having a bit of trouble finding it with google.
Thanks
...could no longer be viewed correctly as pdf. The script below was taken from the "Show Command" option.
CONNECT TO TestDB USER dbadmin USING *****;
EXPORT TO C:\doc.ixf OF IXF MESSAGES msg SELECT * FROM DBADMIN.DOCUMENT;
CONNECT RESET;
Is it possible for me to export/import BLOB data? How is...
...This would be easy enough if account_id were broken into ledger_id and sequence num. I suppose it would look something like this:
SELECT *
FROM Account
JOIN Ledger
ON Account.ledger_id = Ledger.ledger_id
WHERE branch_id = 'B'
or
SELECT *
FROM Account
WHERE Account.ledger_id = (SELECT...
sorry if i don't get the terms right. I think it's called jsp document or something. syntax so jsp conforms to xml. anyway:
old/standard jsp syntax:
<% ... >
xml syntax:
<jsp:xxx ... >
hi!
i'm new to jsp so this is probably a basic question.
I'm just wondering if the jsp xml syntax is something everyone should shift to, or is it a case to case basis?
thanks!
yup, thanks theboyhope, forgot to follow up that i tested that syntax and it worked. I already figured out that "\" is also an escape character for strings in javascript, which is why the extra "\" is needed.
Hi!
I'm new to regexp and javascript so bear with me.
I have the following regular expression in Javascript:
commPattern = new RegExp("^\d\.\d{1,3}$") ;
to check for a format such as 0.01, 9.231, etc. however it doesn't work and returns null.
I tried doing an alert(...
I tried that first but i get this message:
"Cannot find the file 'C:\Program' (or one of its components). Make sure the path and filename are correct and that all required libraries are available"
Hi!
Thanks but it didn't work. Did I do it right? I tried this:
C:\PROGRA~1\MICROS~2\office\outlook.exe /regserver
and got this message:
"The command line argument is not valid. Verify the switch you are using."
Thanks again!
When I try to click the send/receive button, an error is displayed by the Office assistant (can't remember exactly). Then when I try to view/edit accounts, I get an error regarding ole registration plus advice to reinstall the program. I've tried to repair the program, reinstall over existing...
is there a way to convert ip address returned by gethostbyname (hex?) to dot notation (12.12.12.12) and vice versa? i'm using unix c. thanks in advance
...database access. we're supposed to test it with ddd. i'm using mysql 3.23.49 and gcc 2.95.3 on solaris 2.6. this is what is displayed after make:
*****************************************************
139 pgsun02[cwong] > make -f Makefile_DDD clean
/bin/rm -f *.o mylib/libRdb.a
140...
let's say there are 2 processes a & b. process a write-locks a table. process b tries to read the table but it's locked by process a, so it waits. is there a way for process b to stop waiting (maybe a timeout variable)?
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.