若果每個Form都有幾個datasource(MSRDC),如何可以在login時候(i.e.user enter the username and password in the login form)同時間login所有 Datasource? Dim cn As New rdoConnection Username = txtname.Text PW = txtPw.Text cn.Connect = "dsn=A01;database=tempdb;UID=" & frmLogin.Username & ";PWD=" & frmLogin.PW & ""
Suppose there is a TEXT file on INTERNET like this, "I am a man. We are good friend. ......." I would like to put the above content one line by one line into array. For example,