Hi,
I have created custom functoid to insert values into database table using C# code. In the class file I do database connectivity.
But I wanted to know how I can connect and open the database at a one time instead of connecting and opening at each time in the operation in map. That is connect and open the database while the process is executing itself, it can be open only once and after the target transformation is done, closes and disconnects.
Does any one have a solution
Thanx.