
DB
iteye_14490
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
微软之日 --- SQL Server 2008
讲师:徐晓卓 时间 2007/12/3*快速开发 1. ADO.NET Entity Framework 2. Language Integrated QueryCase: 可以在C#中写 Select语句 实现内存对象和DB对象的直接映射 这样就不需要象以前一样,先把Table的数据取到Memory中,然后对Memory进行一番运算后,再存回到...2009-04-25 15:47:28 · 87 阅读 · 0 评论 -
DB ConnectString
System.Data.SqlClient.SqlConnectionSQL Server 7.0 以上专用System.Data.OleDb.OleDbConnection可连接 Access, SQL Server,OracleSystem.Data.Odbc.OdbcConnection通过ODBC连接(效率低)System.Data.OracleClie...2009-04-25 15:56:47 · 306 阅读 · 0 评论 -
Postgre 中列出Column情报的命令
类似于SQL Server中的 sp_columnsd [tableName]2009-04-25 15:57:25 · 317 阅读 · 0 评论 -
Install PostgreSQL8.3 in MS Vista
If you install PostgreSQL8.3.0 in MS Vista,you will encounter the Error.8.3.1 Fixed this problem2009-04-25 16:18:14 · 123 阅读 · 0 评论 -
Install postgresql-8.4.1-1 on windows
Please don't select "default" in locale when you are using no-English version windows, or you will the following error > Problem running post-install step. Installation may not complete correctly...2009-10-03 21:36:15 · 189 阅读 · 0 评论 -
[Postgres] copy Table from windows filename
filename The absolute path name of the input or output file. Windows users might need to use an E'' string and double backslashes used as path separators. example: copy bi_k1_q_net fr...2009-10-10 15:15:18 · 173 阅读 · 0 评论