Interbase


OS:

Company:

Properties:

Configuration data

Key Description
DATABASEUSER user name
DATABASEPASS user's password
DATABASE database name

Remarks:

In Iinterbase database name include server architecture/OS, hostname, port and protocol, here are some examples (You can use this table as hacking guide:)

General database "pattern"
	<hostname><:>[local_machine_path_to_database_file]
Windows 95/98 or Windows NT, possible i386 architecture, host 127.0.0.1, TCP
	127.0.0.1:c:\ib\proba.gdb
Windows local engine (Interbase ability, no external TCP connections)
	c:\ib\proba.gdb
Windows NT, possible i386 architecture, Ms Network host "\\server\", NetBIOS
	\\server\ib\proba.gdb
UNIX (unknown), unknown architecture, host 127.0.0.1, TCP
	127.0.0.1:/usr/data/proba.gdb
UNIX local engine (Possible throught UNIX socket, no external TCP connections)
	/usr/data/proba.gdb