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!

Recent content by SwanSong4

  1. SwanSong4

    SSTAB. Double click in list view - pass info to next tab

    General D. Public cnPAIC As New ADODB.Connection Public rsAppMaster As New ADODB.Recordset Private Sub Form_Load() With LvwList1 .ColumnHeaders.Add , "Quote", "Quote Number" .ColumnHeaders.Add , "LName", "Last Name" .ColumnHeaders.Add ...
  2. SwanSong4

    SSTAB. Double click in list view - pass info to next tab

    Thanks, I guess I was really looking for SSTab1.tab = 1. My next concern is trying to double click in the list view box and carry the information to the next tab. From the first screen, its just 2 text boxes, and a find command button, when you enter a name or letter and click find, the...
  3. SwanSong4

    SSTAB. Double click in list view - pass info to next tab

    I am using SSTab, I am trying to set it up where you enter a name, then click a command button (find) and it will show a list box with First name, last name, and a number. When you double click on the number, I want the TAB to pull the info thats related to the number (in database) and send that...
  4. SwanSong4

    No value given for one or more required parameters

    I am just trying to connect to a database, the error message comes right when I run it. I am using Adodc. The connection string is set and the test connection works. connection string is Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\JH_VB_DB\PAICdb.mdb;Mode=Read|Write;Persist Security...
  5. SwanSong4

    No value given for one or more required parameters

    I am just trying to connect to a database, the error message comes right when I run it. I am using Adodc. The connection string is set and the test connection works. connection string is Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\JH_VB_DB\PAICdb.mdb;Mode=Read|Write;Persist Security...
  6. SwanSong4

    No value given for one or more required parameters

    Thought I was getting somewhere, it seems everytime I get past one thing its another. I've had many problems, from drivers coming up missing to PC problems. I am working on connectivity with ADO and I have set my Data sources and fields. After this when I try and run the program it says...
  7. SwanSong4

    ADO connect, don't really know what I am doing!

    Using ADO, how do I connect to a database? I am just looking for something that will connect, I have my record source and connection string in the properties done. BOF action is set to 0-adDoMoveFirst and EOF action is 2-adDoAddNew. The name is ADOaddnew. With this said.. and this is the code...
  8. SwanSong4

    ADO could not find the specific provider, how do I fix this?

    Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\JH_VB_DB\PAICdb.mdb;Persist Security Info=False thats my connection string. Now when I click on build and select Microsoft Jet 4.0 OLE DB Provider and then click next and it says "Selected provider is not available. Check to see whether the...
  9. SwanSong4

    ADO could not find the specific provider, how do I fix this?

    I am new here, not the best in VB but I am trying to learn some. I am using ADO Data Control in my program and when I load it, or try to run it, it says "ADO could not find the speific provider." I've looked around some and did not find anything helpful. Any suggestions?

Part and Inventory Search

Back
Top