Posts by Tobias França • 33 points
3 posts
-
1
votes1
answer345
viewsQ: How to pass a string as parameter to a C#DLL
I have a dll made in C# with a method that receives a string type parameter, I created a function in Delphi that calls this method and passes the following string in the parameter: ’D: Banks…
-
0
votes2
answers899
viewsA: How to use Firebird database on network with C#?
vc can use the following connection string: User=SYSDBA;Password=masterkey;Database=c:\dados\meubanco.fdb;DataSource=NomeDoServidor; Port=3050;Dialect=3;Charset=NONE;Role=;Connection…
-
1
votes1
answer97
viewsQ: Firebird utilities on C#
How to use library resources Firebird in the C#: FbValidation, FbLog and FbStatistical? I couldn’t find any documentation of Firebird that could help me.…