If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > interbase

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-24-03, 11:37
jeremas jeremas is offline
Registered User
 
Join Date: May 2002
Posts: 73
interbase

Hello folks,

How I can load information to a database in Interbase from a txt or csv file?

I know how to do it in IBM db2 but looks like here is not the same command

Thanks in advance
Reply With Quote
  #2 (permalink)  
Old 11-01-03, 07:01
Airborne Airborne is offline
Registered User
 
Join Date: Sep 2003
Location: Dumfries, VA USA
Posts: 8
Re: interbase

Quote:
Originally posted by jeremas
Hello folks,

How I can load information to a database in Interbase from a txt or csv file?

I know how to do it in IBM db2 but looks like here is not the same command

Thanks in advance
use external files like:
CREATE TABLE <tablename> EXTERNAL <filename>

then you can do a select from ....

Frank
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On