Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting Excel spreadsheet data in to Sybase table

Status
Not open for further replies.

PDShah

Programmer
Feb 24, 2003
3
US
How can I insert the data from Excel spreadsheet in to Sybase ASE12.5 table? I have a spread sheet with 7 columns and a table with 5 columns. I need to right a macro in Excel spreadsheet which can insert the data from column 1,2,4,6,7 in to the table. The data type for this columns matches data type of corresponding columns in the table.

Thanks
 
hello,

what platform are you using? nt or unix? or both? try developing your data extract and the insert statement generation in perl...

hth,
q.
 
We on running Excel spreadsheet from NT. The Sybase ASE server is on Unix. What if I want to insert the data thru a macro button?

Thanks for you reply.
 
No problem buddy... thanks for trying!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top