The following is from a FAQ
Make sure that the PATH parameter of the alias is blank and the SERVER NAME parameter is setup correctly. Following are examples of correct SERVER NAME parameters: For local access: c:\ibserver\examples\employee.gdb For network access using netbeui: \\server\\c:\ibserver\examples\employee.gdb For network access using TCP/IP server:c:\ibserver\examples\employee.gdb [Win NT] server:/usr/interbase/examples/v4/employee.gdb [Unix] Example of a correctly setup BDE alias: TYPE INTRBASE PATH SERVER NAME server1:c:\ibserver\examples\employee.gdb USER NAME SYSDBA OPEN MODE READ/WRITE SCHEMA CACHE SIZE 8 LANGDRIVER SQLQRYMODE SQLPASSTHRUMODE SHARED AUTOCOMMIT SCHEMA CACHE TIME -1On my system, Path is not a parameter.
Windows 98
INTERSOLV InterBase ODBC Driver (*.gdb)Set Database Name to
ConputerName:C:\Program Files\Common Files\Borland Shared\Data\employee.gdbIn the Database Explorer, set ODBC DSN (only valid values appear in the list) and User Name (the ODBC name will not be used). Leave Database Name blank.
In the Database Explorer, when the connection is via ODBC, only Tables and Procedures are visible, and you are not able to add or restructure tables.
In the default database, several tables produce "key violation" errors, but they read ok using the BDE INTERBASE driver.
Windows XP
Database Desktop
In general, this interface is not very useful for Interbase/Firebird databases.
Run this via Start / Programs / Delphi / Database Desktop
To open a Firebird table, click the Table Open toolbar icon ( or File / Open / Table...) and select the appropriate BDE alias. Once you have logged on, you can select the table.
Create a new Database
InterBase Frequently Asked Questions contains many helpful topics.
Author: Robert Clemenzi - clemenzi@cpcug.org