Dear All,
I blindly need your help in achieving the following:
I have the csv file which contains OrdId and BillId values. I just wanted to read these two values one by one from excel and loaded them into one temp table of Sybase SQL Anywhere.
here is the sample query for your reference:
begin tran
create table tempdb..ordBill (ord_id int identity,bill_id int
)
go
load table tempdb..ordBill from 'c:\\test\\test.csv'
Error:
Incorrect syntax near the keyword 'table'.
I am having only one tool Microsoft ISQL/W from which i connect to remote sybase DB and run some queries like sp_help , create etc.. from there.
It would be great,if somebody knows the way of doing the above thru some java program. Otherwise, is there any tool like BCP required to do the above?
Awaiting for your valuable reply
thanks
pannar