Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!howland.reston.ans.net!agate!news.ucdavis.edu!csus.edu!netcom.com!dhoag
From: dhoag@netcom.com (David Hoag)
Subject: Re: Oracle save in Enfin
Message-ID: <dhoagD8zCCz.Cp2@netcom.com>
Organization: NETCOM On-line Communication Services (408 261-4700 guest)
X-Newsreader: TIN [version 1.2 PL1]
References: <1995May21.120734.9808@rsv.svskt.se>
Date: Mon, 22 May 1995 12:36:35 GMT
Lines: 28
Sender: dhoag@netcom8.netcom.com

Mats Brickman (matbri@u30005.rsv.svskt.se) wrote:
: 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...

Where did this table come from?  If it came from an Oracle select you can
write an Oracle SQL statement that will insert the resulting table of a
select.

: I want to save this Table in the database with only one

When you say 'save' do you mean all inserts, or a combination of
updates and inserts, or all updates?

If you mean all inserts, I again suggest using native Oracle support.  You
can write a SQL statement to insert multiple rows with one database access.

- Dave
-- 
David Hoag         k 
dhoag@netcom.com
