Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. simickey

    RichEdit line insertion error

    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...
  2. simickey

    Multiple-step OLE DB operation generated errors.

    thanx jasen, I had solved my problem, I think should be the * problem when I excute sql. I chaged it to select (table_name), all works fine
  3. simickey

    how to use pointer in vb

    I want point to a file, so that I can send this file via TCP, could anyone help me? thanks a lot!
  4. simickey

    Multiple-step OLE DB operation generated errors.

    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...

Part and Inventory Search

Back
Top