注册 登录
编程论坛 VB6论坛

用户定义类型未定义

wellhide 发布于 2012-03-14 22:24, 485 次点击
Public Function cnn() As adodb.connection
    Set cnn = New adodb.connection
    cnn.open "provider=microsoft ace oledb.12.0;persist security info=false;user id=sa;initial catalog=accdb_'进销存管理系统'"
   
End Function
1 回复
#2
Artless2012-03-15 00:19
引用
1