List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:April 15 2009 2:13pm
Subject:svn commit - mysqldoc@docsrva: r14622 - trunk/dynamic-docs/faq
View as plain text  
Author: tbedford
Date: 2009-04-15 16:13:59 +0200 (Wed, 15 Apr 2009)
New Revision: 14622

Log:
Added FAQ for Connector/C++

Added:
   trunk/dynamic-docs/faq/connector-cpp.xml


Added: trunk/dynamic-docs/faq/connector-cpp.xml
===================================================================
--- trunk/dynamic-docs/faq/connector-cpp.xml	                        (rev 0)
+++ trunk/dynamic-docs/faq/connector-cpp.xml	2009-04-15 14:13:59 UTC (rev 14622)
Changed blocks: 1, Lines Added: 101, Lines Deleted: 0; 2138 bytes

@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE faq PUBLIC "http://www.mysql.com/mysqldoc/" "http://www.mysql.com/mysqldoc/faq.dtd"
+[
+  <!ENTITY % all.entities SYSTEM "../all-entities.ent">
+  %all.entities;
+]>
+<faq>
+
+  <faqentry>
+
+    <versions>
+      <manual version="6.0"></manual>
+      <manual version="5.1"></manual>
+    </versions>
+    <faqquestion>
+
+      <para>
+        What is &ccpp;?
+      </para>
+
+    </faqquestion>
+    <faqanswer>
+
+      <para>
+        &ccpp; is a MySQL database connector for C++. It allows you
+        develop applications in C++ that connect to the MySQL Server.
+        &ccpp; is compatible with the JDBC 4.0 API.
+      </para>
+
+    </faqanswer>
+
+  </faqentry>
+  <faqentry>
+
+    <versions>
+      <manual version="6.0"></manual>
+      <manual version="5.1"></manual>
+    </versions>
+    <faqquestion>
+
+      <para>
+        Are any MySQL products using &ccpp;?
+      </para>
+
+    </faqquestion>
+    <faqanswer>
+
+      <para>
+        Yes, &workbench; and &cooo;.
+      </para>
+
+    </faqanswer>
+
+  </faqentry>
+  <faqentry>
+
+    <versions>
+      <manual version="6.0"></manual>
+      <manual version="5.1"></manual>
+    </versions>
+    <faqquestion>
+
+      <para>
+        Does &ccpp; implement the client-server protocol?
+      </para>
+
+    </faqquestion>
+    <faqanswer>
+
+      <para>
+        No. &ccpp; uses the MySQL Client Library for the client-server
+        communication.
+      </para>
+
+    </faqanswer>
+
+  </faqentry>
+  <faqentry>
+
+    <versions>
+      <manual version="6.0"></manual>
+      <manual version="5.1"></manual>
+    </versions>
+    <faqquestion>
+
+      <para>
+        Which MySQL Server version(s) is &ccpp; compatible with?
+      </para>
+
+    </faqquestion>
+    <faqanswer>
+
+      <para>
+        &ccpp; fully supports MySQL Server version 5.1.
+      </para>
+
+    </faqanswer>
+
+  </faqentry>
+
+</faq>


Thread
svn commit - mysqldoc@docsrva: r14622 - trunk/dynamic-docs/faqanthony.bedford15 Apr