Additional Business Objects notes from Martín de la Herrán
authorDave Page <dpage@pgadmin.org>
Mon, 24 Apr 2006 20:03:33 +0000 (20:03 +0000)
committerDave Page <dpage@pgadmin.org>
Mon, 24 Apr 2006 20:03:33 +0000 (20:03 +0000)
docs/howto-bo.html

index a8d666d3f90de82d584521aaafb8318d0986c4fa..f9a3811ebe82d5016495c9338784376c813abdb3 100644 (file)
@@ -1,45 +1,55 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
-<html>\r
-  <head>\r
-    <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">\r
-    <title>psqlODBC HOWTO - Business Objects</title>\r
-  </HEAD>\r
-\r
-  <body bgcolor="#ffffff" text="#000000" link="#ff0000" vlink="#a00000" alink="#0000ff">\r
-  \r
-<h1>psqlODBC HOWTO - Business Objects</h1>\r
-\r
-<p>\r
-\r
-<i>\r
-Author: Peter S. Hamlen (phamlen@teachforamerica.org)<br>\r
-Release Date: 26 May 2003<br>\r
-Description: PostgreSQL and Business Objects\r
-</i>\r
-<br><br>\r
-Will Postgresql ODBC work with Business Objects?\r
-<br><br>\r
-Yes, with three caveats:\r
-\r
-<br>\r
-<ol>\r
-<li>Technically, Business Objects does not support PostgreSQL.  They do\r
-support generic ODBC access to databases, however.<br>&nbsp;</li>\r
-\r
-<li>You must change the ODBC parameter file on any machine that uses\r
-Designer.  The ODBC file is usually <i>C:\Program Files\Business\r
-Objects\Data Access X.X\ODBC\ODBC10EN.PRM</i>.  You must change the OWNER\r
-parameter to N and the QUALIFIER parameter to N (ie, OWNER=N,\r
-QUALIFIER=N).<br><br>\r
-     NOTE:  It is only necessary to change this file for people who use\r
-Designer.  BusinessObjects, WebIntelligence, and all other BO programs\r
-that use existing Universes are unaffected.<br>&nbsp;</li>\r
-\r
-<li>As with all other generic ODBC connections, you cannot do outer\r
-joins in Designer.<br>&nbsp;</li>\r
-</ul>\r
-\r
-</p>\r
-\r
-</body>\r
+<!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 do
+support generic ODBC access to databases, however.<br>&nbsp;</li>
+
+<li>You must change the ODBC parameter file on any machine that uses
+Designer.  The ODBC file is usually <i>C:\Program Files\Business
+Objects\Data Access X.X\ODBC\ODBC10EN.PRM</i>.  You must change the OWNER
+parameter 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 use
+Designer.  BusinessObjects, WebIntelligence, and all other BO programs
+that use existing Universes are unaffected.<br>&nbsp;</li>
+
+<li>As with all other generic ODBC connections, you cannot do outer
+joins 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>
\ No newline at end of file