I believe that zemp is correct. DAO is designed to work with the Jet engine (Access). I would suggest opening an additional recordset using ADO. Example,
Set rs = New ADODB.Connection
rs.ConnectionString = "driver=" & DATA_DRIVER & ";server=" & DATA_SERVER &...
The technical answer here is that VB6 is NOT an OOP language like say JAVA or C++ are. It will not (at least I don't know of a way) to easily handle Polymorphism, TRUE Inheritance, etc. But VB6 does have a considerably shorter learning curve and is wonderful for QUICKLY creating usable...
My understanding (for what that is worth) is that when you set RS=NOTHING you not only close the connection to the DB you destroy the recordset object and that is the difference. You will no longer have access to the object, in other words it is not available to be reopened. But I must admit...
The last two postings are absolutely correct (for the most part). If you are familiar with VB6 then by all means go ahead and learn VB.NET. Your learning curve will be substantially shorter than trying to learn C#. BUT if your a new developer then I would highly recommend the additional effort...
WIFILE00003336 is an idetifier for the component that the 'suspect' file belongs to.
Open you msi in the console, and expand the msi. You will see the Featres and components. Select the first component, and select General from the List View.
In the data View on the Right you will see the...
I found this . . . may be it will help
"The error 2715 means:
The specified File key ('[2]') not found in the File Table.
It sounds like you have a Key Path in the msi that references a file, that is not apart of the package.
You can try to the install, then when the error comes up...
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.