PDF Document printing from the AS400We have product information sheets which we include inside the box our
product is sold in. Our production department want to be able to print
on demand these sheets, but they want to do it from an AS400 screen.
Is anyone familiar with a product(s) that can do document
printing/serving from the AS400?
These are static PDF files usually double sided that are printed in
various colors of ink and on various types of paper. Ideally I would
like to be able to create some kind of system whereby the user only has
to select the items that he/she is packing and the product sheets would
automatically print out in the correct color and on the correct paper.
No user intervention required except to select the line item of the
order they are working on.
Thomas Hauber
Senior Programmer/Analyst
General Ribbon Corp.
Take a look at CVTSPLSTMF http://www.ariadnesoftware.co.uk/CoolNew.htm
"Thomas Hauber" <thauber@printgrc.com> schreef in bericht
news:IGbSc.40853$V96.32907@cyclops.nntpserver.com...
> We have product information sheets which we include inside the box our
> product is sold in. Our production department want to be able to print
> on demand these sheets, but they want to do it from an AS400 screen.
>
> Is anyone familiar with a product(s) that can do document
> printing/serving from the AS400?
>
> These are static PDF files usually double sided that are printed in
> various colors of ink and on various types of paper. I...
Printing on AS400 via IBM AS400 Java ToolkitHello all,
I'm working on a program that needs to send a print job to a printer
connected to an AS/400. I've tried using the SpooledFileOutputStream
and I've also tried using one of the SCS Writer classes. Neither
solution is working. With the SpooledFileOutputStream I am at least
able to create my print file, but when my program ends, the file is
still not being printed.
This program does not run on the AS400, it runs on a PC and connects to
the AS400 via the toolkit classes. I know this part works as I am able
to use the toolkit to access Data Queues, Files and Data Areas without
a problem.
Is there anyplace anyone can point me to see some examples of how to
print a file using the AS400 Java Toolkit?
Thanks in advance,
Chuck
Chuck,
What printer data stream is used? or how was the printer data generated?
I am wondering if the data stream being generated matches the data
stream of the printer connected to the iSeries? What printer is attached
to the iSeries and how is it configured?
The iSeries info center has some Toolbox examples:
Programming>Java>IBM Toolbox for Java>IBM Toolbox for Java Classes>
Access Classes>Print>Creating...
Dave
Chuck wrote:
> Hello all,
>
> I'm working on a program that needs to send a print job to a printer
> connected to an AS/400. I've tried using the SpooledFileOutputStream
> and I've also tried using one of the SCS Writer classes. Neither
> solution is working. With the Sp...
AS400 to AS400 data transfer #2Hi
I need to place a trigger on a set of tables on an AS400 to fire off
whenever new records are added to these tables. This trigger program
will then transfer the data to another AS400 across a WAN. This will
allow us to transfer orders from one system to another.
Can anyone tell me how I would achieve this. Normally if it had been a
PC I would have used an ODBC type application but I am not sure
what is available to me for AS400 to AS400 data transfer.
I know that we can transfer a SAVF by FTP but this is not a route I
would like to go down. I would prefer to populate tables directly if
possible.
We are using 2 model 820's with OS400 V5 R2
Thanks for any help offered
Iain
...
print pdf from as400Hi
I know this topic came up before but no clear answer has been provided yet.
I am looking for something that can print out my pdf files created from a
j2ee application directly on the as/400 printers.
isn't it possible to use something like lpr <<name of pdf file>> ?
thomas
Hi Thomas,
Please check out http://www.as400tcpipprinting.com (software from Brooks).
Most of my AS/400 users of OctoTools software, used for PDF creation, forms
design and document management, utilize Brook's RPM software . You should
find exactly what you need at thier site.
Thanks,
Larry T.
Hi Larry
I have checked the website but it requires the intervention of a windows pc.
Do you have any alternatives?
T
"Larry T." <larry-nospamx@jbmsystems.com> wrote in message
news:Fo3qc.49016$L8.35483@nwrdny02.gnilink.net...
> Hi Thomas,
>
> Please check out http://www.as400tcpipprinting.com (software from
Brooks).
> Most of my AS/400 users of OctoTools software, used for PDF creation,
forms
> design and document management, utilize Brook's RPM software . You should
> find exactly what you need at thier site.
>
> Thanks,
>
> Larry T.
HI,
Sorry, all these solutions run on a windows pc or server. Most of our
clients either have a windows pc or server or can get one pretty
inexpensively. They usually like to run this type of utility and
application on a machine that doesn't use their AS/400 resources (leave that
for the ...
Print or Save a PDF document, as a PDF file, "2 up"?OS X allows one to print most documents to a PDF file and/or to print
documents "2 up" (2 pages/page) or even higher.
But I can't seem to print a PDF document to a PDF file this way -- at
least not from Adobe Acrobat. The OS X Print dialog says "Use Save, not
Print", but Acrobat's Save As doesn't seem to have a 2-up option.
How to do this?
In article <siegman-3CA794.13163209042005@news.stanford.edu>,
AES <siegman@stanford.edu> wrote:
> OS X allows one to print most documents to a PDF file and/or to print
> documents "2 up" ...
AS400 to AS400 connectionHi.
What`s the rocommended method of copyting data beetween two AS400 (both on
V5R1) ?
Regards,
Tom
tom wrote:
> Hi.
> What`s the rocommended method of copyting data beetween two AS400 (both on
> V5R1) ?
Probably FTP.
"tom" <tomeks@comp.pl> wrote in message
news:c8c9u5$fb4$1@nemesis.news.tpi.pl...
> Hi.
> What`s the rocommended method of copyting data beetween two AS400 (both on
> V5R1) ?
>
> Regards,
> Tom
>
>
It depends how often you are doing the copying & how much there is. If you
want say one record but every 3 seconds then you can either store them up
for a few hours days or weeks & use FTP, snads or a tape. Or you can do it
realtime & use DDMF to zap each record to the other machine as its written.
I actually save the data I want sending this way into a file which is read &
deleted by a daemon style of job so that if comms or the other machine fails
only the daemon is affected.
FTP has its upside in that the target is easily resettable for say a unix
machine but SNADS has an easy to use & understand message sent to the sender
& recipient to verify arrival of the data.
--
Jonathan Bailey.
You could install the No Charge SW "Object Connect" from the OS CDs.
Once setup you can issue cmds line SAVRSTLIB and SAVRSTOBJ. Give these
cmds the LIB or OBJ list and the target system. It then
saves/transfers/restores to the target system all with just the 1
SAVRSTxxx cmd.
tom wro...
How to print overlays in a spooled document on AS400Hi,
I am trying to print an overlayed image in a spool file on AS400. The
way I am doing it is I configured IBM AFP 300 printer driver on my PC.
Then select the output type as overlay in the above printer properties.
After that I created an image(bitmap) on my PC saved it with .oly
extension,then I can see this image in AFP bench viewer.
After that put this file in a folder created on IFS.
Then I followed the following steps CRTPF,CPYFRMPCD and CRTOVL to
create an *OVL object on AS400.
I created a printer file and in the DDS included a record format for
overlay and used the keyword OVL(*LIBL/overlayobjectname 6.3 4.3) and
tried to print this file.
Now in the AFP bench viewer I can see only the header and footer but no
overlay image!!!
If anybody can highlight the missing steps in the above process Please
let me know the correct one.
Did you compile the prtf with DEVTYPE *AFPDS (not *SCS) option??
Steve
"raghu" <raghuonnet@gmail.com> ha scritto nel messaggio
news:1153395263.211207.189840@h48g2000cwc.googlegroups.com...
> Hi,
>
> I am trying to print an overlayed image in a spool file on AS400. The
> way I am doing it is I configured IBM AFP 300 printer driver on my PC.
> Then select the output type as overlay in the above printer properties.
> After that I created an image(bitmap) on my PC saved it with .oly
> extension,then I can see this image in AFP bench viewer.
> After that put this file in a folder created on IFS.
>...
How to print lines and boxes in a spooled document on AS400I am trying to print pagsegments and overlays in a spool file on
AS400.The spoolfile needs to be formatted and vertical ,horizontal
lines as well as boxes are reuired to be inserted in the splf.The
operating system version I am using is V5R1. I have seen LINE(1.3 2.6
0.2 *VRT *NARROW) and BOX keywords but they are not working in the DDS
on my version.As I can't see these keywords in the help of Printer file
keywords.
I can do the above task by drawing overlays but It would be least
effort consuming if keywords work.
I would appreciate if anybody throws some light on it.
raghu wrote:
> I am trying to print pagsegments and overlays in a spool file on
> AS400.The spoolfile needs to be formatted and vertical ,horizontal
> lines as well as boxes are reuired to be inserted in the splf.The
> operating system version I am using is V5R1. I have seen LINE(1.3 2.6
> 0.2 *VRT *NARROW) and BOX keywords but they are not working in the DDS
> on my version.As I can't see these keywords in the help of Printer file
> keywords.
> I can do the above task by drawing overlays but It would be least
> effort consuming if keywords work.
> I would appreciate if anybody throws some light on it.
As far as I know LINE and BOX keywords were available at V2R3M0 and
maybe even before. To succesfully use AFP keywords you must create a
prtf with at least DEVTYPE(*AFPDS)
--
Dr.Ugo Gagliardelli,Modena,ItalyCertifiedUindoscrasherA�ejoAlcoolInside
Spaccamaroni andate a ...
PC Document Printing On AS400 Twinax PrintersI was wondering if anyone has setup and printed pc documents onto the
as400 printer. If so the setup they use to accomplish this task.
Thanks
You can try:
In Operations Navigator, Open the system, go into Basic Operations,
Printers, right click on the printer and create a share for the printer.
Now add a network printer as \\TheAS400IpAddress\TheShareName on the PC.
Jim
"BNEAL" <bryan@diversifiedcomputer.com> wrote in message
news:1116338029.678272.180930@g14g2000cwa.googlegroups.com...
>I was wondering if anyone has setup and printed pc documents onto the
> as400 printer. If so the setup they use to accomplish this task.
>
> Thanks
>
I did it once to see if it would work.
I was able to print a Windows test page, but I didn't try anything
else.
Use Operations Navigator to share the printer, then add the printer
driver on the desired PC.
On 17 May 2005 06:53:49 -0700, "BNEAL" <bryan@diversifiedcomputer.com>
wrote:
>I was wondering if anyone has setup and printed pc documents onto the
>as400 printer. If so the setup they use to accomplish this task.
>
>Thanks
...
Printing to PDF automatically saves document #2 454949When I print to a PDF using the 'Adobe PDF' printer (I think this uses
Distiller), I'm prompted to save the document at the time the job prints so
I give the document a meaningful name and location and all is well.
However, at the same time, a copy of the document is automatically saved in
the folder that the printer port was created in and has a name similar to
the file from which it was printed, but with a PDF extension.
Is it possible to turn off the 'auto save' document?
This is only a problem because I've specified for the PDF printer port, the
folder in which I save most of the documents, so that the File|Save dialog
box opens in the correct folder and saved having to browse to it each time.
Unfortunately, this also means that I have to keep deleting the unwanted
'auto save' copies.
I have tried creating a special Temp folder within the correct save folder
and setting the PDF printer port to this location so at least the unwanted
files are out of the way, but of course it also means that the Save dialog
opens in this folder and I have to browse to the correct location.
It's not exactly a major problem, but as it's a situation I'm in dozens of
times a day, I'd welcome a more complete solution.
Does anybody have any suggestions?
--
Jonathan Finney
...
AS400 PrintingHello,
I have an HP Laserjet 4200 printer with 3 trays, configured on my network.
How do I set it up so that any AS400 spool file with formtype A4
automatically prints from the 3rd tray on the bottom and anything else with
formtype *ALL or *STD prints out of the 2nd tray?
Maybe someone has experienced the same thing and could head me into the
right direction.
Thanks,
Shannon
Go to Knowledge Base.
http://www-912.ibm.com/s_dir/slkbase.nsf/slkbase
Search for "tray" or "drawer".
Do some experimenting.
Default drawer in a spoolfile is "1". In which tray does that end up?
Change a spoolfile to Drawer 2, 3 or even 4 to see if it ends up in
the other trays. If you find Spoolfile Drawer Values which fits your needs
then all you have to do is change the printerfiles with formtype A4 to
a specific Drawer and all the other printerfiles to another Drawer.
Or you mean you want this function only on this HP 4200?
Then we have to think some more...
--
Bengt
"Shannon" <stilley@nbnet.nb.ca> wrote in message
news:Dd3xc.55036$Np3.2437225@ursa-nb00s0.nbnet.nb.ca...
> Hello,
>
> I have an HP Laserjet 4200 printer with 3 trays, configured on my network.
> How do I set it up so that any AS400 spool file with formtype A4
> automatically prints from the 3rd tray on the bottom and anything else
with
> formtype *ALL or *STD prints out of the 2nd tray?
>
> Maybe someone has experienced the same thing and could head me into th...
AS400 to AS400 connection issuesHi All,
We have two AS400's at different locations, and were able to
passthrough and send files between both no problems.
Last week one of our AS400's was moved to another location, with an IP
change.
We have updated the IP addresses on the other AS400 and can passthrough
fine....however we can no longer send files from the new location.
When I look at the distribution queue I see the following status:
RTY-FAIL
Any idea's as to what may be causing this?
Thanks,
Mike
mot98@yahoo.com wrote:
> Hi All,
>
> We have two AS400's at different locations, and were able to
> passthrough and send files between both no problems.
>
> Last week one of our AS400's was moved to another location, with an IP
> change.
>
> We have updated the IP addresses on the other AS400 and can passthrough
> fine....however we can no longer send files from the new location.
>
> When I look at the distribution queue I see the following status:
> RTY-FAIL
>
> Any idea's as to what may be causing this?
run the CFGDSTSRV command and then look at all the menu options.
Another command to look at is CFGTCP.
-Steve
Steve Richter wrote:
> mot98@yahoo.com wrote:
> > Hi All,
> >
> > We have two AS400's at different locations, and were able to
> > passthrough and send files between both no problems.
> >
> > Last week one of our AS400's was moved to another location, with an IP
> > chan...
AS400 to AS400 data transferHi
I need to place a trigger on a set of tables on an AS400 to fire off
whenever new records are added to these tables. This trigger program
will then transfer the data to another AS400 across a WAN. This will
allow us to transfer orders from one system to another.
Can anyone tell me how I would achieve this. Normally if it had been a
PC I would have used an ODBC type application but I am not sure
what is available to me for AS400 to AS400 data transfer.
I know that we can transfer a SAVF by FTP but this is not a route I
would like to go down. I would prefer to populate tables directly if
possible.
Thanks for any help offered
Iain
Iain wrote:
> Hi
>
> I need to place a trigger on a set of tables on an AS400 to fire off
> whenever new records are added to these tables. This trigger program
> will then transfer the data to another AS400 across a WAN. This will
> allow us to transfer orders from one system to another.
Even if there may be multiple way, I think the best would be using a
remote journal, on the target system a journal entry exit program will
be evoked at event time, so it can apply new records to the target
tables, then it can fire a new event if necessary.
--
Dr.Ugo Gagliardelli,Modena,ItalyCertifiedUindoscrasherA�ejoAlcoolInside
Spaccamaroni andate a cagare/Spammers not welcome/Spammers v�o � merda
Spamers iros a la mierda/Spamers allez vous faire foutre/Spammers loop
schijten/Spammers macht Euch vom Acker/Spamerzy wypierdalac'
...
IBM AS400Does anyone have some notes, documentation or helful
pointers about navigating, command language and DB2 on
an AS400 for a guy who has done HP3000, Windows
2k/2k3, MS SQL, HP9000, IBM ES9000/UNIX, SCO UNIX?
Ideally a commands cross reference qaulivalent would
be terrific - I.E. HP3000 to AS400.
Thanks much.
P.S. I'm taking a role in a shop that runs its ERP
system on this platform.
Jim.
____________________________________________________________________________________
Get easy, one-click access to your favorites.
Make Yahoo! your homepage.
http://www.y...
[X-Post] ODBC drivers for IBM AS400 on Mac OsX #2Hello,
I need to know if there exists an ODBC driver (commercial too)
for the IBM AS400 system (maybe DB2 is equivalent) that can
be easily installed on a *Mac Os X*.
I cannot usa jdbc because the program that needs to access
this AS400 is FileMaker Pro 8, and it handles only odbc
connections.
Thank you for your help and patience,
--
Guido
| Experience is a strange teacher, |
| it gives you the problem before the lesson |
...
Printing 2^1, 2^2, 2^3, 2^4 and 2^5Hi,
When I use a while loop, the output is: 2 4 8 16 32, as desired:
<?php
$c=1;
while($c<=5) {
$d = newpow(2, $c);
print "$d ";
$c++;
}
function newpow($base, $power) {
// statements...
}
?>
The But when I use a for loop, the output is: 64:
<?php
for($c=1; $c<=5; $c++);
{
$d = newpow(2, $c);
print "$d ";
}
function newpow($base, $power) {
// statements...
}
?>
Why is this??
Many thanks,
Michael
mejpark wrote:
> When I use a while loop, the output is: 2 4 8 16 32, as desired:
[...]
> The But when I use a for loop, the output is: 64:
>
> <?php
>
> for($c=1; $c<=5; $c++);
Here your loop ended right at the ;
After the loop comes this:
> {
> $d = newpow(2, $c);
> print "$d ";
> }
Heiko
--
http://portal.richler.de/ Namensportal zu Richler
http://www.richler.de/ Heiko Richler: Computer - Know How!
http://www.richler.info/ private Homepage
On 18 Mar, 11:02, Heiko Richler <heiko-rich...@nefkom.net> wrote:
> mejpark wrote:
> > When I use a while loop, the output is: 2 4 8 16 32, as desired:
> [...]
> > The But when I use a for loop, the output is: 64:
>
> > <?php
>
> > for($c=1; $c<=5; $c++);
>
> Here your loop ended right at the ;
>
> After the loop comes this:
>
> > {
> > $d = newpow(2, $c);
> > print "$d ";
> > }
>
> Heiko
>
> --http://portal.richler.d...
AS400 Printing queriesHi,
I am having trouble trying to figure out why when I print query spool files,
they only print landscape not portrait. There isn't anywhere in the query
definition that allows me to print landscape or portrait. Do you know of a
way I can do this?
Thanks in advance!!
Shannon
Set the number of columns to 80 in the "Select output type and output form"
option, second screen Form size - Width.
- Bob Comer
"Shannon" <stilley@nbnet.nb.ca> wrote in message
news:NLfPb.68613$IF6.1663775@ursa-nb00s0.nbnet.nb.ca...
> Hi,
>
> I am having trouble trying to figure out why when I print query spool
files,
> they only print landscape not portrait. There isn't anywhere in the query
> definition that allows me to print landscape or portrait. Do you know of
a
> way I can do this?
>
> Thanks in advance!!
>
> Shannon
>
>
>
>
>
>
I forgot to mention that it only prints landscape on laser printers. It
prints as it should on our wide impact printer.
Shannon
"Shannon" <stilley@nbnet.nb.ca> wrote in message
news:NLfPb.68613$IF6.1663775@ursa-nb00s0.nbnet.nb.ca...
> Hi,
>
> I am having trouble trying to figure out why when I print query spool
files,
> they only print landscape not portrait. There isn't anywhere in the query
> definition that allows me to print landscape or portrait. Do you know of
a
> way I can do this?
>
> Thanks in advance!!
>
> ...
Printing Documents to PDFHi,
=20
I want to print a large number of documents (Word,RTF) to PDF (in
batch).
=20
No interaction with the user.
=20
What are my options? =20
=20
Thank you in advance=20
Jacques Lanoue (An other SAS guy)
...
as400 printingHi Guys:
I just found this newsgroup. I'm an IT Manager at a firm with an AS400, just
started the job. I'm not an AS400 guy.
We have an AS400 running V5R3 (I believe). Our users connect to a vertical
app.
one of my users is using the IBM Client Access software to print a report to
a local printer. the report is supposedly defined on the AS400 as a
landscape report. However, when she prints it out to her local printer, the
orientation is portrait.
When the report is printed to a different printer, it comes out landscape.
I've no idea where to begin on this. Can someone help me figure out how to
make it print out landscape on her local printer?
I went into her printer properties and set the printer default to landscape
with no luck getting the report to print landscape. so there must be
something that is injecting the printer control codes to tell the device to
print portrait.
i'm not sure if it's these PDT files i've heard about, or whether it's the
print device setup in the AS400 itself.
The end user says that a previous IT person used to be able to make a change
at the client side to have it come out landscape. i'm not sure how.
Help! Somebody please give me a clue! (yes, I don't have one!)
:)
You would need to check to see how the spooled file attributes are set
on the i5/OS (AS400) side. The way to do this is to use WRKSPLFA
(option 8 from WRKOUTQ, WRKSPLF or WRKJOB OPTION(*SPLF)) and scroll down
through the attributes....
AS400 color print?We have as/400 v5r1 and iSeries v5r3. Is it possible to get color print with
HPT or any other product? (AFP product)
On Apr 24, 7:09 am, "hmda" <kantat...@gmail.com> wrote:
> We have as/400 v5r1 and iSeries v5r3. Is it possible to get color print with
> HPT or any other product? (AFP product)
I would like to know this also.
...
Document could not be printed #2Hi,
Good morning.
I am dynamically creating PDF documents on the fly. I have a problem
when i am printing the PDF document. when i try to print the first
page of the PDF document, i am getting the error - "document could not
be printed"
I am able to print pages 1 to say 10 - without any errors. but if i am
printing all pages / first page, i am getting this print error.
PDF spec is 1.4 and Adobe version is 5.0.5.
i compared the same PDF documents one with PDF 1.3 and and one with
PDF 1.4 and I saw some sections different. these sections are as
follows
PDF 1.4 version
%PDF-1.4
%=E2=E3=CF=D3
32 0 obj
..=2E......
..=2E...........
/A << /S /GoTo /D [ 42 0 R /XYZ null null null ] >>
..=2E........
..=2E.............
/Type /Annot
/Subtype null
-----------------------------------------------------------------------
PDF 1.3 version
%PDF-1.3
32 0 obj
..=2E......
..=2E...........
/A << /S /GoTo /D [ 42 0 R /XYZ null null 0 ] >>
..=2E..........
..=2E............
/Type /Annot
/Subtype /Text
Please can you help me out. I am comparing the documents and i am also
going thru the PDF spec 1.4, but so far i am not able to proceed
further abt the fix or actual problem to sort.
...
PDF Printing #2Hello, All!
This is probably a curly one. I want to print a series of reports, and
for each report I want to attach and print an accompanying PDF file. So
record 1 has a report page and then there is a PDF file that relates to this
record that I want printed at the same time. The trick is to print all the
records and have the corresponding PDFs appear in the report in the right
spot. Any clues??
g
Maybe generate a batch file that (for each report)
-- launches the viewer to print a single report
-- launches acrobat to print the associate pdf
then, after generating for all the reports, launch the batch file and
wait for it to finish. Think that works?
Gargamil wrote:
> Hello, All!
>
> This is probably a curly one. I want to print a series of reports, and
> for each report I want to attach and print an accompanying PDF file. So
> record 1 has a report page and then there is a PDF file that relates to this
> record that I want printed at the same time. The trick is to print all the
> records and have the corresponding PDFs appear in the report in the right
> spot. Any clues??
>
> g
>
>
>
Gargamil wrote:
> Hello, All!
>
> This is probably a curly one. I want to print a series of reports, and
> for each report I want to attach and print an accompanying PDF file. So
> record 1 has a report page and then there is a PDF file that relates to this
> record that I want printed at th...
AS400 Printing IssueI have setup a remote queue pointed at a Netgear PS101 which is
connected to an Comapq LG15 Lineprinter.
The printer prints as expected with a few quirks.
At the very top of the page a string appears OUOp10
00h012v0s0b003T0B@30008C005C0p17....
and at the beginning of EVERY line +00216H.
The LG printer can emulate several other printers, including the EPSON
FX and the IBM Proprinter XL III
I'm sure that it's a problem with emulation, but I cannot seem to get
this working properly. The queue settings follow.
Just looking for a push in the correct direction.
Thanks.
~k
---
chgoutq
Output queue . . . . . . . . . . > P1REPLACE
Name
Library . . . . . . . . . . . > QUSRSYS Name, *LIBL,
*CURLIB
Maximum spooled file
size:
Number of pages . . . . . . . *NONE Number, *SAME,
*NONE
Starting time . . . . . . . .
Time
Ending time . . . . . . . . .
Time
Order of files on queue . . . . *FIFO *SAME, *JOBNBR,
*FIFO
Remote system . . . . . . . . . *INTNETADR Character value,
*SAME...
Remote printer queue . . . . . . 'P1' Character value,
*SAME...
Writers to autostart . . . . . . 1 1-10, *SAME,
*NONE
Queue for writer messages . . . QSYSOPR Name,
*SAME
Library . . . . . . . . . . . *LIBL Name, *LIBL,
*CURLIB
Connection type . . . . . . . . *IP *SAME, *SNA, *IP,
*IPX...
Destination type . . . . . . . . *OTHER *SAME, *OS400,
*OS400V2...
Host print transform ....
as400 driver #2Hi.
Does the com.ibm.as400.access.AS400JDBCDriver driver that is part of
JTOpen (http://jt400.sourceforge.net) works with db2 udb version 7 that
is installed on windows 2000?
I' m trying to access db2 from java aplication like this:
Class.forName("com.ibm.as400.access.AS400JDBCDriver");
Connection connection =
DriverManager.getConnection("jdbc:as400://hostname","user","password");
Statement statement = connection.createStatement();
ResultSet resultSet = statement.executeQuery("select * from
tablename");
, and I get this
ja...