Perfect
So, I have another question now.
I'm working with Oracle.
As you know, users can select the db they want connect to.
But the connection string generated by LLBLGEN PRO do not contain the name of the schema, but only the name of the serveur and the catalog.
My question is : how can I specify the name of the schema selected by the user, in the connection string that I have to use with the DataAccesAdapter() constructor ?
Indeed, my Oracle server contains databases which potentially contain different schemas which can all be selected by users.
I hope I'm understandable
Thx