I have a batch program that connects to an IBM DB2 database using IBM DB2 JDBC Universal Driver Architecture version 3.53.81.
It stores records one at a time and does a commit every 200 records. After it commits 4600 records (the total the program is supposed to store is around 5300-5500), it...
I wrote some code to do FTP over SSL using Sockets. It worked well using the Java 1.4 JVM in my WebSphere 5.1 installation.
We upgraded to WebSphere 7.0, which uses a Java 1.6 JVM and now it doesn't work. It doesn't throw any exceptions, it just connects and doesn't communicate.
Does anyone...
I read a post on "Too many open files" but I don't think I'm having the same problem. Here's my problem.
I run several J2EE apps using WebSphere. I log using Log4j. I read that using a ConversionPattern that includes the class and method name (%C{1}.%M()) is very slow, so I removed them. Ever...
Hey there VI gurus,
I want to globally replace all tilda characters with a new line character in a file I am working on.
I've tried :%s/\~/\n/g but all that does is replace the tildas with the letter n.
How can I represent a newline character in this replacement statement?
This is the entire block of code:
/*--------------------------------------------------------------------------*/
/* */
/* Data structures pulling all the mef module's bits together */
/*...
I am trying to add the mod_extract_forwarded module to IHS (IBM's Apache) v2.0 and then I try to compile it with apxs, I get:
../bin/apxs -c -i -a ../var/custom_modules/extract_forwarded/mod_extract_forwarded.c
/usr/HTTPServer2047/build/libtool --silent --mode=compile xlc_r -prefer-pic -O2...
I am trying to add the mod_extract_forwarded module to IHS (IBM's Apache) v2.0 and then I try to compile it with apxs, I get:
../bin/apxs -c -i -a ../var/custom_modules/extract_forwarded/mod_extract_forwarded.c
/usr/HTTPServer2047/build/libtool --silent --mode=compile xlc_r -prefer-pic -O2...
Thanks, Fendal.
I was thinking that there couldn't possibly be such a tag because if you turn of HTML rendering, then how could the browser render the close tag? I guess it says "print every character on the screen as is EXCEPT </xmp>.
I am trying to display some HTML code on an HTML rendered page. Is there a tag that will let me do this? I am using <PRE> but it still renders other embedded HTML tags within the <PRE> tags. I want to be able to write <table><tr><td>... etc without the table being created.
Will I have to resort...
Thanks for that code listing, Boni, but it looks way too complicated for what I need. (And way over my level of understanding of VB!)
I just need to script a series of keyboard commands like a macro. I didn't think it would be this difficult!
I have never written a VB or VBA program. I had a copy of "Learn VB6 in 24 hours" lying around the office, but I couldn't even find how to print "Hello" to the screen! The built in help was no help, either.
Can you steer me in the right direction?
Thanks!
Gerry,
What language would I use to write a macro like that? VB? I don't know VB so if you could give me a push in the direction I need, I could find a VB book to fill in the blanks.
Thanks!
Hi there!
Is there any way I can record a keystroke macro in Outlook? I am always forwarding spam to my antispam administrator and I am using the exact same keystrokes each time.
I want to be able to open the offending email, then execute a script that will output:
Alt-V
P
Alt-H
Ctrl-C
Esc...
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.