Re: [gnome-db] libgda manual
- From: Laurent Sansonetti <laurent datarescue be>
- To: gnome-db-list gnome org
- Subject: Re: [gnome-db] libgda manual
- Date: Wed, 01 Oct 2003 14:15:15 +0000
Hi Rodrigo,
On Wed, 2003-10-01 at 11:07, Rodrigo Moya wrote:
> yes, it is. But please, could you resend the patch in unified format
> (cvs diff -u), and with a ChangeLog entry (libgda/ChangeLog, at the
> top).
Here it is.
Cheers,
--
{ "Laurent" => "http://lrz.samika.net" }
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libgda/ChangeLog,v
retrieving revision 1.567
diff -u -r1.567 ChangeLog
--- ChangeLog 1 Oct 2003 00:27:22 -0000 1.567
+++ ChangeLog 1 Oct 2003 11:14:29 -0000
@@ -1,3 +1,8 @@
+2003-10-01 Laurent Sansonetti <laurent datarescue be>
+
+ * libgda/doc/C/libgda-docs.sgml: fixed some typos and added
+ some information related to the MySQL provider.
+
2003-09-30 Laurent Sansonetti <laurent datarescue be>
* libgda/gda-client.h: added missing prototype.
Index: doc/C/libgda-docs.sgml
===================================================================
RCS file: /cvs/gnome/libgda/doc/C/libgda-docs.sgml,v
retrieving revision 1.43
diff -u -r1.43 libgda-docs.sgml
--- doc/C/libgda-docs.sgml 24 Aug 2003 03:31:57 -0000 1.43
+++ doc/C/libgda-docs.sgml 1 Oct 2003 11:14:35 -0000
@@ -721,7 +721,7 @@
<sect4>
<title>Listing available providers</title>
<para>
- To list the available data sources you must use the function <LINK
+ To list the available providers you must use the function <LINK
LINKEND="gda-config-get-provider-list"><EMPHASIS>gda_config_get_provider_list ()
</EMPHASIS></LINK>
</para>
@@ -900,37 +900,40 @@
<itemizedlist>
<listitem>
<para>
- HOST:
+ HOST: name of the host where the database server is running.
</para>
</listitem>
<listitem>
<para>
- DATABASE:
+ PORT: port number for connecting to the database server.
</para>
</listitem>
<listitem>
<para>
- USERNAME:
+ UNIX_SOCKET: socket file for connecting to the database server
+ (should not be defined with HOST and/or PORT).
</para>
</listitem>
<listitem>
<para>
- PASSWORD:
+ DATABASE: name of the database you want to access.
</para>
</listitem>
<listitem>
<para>
- PORT:
+ USER: employ the specified user name for logging in to the
+ server.
</para>
</listitem>
<listitem>
<para>
- UNIX_SOCKET:
+ PASSWORD: employ the specified password when connecting to the
+ database server.
</para>
</listitem>
<listitem>
<para>
- FLAGS:
+ USE_SSL: will use SSL (encrypted protocol) if specified and set to 1.
</para>
</listitem>
</itemizedlist>
@@ -1110,7 +1113,7 @@
<para>
It's a good practice to close connections when you finish using them. It
doesn't mean that you must close them each time you use them. It's better
- open the connections when program starts and use them during the whole
+ to open the connections when program starts and use them during the whole
execution. This function frees the <LINK LINKEND="libgda-GdaConnection">GdaConnection</LINK>
objects attached to the <LINK LINKEND="libgda-GdaClient">GdaClient</LINK>.
</para>
@@ -1666,7 +1669,7 @@
<LISTITEM><para>Free command</para></LISTITEM>
</ORDEREDLIST>
</LISTITEM>
- <LISTITEM><para>Commit o rollback transaction</para></LISTITEM>
+ <LISTITEM><para>Commit or rollback transaction</para></LISTITEM>
<LISTITEM><para>Free transaction</para></LISTITEM>
</ORDEREDLIST>
<para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]