Danny Tramnitzke wrote:
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

look for repmcli in the docs. This tool does exactly what you want.


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

Reply via email to