Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   Conexión con bases de datos (https://www.clubdelphi.com/foros/forumdisplay.php?f=2)
-   -   odbc + firerbird 2.1 64b + w7 64b error (https://www.clubdelphi.com/foros/showthread.php?t=86062)

ASAPLTDA 12-06-2014 02:31:48

odbc + firerbird 2.1 64b + w7 64b error
 
Buenas Noches Foristas
Estoy tratando de configurar una conexion odbc para firebird 2.1 64b en un windows 7 64b
Descargue el odbc de la pagina de firebird version 64b
instale
LLamo el odbc y registro la base de datos en la hoja DNS ,
Al probar la conexion la respuesta es siempre es que no es posible conectarse a la base de datos

Podria alguien orientame como se hace la conexion? como debo escribir la ruta de la base de datos?
la hecho asi pero no funciona 192.168.2.115:C:\SERVINET2011\SERVINETDB 2011.FDB, C:\SERVINET2011\SERVINETDB 2011.FDB,
no encuentro ningun de errores
gracias por su aportes

ASAPLTDA 12-06-2014 03:19:10

Coneccion Odbc
 
hOLA ,
Gracias a la pagina http://web.synametrics.com/firebird.htm donde explica como se debe configurar el odbc
Client: Leave this blank. This is only required for embedded servers.
una vez deje este campo en b lanco me pude conectar

adjunto documentacion de esa pagina

Following table discusses some important parameters required during ODBC setup

Data Source Name: This field identifies the data source and you will see this in WinSQL's connection window.



Database: This is the most important information and is often mistyped by new users. Since we are using the SuperServer architecture, this field expects a host name, TCP/IP port, and the file name representing the database. The format of this string is HostName/Port:FileName . You can omit the TCP/IP port number if the server is listening on the default port, which is 3050. For file name you can either use UNIX style or Windows style separators.

Client: Leave this blank. This is only required for embedded servers.

Database Account: This is the login id. Try using SYSDBA, which is a pre-built account that comes with Firebird

Password: The default password for SYSDBA is masterkey

Role: Leave this blank, particularly if you are using the SYSDBA account.


La franja horaria es GMT +2. Ahora son las 20:38:04.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi