I have recieved a large database with many tables, now I have made a Query to extract the data I need to allow a C++ application to process.
However to safegaurd the original database, I select all the data display by this query and export it in Excel format.
I have another database which I import this data into, using Get External Data (opt for the Excel option).
My question is what is the best way to Export then Import this data?
It seems that in my program I keep having to change the database access type from Text to Number etc as the type of attributes may change (alterning the Query to get the correct data set).
i.e. The attributes of the table that results via the Query are not always preserved when I Import the data.
Any suggestions please.
Many thanks,
Porto.
However to safegaurd the original database, I select all the data display by this query and export it in Excel format.
I have another database which I import this data into, using Get External Data (opt for the Excel option).
My question is what is the best way to Export then Import this data?
It seems that in my program I keep having to change the database access type from Text to Number etc as the type of attributes may change (alterning the Query to get the correct data set).
i.e. The attributes of the table that results via the Query are not always preserved when I Import the data.
Any suggestions please.
Many thanks,
Porto.