masterfy

 

2008年10月23日

VB6连接数据库

摘要: '连接SQL数据库 Private Sub BindSQLData() Dim cn As New ADODB.Connection Dim Rs As New ADODB.Recordset Rs.CursorLocation = adUseClient 'strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Sour... 阅读全文

posted @ 2008-10-23 14:30 masterfy 阅读(1555) 评论(0) 推荐(0)

VB记录

摘要: 因工作需要用到VB6,使用过程中的一些问题记录于此 阅读全文

posted @ 2008-10-23 14:26 masterfy 阅读(1071) 评论(0) 推荐(0)

导航