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!

Search results for query: *

  • Users: 121410
  • Content: Threads
  • Order by date
  1. 121410

    Set user name and password for mail account in VB

    I have a mail account in Outlook 2000 and a VB application used to read and process received messages.And a dont know how to set user name and password programmatically in my VB application, not set in Outlook. Can you tell me how to do that??
  2. 121410

    Still Index error

    Now my Code is Set cn = new ADODB.Connection Set rs = new ADODB.Recordset With cn .ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & "myDatabase.mdb" .Open End With rs.Open "Select * from myTable",cn, adOpenDynamic...
  3. 121410

    Index Error

    Here is my problem I use VB6.0 and Access 2000 My Code is Set cn = new ADODB.Connection Set rs = new ADODB.Recordset With cn .ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & "Test.mdb" .Open End With rs.Open "Select * from...

Part and Inventory Search

Back
Top