初学delphi ,请问如何设置C\S 模式的连接用 dlphi 做了一个数据库管理软件,想做成C\S模式的,不知如何设置连接方式。用了Adoquery控件. adoconnection控件.[解决办法]Provider=SQLOLEDB.1;Password=密码;Persist Security Info=True;User ID=用户名;Initial Catalog=数据库名;Data Source=计算机名你可以将信息保存到INI文件或者注册表都可以