Hi All,
i'm creating database using C#. Everything works fine, creating database, creating stored procedures from file. then i use connection_name .Close() to close connection to database, but connection still stays open till i close whole application.
I need to close all connections immediatelly.
How can i do this from C# code?
Please help.
Thanks a lot
i'm creating database using C#. Everything works fine, creating database, creating stored procedures from file. then i use connection_name .Close() to close connection to database, but connection still stays open till i close whole application.
I need to close all connections immediatelly.
How can i do this from C# code?
Please help.
Thanks a lot
Comment