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