# Tibero tbESQL/C 안내서

> **안내서 정보**
>
> 안내서 제목 : Tibero tbESQL/C 안내서\
> 발행일 : 2026-03-31\
> 소프트웨어 버전 : Tibero 7.2.5\
> 안내서 버전 : v1.0.0

## 개요 <a href="#id" id="id"></a>

본 안내서는 Tibero®(이하 Tibero)에서 제공하는 tbESQL/C의 기본 개념과 이를 활용한 프로그램의 개발 방법을 알고자 하는 데이터베이스 관리자(Database Administrator, 이하 DBA) 및 애플리케이션 프로그램 개발자를 대상으로 기술합니다.

{% hint style="info" %}
**참고**

본 안내서는 Tibero를 실무에 적용하거나 운용하는 데 필요한 모든 사항을 포함하고 있지 않습니다.\
따라서 설치와 환경설정 등 운용 및 관리에 관한 내용은 각 제품 안내서를 참고하기 바랍니다.

Tibero의 설치 및 환경설정에 관한 내용은 "Tibero 설치 안내서"를 참고합니다.
{% endhint %}

## **안내서 구성**

본 문서는 총 9개의 본문과 1개의 참고자료로 구성됩니다.

#### 본문&#x20;

<details>

<summary>tbESQL/C 소개</summary>

tbESQL/C의 기본 개념과 구성요소를 기술합니다.

🔎 [tbESQL/C 소개 바로가기](/tibero-manuals/7.2.5.manuals/tibero-tbesql-c-guide/tbesql-c-overview.md)

</details>

<details>

<summary>데이터 타입</summary>

tbESQL/C 프로그램에서 사용되는 데이터 타입과 데이터 타입 간의 대응을 기술합니다.

🔎 [데이터 타입 바로가기](/tibero-manuals/7.2.5.manuals/tibero-tbesql-c-guide/data-types.md)

</details>

<details>

<summary>기본 프로그래밍</summary>

tbESQL/C 프로그램의 문법과 실행 과정, 런타임 에러 처리, 그리고 tbESQL/C 문장의 실행과 커서를 기술합니다.

🔎 [기본 프로그래밍 바로가기](/tibero-manuals/7.2.5.manuals/tibero-tbesql-c-guide/basic-programming.md)

</details>

<details>

<summary>배열 변수</summary>

배열 변수의 기본 개념과 선언 방법, tbESQL/C 문장에서 입/출력 변수로 배열 변수를 사용하는 방법을 기술합니다.

🔎 [배열 변수 바로가기](/tibero-manuals/7.2.5.manuals/tibero-tbesql-c-guide/array-variables.md)

</details>

<details>

<summary>멀티 스레드 프로그래밍</summary>

tbESQL/C 환경에서 멀티 스레드 프로그램을 작성하는 방법을 기술합니다.

🔎 [멀티 스레드 프로그래밍 바로가기](/tibero-manuals/7.2.5.manuals/tibero-tbesql-c-guide/multithread-programming.md)

</details>

<details>

<summary>Dynamic SQL</summary>

tbESQL/C 프로그램이 실행될 때 SQL 문장의 내용을 동적으로 지정하는 방법인 Dynamic SQL을 기술합니다.

🔎 [Dynamic SQL 바로가기](/tibero-manuals/7.2.5.manuals/tibero-tbesql-c-guide/dynamic-sql.md)

</details>

<details>

<summary>런타임 에러 처리</summary>

tbESQL/C 프로그램을 실행할 때 발생하는 예외 상황을 처리하기 위한 방법인 런타임 에러 처리를 기술합니다.&#x20;

🔎 [런타임 에러 처리 바로가기](/tibero-manuals/7.2.5.manuals/tibero-tbesql-c-guide/runtime-error-handling.md)

</details>

<details>

<summary>tbESQL/C 문장</summary>

tbESQL/C 프로그램에서 데이터베이스 처리를 위해 사용하는 tbESQL/C 문장을 기술합니다.&#x20;

🔎 [tbESQL/C 문장 바로가기](/tibero-manuals/7.2.5.manuals/tibero-tbesql-c-guide/tbesql-c-statements.md)

</details>

<details>

<summary>tbESQL/C 프리컴파일러 옵션</summary>

tbESQL/C 프리컴파일러를 동작시킬 때 사용할 수 있는 옵션을 기술합니다.&#x20;

🔎 [tbESQL/C 프리컴파일러 옵션 바로가기](/tibero-manuals/7.2.5.manuals/tibero-tbesql-c-guide/tbesql-c-precompiler-options.md)

</details>

#### 참고자료

<details>

<summary>tbESQL/C 프로그램 예제</summary>

DDL과 PSM, 데이터베이스의 이름, 대용량 객체형을 사용하여 tbESQL/C 프로그램을 작성한 예제를 기술합니다.&#x20;

🔎 [tbESQL/C 프로그램 예제 바로가기](/tibero-manuals/7.2.5.manuals/tibero-tbesql-c-guide/tbesql-c-program-examples.md)

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tibero.com/tibero-manuals/7.2.5.manuals/tibero-tbesql-c-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
