Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!howland.reston.ans.net!pipex!sunic!sunic.sunet.se!seunet!news2.swip.net!seunet!u30003!u30005!matbri
From: matbri@u30005.rsv.svskt.se (Mats Brickman)
Subject: Oracle save in Enfin
Sender: news@rsv.svskt.se (Network News)
Message-ID: <1995May21.120734.9808@rsv.svskt.se>
Date: Sun, 21 May 1995 12:07:34 GMT
Nntp-Posting-Host: u30005.rsv.svskt.se
Organization: Swedish Tax Administration
Lines: 16

I am using a unix server with an Oracle database.
As a client I have a PC with windows and Enfin 4.0.
I have a problem I hope someone out there have
an answer to. My problem is as following:
I have a Enfin smalltalk Table.
Soc_id	Column1	Column2 Column3
11111	999	888	777
22222	777	999	666
33333	555	222	666
and so on...

I want to save this Table in the database with only one
access. The table in Oracle has the same "look".
At the moment I have to insert into the database row by row and
when it's up to 500 rows it gets real slow. 
If anyone out there has an easy solution,please mail to me.
