before the work,do 2 things
1.install sybase client(609,32bit)
2.install the bde driver for sybase
use BDE Administration 
1.Menu Object->New...
2.Dialog "New DataBase"->select sybase
3.fill an alias name for the sybase server u want to connect!
4.change the server name to the sybase server's name in sqledit
5.change the user name to your sybase database user's one
6.save your configuration
7.click the + near the alias
8.a dialog prompt u for the password of the user
9input password,then u log into the database server

解决方案 »

  1.   

    谢谢诸位的回答,如果不安装Sybase client能否连接?如果
    发行程序时应注意什么?
      

  2.   

    我也想知道不安装Sybase Client怎样连接?
      

  3.   

        其实 SYBASE CLIENT 的安装除了所需文件的拷贝,就是用 WSYBSET.BAT 设置
    环境变量。你可以将DLL、SCRIPT、INI等目录下的文件打包、或用 SYBASE ODBC 
      

  4.   

    BDE ,OBJECT--new (类型为SYBASE)-- hostname (设定IP地址),DATABASE NAME设定数据库别名,SERVER NAME设定数据库所在计算机名称,USER NAME设定为SA(管理员)。在程序中即可直接访问。
      

  5.   

    crazyhorse的回答比较全面。但在install sybase后应增加:用sql edit(v11.5以下)
    /dsedit(v11.5及以上)配置sybase open client。即指定与sybase连接的协议(tcp/
    ip、name pipe,etc)及服务器(如指定服务器的ip地址等)。
      

  6.   

    bde driver for sybase
    有下载吗?
      

  7.   

    BDE Driver for Sybase在安装Delphi的时候已经装上了。
      

  8.   

    可以啊,你安装了sysbase的客户端了吗
      

  9.   

    我有ado在安装完客户端完全没有问题啊,前提你的客户端配置正确
      

  10.   

    借宝地问一下:朋友有一套SYSBASE12(4CD),市场价格多少啊
      

  11.   

    我有ado在安装完客户端完全没有问题啊,前提你的客户端配置正确 怎么配?
      

  12.   

    我要把一个电费收费系统的数据用DELPHI进行导入、导出,怎么导?收费系统是用PB+SYBASE
      

  13.   

    nativedb用过吗
    好像是连接sybase数据库的构件
    可以到http://www.nativedb.com/去看看