Re: How insert one row from Excel to table in Sql ?

From: nilanjan <nilanjan_sarkar_at_hotmail.com>
Date: 28 Jun 2002 15:54:40 -0700
Message-ID: <6c8b1f5.0206281454.52736ebc_at_posting.google.com>


I usually would dump into a csv file and then load using either

  1. insert into ...( ... )

or 2. sqlloader

for ONE row I think option 1.

Another option is to create ODBC connection and then COPY & PASTE !!!

Hey Microsoft makes ORACLE row edits easier !!! Received on Sat Jun 29 2002 - 00:54:40 CEST

Original text of this message