Subject | RE: [firebird-support] How to connecto to an embedded Firebird? |
---|---|
Author | Leyne, Sean |
Post date | 2011-07-11T16:54:51Z |
Walter,
Sean
> lcCadenaConexion = "DRIVER={Firebird/InterBase(r) driver};" ;Remove the "SERVER" parameter to connect to a local database using the embedded engine.
> + "SERVER=localhost;" ;
> + "USER=WALTER;" ;
> + "PASSWORD=123456;" ;
> + "DATABASE=E:\VISUAL FOXPRO\SQL_COLEGIO\FBEMBEDDED\ADMIN.FDB;" ;
> + "OPTIONS=131329;"
Sean