I got this problem when I try to send data to internet via TCP. The data is read from SQL SERVER, data type defined in SQL SERVER is Text, and the data file size reach to 50K. I understand that the data size can not up to 8060 bites per textbox in VB, but I save this data to an array, and send...
how to change the rs cursor type to a static cursor? I also have this problem, and the following is my code
Dim adoConn As New ADODB.Connection
Dim adoRsCom As New ADODB.Recordset
Dim adoRsBak As New ADODB.Recordset
Private Sub Command1_Click()
Set adoConn = New ADODB.Connection
Set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.