Skip to content

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

@firebird-automations

Description

@firebird-automations

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\(\)

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions