人力検索はてな
モバイル版を表示しています。PC版はこちら
i-mobile

Inter Base6 データーベースに
データーをEXPORT,INPORTする機能はあるのでしょうか。

・SQLServerのINPORT,EXPORTみたいな機能です。

もしあればその使用方法が掲載されているサイトを教えてください。

●質問者: pikacyuu
●カテゴリ:コンピュータ インターネット
○ 状態 :終了
└ 回答数 : 1/1件

▽最新の回答へ

1 ● うぃんど
●300ポイント ベストアンサー

固定長ファイルを用います
説明は下記参照
(日本語訳無しの手抜きで、ごめんなさい)

http://fbclient.googlecode.com/files/DataDef.pdf の p107-p110

Using the EXTERNAL FILE option

The EXTERNAL FILE option creates a table for which the data resides in an external table
or file, rather than in the InterBase database. External files are ASCII text that can also be
read and manipulated by non-InterBase applications. In the syntax for CREATE TABLE, the
filespec that accompanies the EXTERNAL keyword is the fully qualified file specification for
the external data file. You can modify the external file outside of InterBase, since
InterBase accesses it only when needed.

Use the EXTERNAL FILE option to:
Import data from a flat external file in a known fixed-length format into a new or existing
InterBase table. This allows you to populate an InterBase table with data from an external
source. Many applications allow you to create an external file with fixed-length records.
SELECT from the external file as if it were a standard InterBase table.
Export data from an existing InterBase table to an external file. You can format the data
from the InterBase table into a fixed-length file that another application can use.

Restrictions
以下に説明が続く


pikacyuuさんのコメント
大体理解できました。 ありがとうございます。
関連質問

●質問をもっと探す●



0.人力検索はてなトップ
8.このページを友達に紹介
9.このページの先頭へ
対応機種一覧
お問い合わせ
ヘルプ/お知らせ
ログイン
無料ユーザー登録
はてなトップ