Jump to content

PHP conncet ibm AS400 system


kk580

Recommended Posts

i want to update some record to my database (ms sql)

 

i need to check some data first in as400 if the data not exists in my ms sql then i need to update the data to the database

 

so i need to link to as400 first

 

thanks for your help

 

 

Here is my code

 

 

<?php

$connect = odbc_connect("AS400", "******", "*******")

or die("No connection made.");

odbc_close($connect);

 

 

?>

 

 

 

anyone can help ?

thanks

Link to comment
https://forums.phpfreaks.com/topic/96866-php-conncet-ibm-as400-system/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.