Example for ASP.NET Web Api connection to Firebird
274 views
Skip to first unread message
Roland Turcan
unread,
May 16, 2022, 2:43:12 AM5/16/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to firebird-net-provider
Hello all,
I am developing my first ASP.net Web API server where I want to access Firebird from Controller. A far as I found, it is not right to connect to Firebird the way I am used to do in standard .NET console apps.
Where can I find any C# example to connect to Firebird?
Thanks to all of you.
Greetings, RT
Jiří Činčura
unread,
May 16, 2022, 3:46:03 AM5/16/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 'Mr. John' via firebird-net-provider
> A far as I found, it is not right to connect
> to Firebird the way I am used to do in standard .NET console apps.
Why not? There's nothing specific about connecting from controller. Open connection, fetch some data, close connection.