2008年6月19日
摘要: 以下为SQL SERVER7.0以上版本的字段类型说明。SQL SERVER6.5的字段类型说明请参考SQL SERVER提供的说明。 字段类型 描述 bit 0或1的整型数字 int 从-2^31(-2,147,483,648)到2^31(2,147,483,647)的整型数字 smallint 从-2^15(-32,768)到2^15(32,767)的整型数字 tinyint 从0到255的整... 阅读全文
posted @ 2008-06-19 09:40 鹏蝈蝈 阅读(192) 评论(0) 推荐(0) 编辑
摘要: ConnString="Driver={SQL Native Client};Server=(local);Database=szyang;Uid=sa;Pwd=123456;"ConnString="Driver={SQL Native Client};Server=(local);Database=szyang;Trusted_Connection=yes;"ConnString="Drive... 阅读全文
posted @ 2008-06-19 09:36 鹏蝈蝈 阅读(1385) 评论(0) 推荐(0) 编辑