Posts by wmaicon951 • 31 points
2 posts
-
3
votes1
answer556
viewsQ: Firebird C# standard Singleton
I am using the following function to connect to the database, I am programming in C# in Visual Studio 2013. namespace WindowsFormsApplication1 { static class Conexao { private static String strConn…
-
0
votes0
answers680
viewsQ: Firebird C# create a single connection to the database
I need to create in my application only a connection using the fbconnection that will be shared across the application. I performed this procedure as follows. I created a static class that provides…