connect to ibm

hi guys

how can connect to os 400 with iseries access odbc driver

i mean how can i open a connection and make a select query and close the connection

thx



Answer this question

connect to ibm

  • Masta_Splinta123

    once you make the connection to the database you should be able to program against it using SQL statements like you would if you were querying Access or SQL Server or Oracle.

    Whats you program written in



  • Ben Ryan - MSFT

    Connecting to any type of database depends on the connection string you use.

    This site http://www.connectionstrings.com/ has an excellent collection of connection strings including one for AS/400 iSeries.



  • todonnell69

    hi

    i know the string but i dont know the way to do and how can i make a query within in the program that is something like that

    select * from table where field1=textbox.text(value)

    thx


  • connect to ibm