Forums
This topic is locked
ASP to hit an AS/400 DB2 system
Posted 13 Nov 2002 21:51:30
1
has voted
13 Nov 2002 21:51:30 David Stoltz posted:
How do I set up the ODBC connection to hit an as/400 ?Do I need to download something?
I've never done it, so any help is appreciated!
Thanks!
Replies
Replied 14 Nov 2002 14:39:21
14 Nov 2002 14:39:21 Dave Blohm replied:
I've never actually done this, but the following connection strings should get you connected without a DSN...
(IBM)
"Provider=IBMDA400;Data source=myAS400;User Id=myUsername;Password=myPassword"
or
(MS)
"Provider=SNAOLEDB;Data source=myAS400;User Id=myUsername;Password=myPassword"
also, the following MS Knowledge Base article may shed more light (dunno, I didn't read it <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>
support.microsoft.com/default.aspx?scid=kb;en-us;219077
Hope this helps
Doc
Rangewalk Digital Studios
Edited by - on 14 Nov 2002 14:40:09
(IBM)
"Provider=IBMDA400;Data source=myAS400;User Id=myUsername;Password=myPassword"
or
(MS)
"Provider=SNAOLEDB;Data source=myAS400;User Id=myUsername;Password=myPassword"
also, the following MS Knowledge Base article may shed more light (dunno, I didn't read it <img src=../images/dmxzone/forum/icon_smile_big.gif border=0 align=middle>
support.microsoft.com/default.aspx?scid=kb;en-us;219077
Hope this helps
Doc
Rangewalk Digital Studios
Edited by - on 14 Nov 2002 14:40:09
Replied 14 Nov 2002 14:51:14
14 Nov 2002 14:51:14 David Stoltz replied:
Thanks! Thats what I was looking for!