在delphi中我想用一个sql和SQLSEVER 中的数据库连接,
  就是在 Delphi 的组件 SQL(strings)中怎么写驱动程序怎么写??
比如在ASP就是如下程序:
set conn=server.createobject("ADODB.Connection")
conn.open "provider=SQLOLEDB.1;Persist Security Info=false;user id=用户名;password=密码;" &_
 "Initial Catalog=数据库名;data source=计算机名"