sharma
29th January 2004, 13:54
hi friends
I want to update data in an external table ( MS Access) through a update session in BaaN .
Thanks in advance
ss
zardoz
29th January 2004, 17:59
I don't think it is possible directly in a baan script.
It is possible, in other way, to update a table declared in Baan DD and link it in access thru odbc.
sharma
30th January 2004, 05:53
Thanks for ur reply.
Please explain in detail .how it can be link.
Regards
mbdagla
31st January 2004, 02:43
U can use the function app_start of dll ottdllbw to invoke any client exe's . These client exe's can access the data in Baan through ODBC and accomplish the objective desired.
For more information ottdllbw search this forum . It has lot of threads with syntax and related technical details.