ODBC Driver for SAP BusinessObjects BI

Build 23.0.8839

接続

SAP BusinessObjects BI に接続するには、DSN またはODBC 接続文字列のいずれかを使用できます。これらの方法は、どちらもodbc_connect 関数を使用します。

DSN に接続する

DSN を使用して接続するには:

$cnx = odbc_connect("CData SAPBusinessObjectsBI Sys", "", "");

ドライバーの接続文字列を提供する

ODBC 接続文字列を使用して接続するには:

$cnx = odbc_connect("DRIVER={CData ODBC Driver for SAP BusinessObjects BI};User=MyUser;Password=MyPassword;Url=http://myserver:6405/biprws;", "", "");

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839