Skip to content

Commit

Permalink
MONDRIAN: Documentation: give example connect string.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 8453]
  • Loading branch information
julianhyde committed Jan 4, 2007
1 parent 5e12af5 commit 338dd27
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/configuration.html
Expand Up @@ -723,8 +723,17 @@ <h2>Connect strings<a name="Connect_strings">&nbsp;</a></h2>
<h3>Connect string syntax<a name="Connect_string_syntax">&nbsp;</a></h3>

<p>Mondrian connect strings are a connection of property/value pairs, of the
form 'property=value;property=value;...'.</p>
<p>Values can be enclosed in single-quotes, which allows them to contain spaces
form 'property=value;property=value;...'. For example:</p>

<blockquote><code>Provider=Mondrian;
Jdbc='jdbc:mysql://localhost/foodmart';
JdbcUser=foodmart;
JdbcPassword=foodmart;
JdbcDrivers=com.mysql.jdbc.Driver;
Catalog=file:demo/FoodMart.xml</code>
</blockquote>

<p>Values can be enclosed in single-quotes, which allows them to contain spaces
and punctuation. See the the
<a target="_blank" href="http://msdn.microsoft.com/library/en-us/oledb/htm/oledbconnectionstringsyntax.asp">
OLE DB connect string syntax specification</a>.</p>
Expand Down

0 comments on commit 338dd27

Please sign in to comment.