howto-bo.html

来自「postgresql-odbc,跨平台应用」· HTML 代码 · 共 55 行

HTML
55
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>  <head>    <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">    <title>psqlODBC HOWTO - Business Objects</title>  </HEAD>  <body bgcolor="#ffffff" text="#000000" link="#ff0000" vlink="#a00000" alink="#0000ff">  <h1>psqlODBC HOWTO - Business Objects</h1><p><i>Author: Peter S. Hamlen (phamlen@teachforamerica.org)<br>Release Date: 26 May 2003<br>Description: PostgreSQL and Business Objects</i><br><br>Will Postgresql ODBC work with Business Objects?<br><br>Yes, with three caveats:<br><ol><li>Technically, Business Objects does not support PostgreSQL.  They dosupport generic ODBC access to databases, however.<br>&nbsp;</li><li>You must change the ODBC parameter file on any machine that usesDesigner.  The ODBC file is usually <i>C:\Program Files\BusinessObjects\Data Access X.X\ODBC\ODBC10EN.PRM</i>.  You must change the OWNERparameter to N and the QUALIFIER parameter to N (ie, OWNER=N,QUALIFIER=N).<br><br>     NOTE:  It is only necessary to change this file for people who useDesigner.  BusinessObjects, WebIntelligence, and all other BO programsthat use existing Universes are unaffected.<br>&nbsp;</li><li>As with all other generic ODBC connections, you cannot do outerjoins in Designer.<br>&nbsp;</li></ol></p><p>Mart&iacute;n de la Herr&aacute;n also adds the following notes:</p><p>Also add the following parameters to C:\Program Files\Business Objects\Data Access X.X\ODBC\ODBC10EN.PRM<br><br>BACK_QUOTE_SUPPORTED=Y<br>TABLE_DELIMITER="<br><br>These parameters are necessary to use tables with spaces and unusual chararacters in them.</p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?