如何设置Insterbase server 为TCP/IP方式访问,并用Delphi5 访问GDB数据库吗?

解决方案 »

  1.   

    我想,应该不存在设置interbase server为tcp/ip方式访问。具体每个客户端用什么协议连接interbase server应该由客户端决定,而server只是决定支持哪些协议。
    至于在delphi 5下面,可以用ibx控件连接interbase.建议升级delphi 5的ibx.其中ibdatabase.databasename可以决定用什么协议连接server.下面是帮助:
    To connect to an InterBase database on a remote server using TCP/IP the syntax is <server_name>:<filename>.To connect to an InterBase database on a remote server using NetBEUI, the syntax is: \\<server_name>\<filename>.To connect to an InterBase database on a remote server using SPX, the syntax is: <server_name>@<filename>.