Documents tagged with "SQL"
Your Query returned 19 results
-
- Brig - C++ header-only libraries
- Brig is a collection of cross-platform C++ header-only libraries that can be used for rapid application development for databases.
Introductory announcement brig official website
Download
Wiki
[brig key features]
[brig CUBRID tutorial]
brig Q&A
JIRA Issue Tracker
http://www.cubrid.org/wiki_apps/entry/brig-c-header-only-libraries
-
- SIDU (SELECT, INSERT, DELETE, UPDATE) Web SQL Client
- SIDU (SELECT, INSERT, DELETE, UPDATE) is a very simple yet very intuitive Web based SQL client tool written in PHP. If you need a quick way to execute your SQL, this is the only thing you need! No installation or configuration is required. Just extract the f...
http://www.cubrid.org/wiki_apps/entry/sidu-select-insert-delete-update-web-tool
-
- CUBRID RDBMS Size Limits
- When working with databases, it is important to understand what the upper and lower bounds are for its data types, database and table size, rows, etc. More than that, it's always good to know if you intend to compare it with other database systems. In this page you can see...
http://www.cubrid.org/wiki_tutorials/entry/cubrid-rdbms-size-limits
-
- CUBRID vs. MySQL PHP API Functions Comparison
- The table below represents the PHP functions Mapping/Comparison between CUBRID and MySQL. There may be new functions introduced since this document has been last updated. If so, please let us know either on Twitter or on CUBRID Forum. We will update the functions r...
http://www.cubrid.org/wiki_apis/entry/cubrid-vs-mysql-php-api-functions-comparison
-
- Port MySQL Compatible PHP Applications to CUBRID
- Do you have a PHP application that you really love but currently it cannot be used with CUBRID? If so, this tutorial is created for you! You will learn how to easily change your MySQL compatible data and PHP code so that you can use them to work with CUBRID. It i...
http://www.cubrid.org/wiki_apis/entry/Port_MySQL_Compatible_PHP_Applications_to_CUBRID
-
- How to Run a SQL Script / File
- There are several ways to run queries from a SQL file. One of the easiest ways is run scripts directly using the CSQL command line interpreter. Assuming the script you want to run is named "insert_commands.sql", the following commands should be ran within csql:
;CL ;READ in...
http://www.cubrid.org/wiki_tutorials/entry/how-to-run-a-sql-script-file
-
- ART - A Lightweight Reporting Solution
- ART is a lightweight, multiplatform, web based query tool and reporting environment. SQL queries can be published in a few minutes. It supports tabular, crosstab, charts, scheduling, email alerts, drill down, among other features. Results are exportable to spreadsheet/pdf, can be ...
http://www.cubrid.org/wiki_apps/entry/art-a-lightweight-reporting-solution
-
- CUBRID Log Files
- CUBRID stores several types of log files. In $CUBRID\log (C:\CUBRID\log for example) you will see 3 folders: broker, manager and server. You will also see error logs for each database and associated cubrid command ran on it (such as createdb, spacedb, lockdb etc.). ...
http://www.cubrid.org/wiki_tutorials/entry/cubrid-log-files
-
- How to Create a CUBRID Database
- In this tutorial you will learn how to quickly create a database in CUBRID. If you use a Desktop version of the OS and prefer using GUI tools instead of a terminal, you may perform all of the commands below in CUBRID Manager.
To start with let's create a sample database...
http://www.cubrid.org/wiki_tutorials/entry/create-a-sample-cubrid-database-from-the-command-line
-
- Hibernate ORM
- Hibernate is a collection of projects that enable developers to utilize POJO-style domain models in their applications in ways extending well beyond Object/Relational Mapping. For more information refer to Hibernate official home page.
Useful Links
Hibernate official website...
http://www.cubrid.org/wiki_apps/entry/hibernate-orm