摘要:
SQL Server ODBC standard Security: "Driver={SQL Server};Server=Aron1;Database=pubs;Uid=sa;Pwd=asdasd;" trusted connection: "Driver={SQL Server};Server=Aron1;Database=pubs;Trusted_Connection=... 阅读全文
摘要:
Oracle 9i默认: 1.用户名:scott 密码:tiger 权限:普通用户 2.用户名:system 密码:manager 权限-dba用户 阅读全文
摘要:
本文参考"Beginning SQL: Differences Between SQL Server and Oracle-A Quick Intro for SQL Server Users",作者Les Kopari 本文比较适合刚接触Oracle的SQL Server开发人员. I. 简单概念的介绍 1. 连接数据库 S: u... 阅读全文