I think the PHP documention may be out of date as well.
On this page:
http://monetdb.cwi.nl/SQL/Documentation/The-PHP-Library.html
I see these signatures:
proto resource monetdb_connect([string host [, string port [, string
username [, string password [, string language]]]]]) Open a MonetDB
connection
proto resource monetdb_pconnect([string host [, string port [, string
username [, string password [, string language]]]]]) Open a persistent
MonetDB connection
But I kept getting this message when trying to use the default example
to connect.
Warning: monetdb_connect(): Unable to connect to MonetDB server:
merovingian: please specify a database in /home/monet/monetdb_test.php
on line 10
I think the method signature should probably be:
proto resource monetdb_connect([string db_engine [, string host [,
string port [, string username [, string password [, string
db_name]]]]]) Open a MonetDB connection
(I'm not sure what the proper wording would be for the difference
between sql/xquery/other so I called it db_engine. There's probably
already a word you already use for that though)
On Mon, Oct 5, 2009 at 11:26 AM, Fabian Groffen
Hi Guillaume,
On 05-10-2009 11:22:09 -0400, Guillaume Theoret wrote:
I found another broken link.
On this page: http://www.monetdb.nl/projects/monetdb/SQL/QuickTour/HelloWorld/index.html
The link on "starting and stopping the server" is http://www.monetdb.nl/projects/monetdb//SQL/Documentation/Start-and-Stop.htm
But it should be: http://www.monetdb.nl/projects/monetdb/SQL/Documentation/Start-and-Stop.html
(I removed the double // before SQL and google suggested trying .html instead of .htm which worked)
How embarassing, I'll run a link checker tonight on the website. Thanks for reporting!
------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users