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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by callsupport1

  1. callsupport1

    ADO.net

    Thanks for all the help Guys. What i am trying to do is connect to a data source SQL and a Database "Sage200_DemoData" and a Table "SLCustomerAccout". I would like to asign some fields from the SLCustomerAccount Table to Text Boxes and then Navigate Forward, Backward, First and Last. Edit the...
  2. callsupport1

    ADO.net

    Thanks thats greta i'll have a go Stephen
  3. callsupport1

    ADO.net

    Hi can you please help a novice. I am trying to learn ADO.NET and have got this far:- Dim connectionString As String = _ "Data Source=(local);Initial Catalog=Sage200_DemoData;" _ & "Integrated Security=true" ' Provide the query string with a parameter...
  4. callsupport1

    will not .MovePrevious() or .MoveLast()

    Hi Experts please help I am new to trying to program so please be gentle. I am using vb2005 and can't use moveprvious or move last but can us movenext and movefirst. Here is my code, don't laugh to much. Public Class Form1 Dim MyConnObj As New ADODB.Connection 'ADODB Connection Object...

Part and Inventory Search

Back
Top