You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @cincuranet -
I'm completely new to Firebird but I have a project where I need to read data from a .FDB file in a serverless environment.
I'm pretty sure I need the FirebirdSql.Data.FirebirdClient nuget package and I need to use FirebirdSql.Data.FirebirdClient.FbConnection, but I can't seem to figure out how to establish a connection.
Do I need to set a ClientLibrary? If so, is there a nuget package I can reference that includes that?
The text was updated successfully, but these errors were encountered:
Hi @cincuranet -
I'm completely new to Firebird but I have a project where I need to read data from a .FDB file in a serverless environment.
I'm pretty sure I need the
FirebirdSql.Data.FirebirdClient
nuget package and I need to useFirebirdSql.Data.FirebirdClient.FbConnection
, but I can't seem to figure out how to establish a connection.Do I need to set a ClientLibrary? If so, is there a nuget package I can reference that includes that?
The text was updated successfully, but these errors were encountered: