GabrielVA
12th October 2010, 21:02
Hey fellow BaaN developers.
Is there an easy way to pull data directly from BaaN tables? I'm attempting to write a C# windows application and I'd like to be able to pull data from BaaN using something like MS-SQL to generate some queries etc. Is this possible pretty easy?

Thanks

GabrielVA

vinceco252
12th October 2010, 21:57
It's easy to write queries, but you do have to be familiar with the data structures/application in order to pull out anything meaningful...

marnix
14th October 2010, 21:48
Once you know which queries to write in Baan 3GL, you can use mostly the same query language in ERP LN's ODBC driver (I don't know the product name). If you choose to go to the underlying SQL Server database directly, then the you will see a data model that is sometimes slightly different, and sometimes a lot so (e.g., in the case of text fields).