Aug 26, 2005 #1 joshs1100 IS-IT--Management Jan 24, 2002 23 US Is it possible to write a record to a table on a MS SQL 2000 server from the AS400 using ODBC, or some other means of connection? Thanks!
Is it possible to write a record to a table on a MS SQL 2000 server from the AS400 using ODBC, or some other means of connection? Thanks!
Aug 26, 2005 #2 jmanj Programmer May 20, 2003 298 US Yes if you mean tables from AS400 to table in SQL server and vice versa. You need ODBC on both platforms. We use SQR language to do the job. Upvote 0 Downvote
Yes if you mean tables from AS400 to table in SQL server and vice versa. You need ODBC on both platforms. We use SQR language to do the job.
Aug 26, 2005 #3 Mercury2 Technical User Feb 27, 2004 422 FR See this link http://www.dbazine.com/db2/db2-mfarticles/mullins-drdaIt should help you understand the DRDA concept. Upvote 0 Downvote
See this link http://www.dbazine.com/db2/db2-mfarticles/mullins-drdaIt should help you understand the DRDA concept.
Aug 30, 2005 Thread starter #4 joshs1100 IS-IT--Management Jan 24, 2002 23 US How do you create the odbc connection to the target MS SQL database from the AS400? Upvote 0 Downvote
Sep 1, 2005 #5 as400pro Programmer Jan 16, 2003 57 US You can use Java and a JDBC driver, here are some links. You may have to register (free) to read the first one. Accessing Microsoft SQL Server from the iSeries http://www.mcpressonline.com/mc?1@38.Ewf9aUGh92D.2151@.6ae6296d Accessing Data on Microsoft SQL Server from OS/400 http://www-912.ibm.com/s_dir/slkbase.NSF/0/5a3856efecb7f19f8625672b006cee76?OpenDocument T. Bishop http://www.as400pro.com Upvote 0 Downvote
You can use Java and a JDBC driver, here are some links. You may have to register (free) to read the first one. Accessing Microsoft SQL Server from the iSeries http://www.mcpressonline.com/mc?1@38.Ewf9aUGh92D.2151@.6ae6296d Accessing Data on Microsoft SQL Server from OS/400 http://www-912.ibm.com/s_dir/slkbase.NSF/0/5a3856efecb7f19f8625672b006cee76?OpenDocument T. Bishop http://www.as400pro.com