index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: AS/400 data access :: (5)Post a New Message | Post a Reply
May 23 2005, 6:08 AM
 AS/400 data accessPost a Reply
 PAULELLISON

View this author's profile Send this author a private message

since: Jan 1, 2004
from: somewhere

"Create any kind of report you need from virtually any data source ".
Are you able to provide jdbc//AS400 access(jt400.jar style)?
//Paul

May 23 2005, 6:20 AM
 Re: AS/400 data accessPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Since the report wizard is a COM object, it will work with any database that is supported by ODBC. JDBC is for java platforms.


-------------------------
Ghost
May 29 2005, 8:18 AM
 Re: AS/400 data accessPost a Reply
 PAULELLISON

View this author's profile Send this author a private message

since: Jan 1, 2004
from: somewhere

OK
Can you help me with a connection string for AS400 preferably IP based?

May 30 2005, 7:47 AM
 Re: AS/400 data accessPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

ODBC Driver for AS400
strConn = "Driver={Client Access ODBC Driver (32-bit)};System=myAS400;"
      "Uid=myUsername;Pwd=myPassword;"


strConn = "Driver={Client Access ODBC Driver
(32-bit)};System=172.16.1.20;Uid=sfisher;Pwd=sfisher"




OLE DB Provider for AS400
strConn = "Provider=IBMDA400;Data source=myAS400;User Id=myUsername;"
     "Password=myPassword;"



-------------------------
Ghost
May 30 2005, 7:50 AM
 Re: AS/400 data accessPost a Reply
 PAULELLISON

View this author's profile Send this author a private message

since: Jan 1, 2004
from: somewhere

Thankful as usual for the quick reply.
//Paul

Pages: (1)   [1]

search this forum: