<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
    <channel>
        <title>CUBRID Q&amp;A</title>
        <link>http://www.cubrid.org/?mid=questions</link>
        <description>CUBRID Q&amp;A</description>
        <language>en</language>
        <pubDate>Fri, 21 Oct 2011 02:37:10 -0800</pubDate>
        <lastBuildDate>Mon, 20 May 2013 01:15:17 -0800</lastBuildDate>
        <generator>XpressEngine 1.4.4.1</generator>
                        										        <item>
            <title>How to connect the Grails web application with CUBRID database?</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/questions/442881</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/442881</guid>
                                    <description><![CDATA[<p>Hi,</p><p>I am creating web application with Grails web frame work. I have created the application and modify the DataSource.groovy file like this.</p><p></p><div editor_component="code_highlighter" code_type="Java" title="" first_line="1" collapse="false" highlight="" nogutter="false" style="border:#666 1px dotted;border-left:#2AE 5px solid;padding:5px;background:#FAFAFA url('./modules/editor/components/code_highlighter/code.png') no-repeat top right;">dataSource&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;pooled&nbsp;=&nbsp;true<br />
&nbsp;&nbsp;&nbsp;&nbsp;driverClassName&nbsp;=&nbsp;"cubrid.jdbc.driver.CUBRIDDriver"<br />
&nbsp;&nbsp;&nbsp;&nbsp;username&nbsp;=&nbsp;"dba"<br />
&nbsp;&nbsp;&nbsp;&nbsp;password&nbsp;=&nbsp;"123"<br />
}</div><p></p><p>And my&nbsp;environment&nbsp;for the connection is development coded like this which connects my application to the CUBRID database.</p><p></p><p></p><div editor_component="code_highlighter" code_type="Java" title="" first_line="1" collapse="false" highlight="" nogutter="false" style="border:#666 1px dotted;border-left:#2AE 5px solid;padding:5px;background:#FAFAFA url('./modules/editor/components/code_highlighter/code.png') no-repeat top right;">environments&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;development&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dataSource&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbCreate&nbsp;=&nbsp;"create"&nbsp;//&nbsp;one&nbsp;of&nbsp;'create',&nbsp;'create-drop',&nbsp;'update',&nbsp;'validate',&nbsp;''<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url&nbsp;=&nbsp;"jdbc:cubrid://localhost:30000/grailsDB"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
}</div><p>I tried several times with CUBRID bt its not work out. It populates the following error message.</p><p>Error creating bean with name 'transactionManagerPostProcessor': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager': Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Cannot resolve reference to bean 'hibernateProperties' while setting bean property 'hibernateProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateProperties': Cannot resolve reference to bean 'dialectDetector' while setting bean property 'properties' with key [hibernate.dialect]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccess Exception: Error while extracting DatabaseMetaData; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'cubrid.jdbc.driver.CUBRIDDriver'.</p><p>&nbsp;The driver is not supported (Cannot load JDBC driver class 'cubrid.jdbc.driver.CUBRIDDriver' Error message) but the application is coded in Groovy language. Its well supported with Java language.&nbsp;Please give a&nbsp;solution&nbsp;it would be a great help. Thank you.</p><p>Dhip.</p>]]></description>
                        <pubDate>Fri, 05 Oct 2012 00:36:13 -0800</pubDate>
                        <category>driver</category>
                        <category>grails</category>
                        <category>Java</category>
                                    <slash:comments>3</slash:comments>
                    </item>
        										        <item>
            <title>How to instal CUBRID server with .net aplications in windows 7</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/questions/432328</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/432328</guid>
                                    <description><![CDATA[<p>


How to use CUBRID server as a database for .NET applications on Windows server? What are all the components I need to download. What's the order of installation? Are there any tutorial to work with CUBRID? How to write procedures as in SQL? How to connect to CUBRID server from a .net application?</p>]]></description>
                        <pubDate>Wed, 19 Sep 2012 21:50:03 -0800</pubDate>
                        <category>driver</category>
                        <category>Windows</category>
                        <category>.NET</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>How can you get Server Info using Python Driver ?</title>
            <dc:creator>ovidiuv</dc:creator>
            <link>http://www.cubrid.org/questions/431841</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/431841</guid>
                                    <description><![CDATA[<p>I want to obtain using the Python Driver the details regarding the CUBRID server version. The MySQL driver offers get_server_info() function to perform this task. </p><p>What can be done in CUBRID to obtain the information ?</p><p><p>I saw here:</p><p><a href="http://packages.python.org/CUBRID-Python/">http://packages.python.org/CUBRID-Python/</a></p><p>That the server_version() function exists for _cubrid connection object alongside many other functions. Why are these functions only working for _cubrid and not for CUBRIDdb also ?</p></p>]]></description>
                        <pubDate>Wed, 19 Sep 2012 05:38:04 -0800</pubDate>
                        <category>driver</category>
                        <category>server</category>
                        <category>python</category>
                        <category>meta info</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>CUBRID 64 bit with PHP x86 on Windows 7</title>
            <dc:creator>ovidiuv</dc:creator>
            <link>http://www.cubrid.org/questions/388741</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/388741</guid>
                                    <description><![CDATA[<p>Hello,</p><p>I have installed CUBRID x64 bit and PHP x86 (official release) on Windows 7 64 bit. I tried to manually install the PHP API by adding the driver from here:&nbsp;<a href="/?mid=downloads&amp;item=php_driver&amp;os=windows&amp;ostype=any&amp;php=php53&amp;driver_type=phpdr">http://www.cubrid.org/?mid=downloads&amp;item=php_driver&amp;os=windows&amp;ostype=any&amp;php=php53&amp;driver_type=phpdr</a></p><p>I have VC9 thread safe (TS) version of PHP 5.3.10. I added the lines</p><p>[PHP_CUBRID]</p><p>extension=php_cubrid.dll</p><p>to php.ini and the file php_cubrid.dll to ext folder. I have tried with any PHP driver version but it fails to load (php crashes and apache fails to start).</p><p>Is there a workaround ?</p>]]></description>
                        <pubDate>Mon, 09 Jul 2012 03:46:11 -0800</pubDate>
                        <category>PHP</category>
                        <category>driver</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>How can I translate ADO.NET Driver&apos;s localization messages?</title>
            <dc:creator>eye</dc:creator>
            <link>http://www.cubrid.org/questions/263229</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/263229</guid>
                                    <description><![CDATA[<p>I can see that the new CUBRID ADO.NET driver provides built-in support for localization. I would wish to translate the messages to Russian. Which files should I translate?</p><p>


</p>]]></description>
                        <pubDate>Sun, 15 Jan 2012 18:06:57 -0800</pubDate>
                        <category>driver</category>
                        <category>ADO.NET</category>
                        <category>localization</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Nhibernate support for CUBRID</title>
            <dc:creator>swanotets</dc:creator>
            <link>http://www.cubrid.org/questions/234430</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/234430</guid>
                                    <description><![CDATA[<p>Hi guys,</p>
<p>&nbsp;</p>
<p>I've been wondering if it is&nbsp;possible to use&nbsp;Nhibernate with CUBRID. Is there any documentation about it?</p>
<p>&nbsp;</p>
<p>Best regards,</p>
<p>Ivan</p>]]></description>
                        <pubDate>Thu, 03 Nov 2011 02:15:54 -0800</pubDate>
                        <category>Tools</category>
                        <category>.NET</category>
                        <category>driver</category>
                        <category>Nhibernate</category>
                                    <slash:comments>3</slash:comments>
                    </item>
        										        <item>
            <title>Do CUBRID PHP and PDO APIs require any dependent library?</title>
            <dc:creator>eye</dc:creator>
            <link>http://www.cubrid.org/questions/252425</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/252425</guid>
                                    <description><![CDATA[<p>I can see CUBRID PHP and PDO drivers are available through PECL packaging system. Can I directly install them? Or are they dependent on any external library, perhaps CUBRID's?</p>]]></description>
                        <pubDate>Thu, 05 Jan 2012 21:07:35 -0800</pubDate>
                        <category>PHP</category>
                        <category>PDO</category>
                        <category>PECL</category>
                        <category>driver</category>
                        <category>installation</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>CUBRID .Net driver</title>
            <dc:creator>bashawy</dc:creator>
            <link>http://www.cubrid.org/questions/241869</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/241869</guid>
                                    <description><![CDATA[<p>Dear Experts,</p><p>Is there any possibility of connecting .Net clients to CUBRID server? My server is a Windows based one.<br /></p><p>Thanks.</p>]]></description>
                        <pubDate>Fri, 25 Nov 2011 10:31:12 -0800</pubDate>
                        <category>.NET</category>
                        <category>driver</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>interfaces and drivers for CUBRID</title>
            <dc:creator>eusto</dc:creator>
            <link>http://www.cubrid.org/questions/234884</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/234884</guid>
                                    <description><![CDATA[<p>What interfaces and drivers are available for CUBRID</p>]]></description>
                        <pubDate>Fri, 04 Nov 2011 02:10:55 -0800</pubDate>
                        <category>driver</category>
                                    <slash:comments>2</slash:comments>
                    </item>
        										        <item>
            <title>CUBRID JDBC url</title>
            <dc:creator>eusto</dc:creator>
            <link>http://www.cubrid.org/questions/236982</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/236982</guid>
                                    <description><![CDATA[<p>What is the CUBRID JDBC URL connection string?</p>]]></description>
                        <pubDate>Thu, 10 Nov 2011 04:59:44 -0800</pubDate>
                        <category>JDBC</category>
                        <category>driver</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>node.js driver?</title>
            <dc:creator>sqlcopter</dc:creator>
            <link>http://www.cubrid.org/questions/235657</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/235657</guid>
                                    <description><![CDATA[<p>Any plans for a node.js driver?</p>]]></description>
                        <pubDate>Tue, 08 Nov 2011 00:41:47 -0800</pubDate>
                        <category>nodejs</category>
                        <category>driver</category>
                                    <slash:comments>1</slash:comments>
                    </item>
            </channel>
</rss>
