imports system.data
imports system.data.sqlclient.sqlexception 【程序编程相关:SmarterTools,DumberD】imports system.data.sqlclient 【推荐阅读:IsObjectClass,theRoo】 private s as string 【扩展信息:如何在ASP环境下利用SOAP来调用C#】public class connect private s1 as string public connect as new sqlconnection("server=yiyang;database=kderp;uid=sa;password=123") sub new() connect.open() end sub public property sql() get return s end get set(byval value) s = value end set end property public property table() get return s1 end get set(byval value) &nbs... 下一页