Hi all

Is it possible to insert values in a sapdb-table with a functionality like
"byte copy"?
So when I have the table "perso" with

(
nr smallint,
name char(50),
start date
)

and a external, tab-seperated file called "tablevalues" with content:

1       Mueller        09-12-00
2       Schulz         31-01-78

How can I get the content of "tablevalues" into table "perso", without to
make a "insert into" in each line?

Danny

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr f�r 1 ct/ Min. surfen!

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to