与数据库的连接
Public constr As String = "uid=sa;pwd=;database=homework;server=locallost"Public mycon As New SqlConnection(constr)
这段代码对吗
为什么总是连不上
总是提示未处理的system.data.sqlclient.sqlexception类型的异常出现在system.data.dll
2008-04-22 11:17

2008-04-22 20:51
2008-04-23 12:09
2008-04-24 11:11
2008-04-24 11:22