|
Q: When I try to connect I get the message "Login failed for User 'username'"
A: Ensure that when you specify the username and password in the Microsoft Data Link properties dialog you also check the box entitled "Allow saving password".
Q: I have used the VB Package and Deployment wizard to build a package for my application and it includes pcpmSqlGenComp. When I run the package to install my application I get an error message relating to the file MSADO25.TLB.
A: MSADO25.TLB is one of the dependency files for pcpmSqlGenComp. It will have been included in your package because of this fact. The VB Package and Deployment wizard has a bug which means that it uses the macro $(DLLSelfRegister) for some TLB files when it should use $(TLBRegister). To solve this problem edit your Setup.lst file and Change $(DLLSelfRegister) to $(TLBRegister) for MSADO25.TLB. (please refer to Microsoft Knowledgebase article Q299645 for further details).
Q: Are there any code samples giving examples of how to use pcpmSqlGenComp?
A: Yes these are installed to the Samples sub-folder within the main installation folder.
Contacting the Support Team
Email
Customer Support: support@pcpmsoftware.co.uk
Or you can use the feedback form to send us any comments you may have concerning our
web site, company, products, or services.
|