Connection lost to database with embed connection
-------------------------------------------------
Key: DNET-804
URL: http://tracker.firebirdsql.org/browse/DNET-804
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider
Reporter: Zeki Gürsoy
Assignee: Jiri Cincura
Firebird 3.0.2 64 bit, application 64 bit, Provider 5.12.1.0
When I conneccting to database with embed connection, I get error message 'connection lost to database'
My connection and code below:
Dim cn As String
cn = "ServerType=1;User=SYSDBA;" &
"Database=C:\Program Files\Firebird\Firebird_3_0\examples\empbuild\EMPLOYEE.FDB;" &
"ClientLibrary=D:\PROGRAMLAR\fbembed.dll"
Dim x As New FirebirdSql.Data.FirebirdClient.FbConnection(cn)
x.Open()
x.Close()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|