Hi,
I have an excel ark. Collumns A1, B1.
A1 is listing articles and B1 is listing prices. This is a long list. products.xls
A1 B1
Article 1 50
Article 2 40
Article 3 30
etc .. etc..
In Adaptive SQL Server i have two tables.
Article (tbl_article)
Price (tbl_price)
These are linked together with an unique ID called
obj_num
I want to read my excel ark into Adaptive SQL Server and sort out article and price into the right table.
Is this possible ?
Regards
Magnus