I have to export my data into an exel file(or similar),does exist a way to launch this functionality from the source code?
My real necessity is to create an export of my db and reload it when I need it.(like “unload” function of sybase central).
Before create the functionality by myself I would to know if does exist something of already done.
Marco R.:
My real necessity is to create an export of my db and reload it when I need it.(like “unload” function of sybase central).
Hi Marco, if you’re going to transfer data between 2 servers, please be careful with the column order.
It’s easy running into errors while importing data in the wrong column again.
do you need to transfer data between 2 sybase databases?
Hi Marc !
No, I would to make a photo of my actual db because I’m preparing a Sample environment with sample data and
I would reload every time the data without fill it manually and without write it into the code.