Kaydet (Commit) cad0b765 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba30a (1.78.36); FILE MERGED

2008/02/14 08:37:48 oj 1.78.36.1: #i86088# add url handling for sdbc:mysqlc:
üst b4b29670
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dbumiscres.src,v $ * $RCSfile: dbumiscres.src,v $
* *
* $Revision: 1.78 $ * $Revision: 1.79 $
* *
* last change: $Author: ihi $ $Date: 2007-11-21 16:09:34 $ * last change: $Author: kz $ $Date: 2008-03-05 17:04:46 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -135,6 +135,10 @@ Resource RSC_DATASOURCE_TYPES ...@@ -135,6 +135,10 @@ Resource RSC_DATASOURCE_TYPES
{ {
Text ="sdbc:address:thunderbird:"; Text ="sdbc:address:thunderbird:";
}; };
String STR_MYSQL_NATIVE
{
Text ="sdbc:mysqlc:";
};
}; };
Resource RSC_DATASOURCE_TYPE_UINAMES Resource RSC_DATASOURCE_TYPE_UINAMES
{ {
...@@ -231,6 +235,10 @@ Resource RSC_DATASOURCE_TYPE_UINAMES ...@@ -231,6 +235,10 @@ Resource RSC_DATASOURCE_TYPE_UINAMES
{ {
Text[ en-US ] = "Thunderbird Address Book"; Text[ en-US ] = "Thunderbird Address Book";
}; };
String STR_MYSQL_NATIVE
{
Text[ en-US ] = "MySQL (Native)";
};
}; };
Resource RSC_CHARSETS Resource RSC_CHARSETS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment