Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9021

Re: Business One PHP access

$
0
0

Please try this-->

 

<?php

$vCmp=new COM("SAPbobsCOM.company") or die ("No connection");

$vCmp->DbServerType=6;

$vCmp->Server = "SQL_SERVER_NAME";Server

$vCmp->CompanyDB = "SQL_DB_NAME";\\SBODemoIN

$vCmp->LicenseServer = "LICENSE_SERVER_WITH_PORT";\\ Server:30000

$vCmp->UserName = "(B1_company_ussername"; \\ manager

$vCmp->Password = "B1_company_password"; \\ 1234

$vCmp->DbUserName = "sa";

$vCmp->DbPassword = "sql_server_password"; \\ 1234

$lRetCode = $vCmp->Connect;

echo $vCmp->CompanyName;

?>

 

Regards,

ARYA


Viewing all articles
Browse latest Browse all 9021

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>