Subject RE: [firebird-support] How to connecto to an embedded Firebird?
Author Leyne, Sean
Walter,

> lcCadenaConexion = "DRIVER={Firebird/InterBase(r) driver};" ;
> + "SERVER=localhost;" ;
> + "USER=WALTER;" ;
> + "PASSWORD=123456;" ;
> + "DATABASE=E:\VISUAL FOXPRO\SQL_COLEGIO\FBEMBEDDED\ADMIN.FDB;" ;
> + "OPTIONS=131329;"

Remove the "SERVER" parameter to connect to a local database using the embedded engine.


Sean