shaboo
10th November 2003, 16:43
Hello All,

I am bit familiar with OpenWorld but I have very limited knowledge of the predecessor of it (BCK/BCBE) and I was wondering if somebody can answer my question.

In OpenWorld, if I just want to retrieve data from backend and if it is not that complex, I can simply use a 'Client Side' BOI that uses simple Baan SQL to fetch data from Baan. So in this case, I do not need any 'Server Side' BOI/component. Was this true for BCK/BCBE based BOIs as well? Was it possible to create a BOI in BCK/BCBE that will not need any server side BOI/component?

Thanks in advance.

shasbe
11th November 2003, 20:13
Hi,
In BCK this is not possible. You have to have a server side DLL for BCK. THe model in BCK always called a DLL in Baan. THis was the major enhancement in OW compared to BCK.

REgards
Sudhir Hasbe
e-Emphasys Technologies

baanlover
12th November 2003, 07:10
In BCK, if you are creating a user definded BOI, it automatically creates a DLL that DLL is required in the server, while calling that BOI from client Side. If the BOI is standard, the DLL will be also available in the Server and is required for calling that BOI from client.

~BaaNLover