Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection lost to database with embed connection [DNET804] #741

Closed
firebird-automations opened this issue Jan 30, 2018 · 1 comment
Closed

Comments

@firebird-automations
Copy link

Submitted by: Zeki Gürsoy (anemos)

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\(\)
@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => Closed [ 6 ]

resolution: Cannot Reproduce [ 5 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants