how to create the temp table in Sybase with values from Excel ?
549379Apr 10 2008 — edited Apr 11 2008Dear Sir/Madam,
I know this is not related with oracle DB, however i am in the need of help from you people who worked on Sybase. plz help me..
I have the excel sheet which contains EmpId and EmpName values. I just wanted to read these two values one by one from an excel sheet and loaded them into one temp table in Sybase. is it possible thru sqlldr ?
here is the sample code for your reference:
begin tran
create table tempdb..empIdName (emp_id int identity,emp_name varchar(50))
go
Awaiting for your valuable reply
thanks
pannar