# 내장 테이블을 외부 테이블로 변환

포건시는 내장된 데이터 테이블을 외부 데이터베이스의 데이터 테이블로 변환하는 것을 지원하며 변환을 지원하는 데이터베이스로는 MySql, SQL Server 및 Oracle이 있습니다.

내장 테이블을 외부 데이터베이스의 데이터 테이블로 변환하기 전에 데이터베이스 연결 정보를 추가해야 합니다.

리본의 메뉴 모음에서 \[데이터->데이터베이스 연결]를 선택하고 "데이터베이스 연결 관리" 대화 상자에서 "새로 만들기"를 클릭합니다.

<figure><img src="/files/msxx7rtKRfVCi1gf8UdW" alt=""><figcaption></figcaption></figure>

연결 정보를 추가한 후 "테이블을  외부을 DB로 이동"을클릭하면 기본 제공 테이블을 외부 테이블로 변환하는 대화 상자가 나타납니다. 연결된 모든 외부 데이터베이스와 모든 내장 데이터 테이블이 대화 상자에 나열됩니다.

대상 데이터베이스를 선택한 후 변환할 내장 데이터 테이블을 선택한 다음 "확인"을 클릭하면 선택한 내장 테이블이 외부 데이터베이스의 데이터 테이블로 변환됩니다.

기본 제공 테이블을 외부 데이터베이스의 데이터 테이블로 변환한 후 작업 흐름, 권한, 데이터 바인딩, 데이터 연결 등을 포함한 모든 테이블 설정이 저장됩니다.

<figure><img src="/files/MNaomeWqySlWm4xFQXtf" alt=""><figcaption></figcaption></figure>


---

# 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://doc.forguncy.co.kr/database/externaldb/undefined-3.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.
