Documents tagged with "tutorial"
Your Query returned 101 results
-
- Reverse Engineering CUBRID Database with ERwin
- This tutorial is part of [CUBRID Data Modeling with ERwin] series. To illustrate how to reverse engineer an existing database and get its schema information we will use the demodb database as an example, which you can choose to create when you install CUBRID RDBMS. On...
http://www.cubrid.org/wiki_apps/entry/reverse-engineering-cubrid-database-with-erwin
-
- CUBRID JDBC Maven Repository
- [CUBRID JDBC Driver|CUBRID JDBC] is an API that allows users to connect to CUBRID database within applications written in Java.
In order to add CUBRID JDBC driver to your maven project, add the following dependency to your project's pom.xml file:
<dependency> <g...
http://www.cubrid.org/wiki_apis/entry/cubrid-jdbc-maven-repository
-
- CUBRID CCI Tutorials
- Tutorials and Guides CCI API Manual [CUBRID CCI Error Codes and Messages] CCI Example Code and Build Instructions Developing CUBRID Driver Using CCI [Building CUBRID CCI API on Mac OS X] Questions and Answers Questions and Answers
http://www.cubrid.org/wiki_apis/entry/cubrid-cci-tutorials
-
- jOOQ CUBRID Tutorial
- Prerequisites
Download jOOQ
Download and Install CUBRID
Alternatively, you can create a Maven dependency:
<dependency> <groupId>org.jooq</groupId> <!-- artefacts are jooq, jooq-meta, jooq-codegen --> <artifactId>jooq</artifactId> <version>2.0.0</version> </dependency>
Step 1: Create a SQ...
http://www.cubrid.org/wiki_apps/entry/jooq-cubrid-tutorial
-
- CUBRID Development Tips and Known Issues_kr
- CUBRID DBA분들과 DBMS개발랩에서 누적 관리 중인 CUBRID 적용 관련 개발 Tip과 우회방법을 공유합니다.
구분
제목
내용
설정
DB운영 안정화를 위하여 CUBRID에서 제공하는 기능
* ACL 설정을 통해 개발자가 쿼리 브라우저를 통해 접근하는 브로커 포트를 통제 할 수 있는 기능. *...
http://www.cubrid.org/wiki_tutorials/entry/cubrid-development-tips-and-known-issues_kr
-
- Installing CUBRID on Windows
- Below you can see a Slideshare presentation which will explain in details how to install CUBRID on Windows. The steps are very easy. It will take a minute or two to install CUBRID.
You can also download and see this tutorial in PDF. Downloading the presentation fr...
http://www.cubrid.org/wiki_tutorials/entry/installing-cubrid-on-windows
-
- CUBRID JDBC Tutorials
- Installation Instructions
[Setting Java Environment PATH]
[CUBRID JDBC Maven Repository]
[CUBRID JDBC Clojars Maven Repository]
Latest News
CUBRID Driver Improvements in CUBRID 8.4.1 - Blog post
Tutorials and Guides
[About CUBRID JDBC Driver]
[CUBRID JDBC Compat...
http://www.cubrid.org/wiki_apis/entry/cubrid-jdbc-tutorials
-
- Setting Java Environment PATH
- Check if JDK/JRE is installed
Open Command Line Terminal (On Windows: [!Start > Accessories > Command Prompt]) and type the following command:
java -version
Remember to leave a space between java and a dash. If the command displays the version of Java, you are good to go wit...
http://www.cubrid.org/wiki_apis/entry/setting-java-environment-path
-
- A Simple Query/Retrieve Code
- Let’s take a look at a simple code which retrieves value from a CUBRID table, to get a quick insight into how coding will look like. We will assume that the connection is already opened:
String sql = "select * from nation order by `code` asc"; using (CUBRIDCommand cmd =...
http://www.cubrid.org/wiki_apis/entry/a-simple-queryretrieve-code
-
- CUBRID Cluster Issue Tracking Tips
- CUBRID Cluster JIRA Issue Tracker
Ticket typesIssue TypeDescriptiondefectany defect including bugs. Defect is wider concept than bugenhancementfunction enhancement, performance enhancement, almost of modifications which are not defect but required.tasknot only implementation t...
http://www.cubrid.org/wiki_cluster/entry/cubrid-cluster-issue-tracking-tips