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!

function returns recordset

Status
Not open for further replies.

Niv3k

Programmer
Jul 11, 2001
350
US
On my windows 2000 developement machine, the line
Code:
Private Function GetSummary() as ADODB.Recordset
works fine, but when I compile the program and run it on an NT4 box, I get an automation error. Has anyone seen this before, and is there some sort of service pack or something I should run, or a new version of MDAC_TYP?

Kevin
 
Yes, it could be the MDAC - we sometimes get that error is our app hasn't been installed properly on the PC - maybe Win 2000 has got different dlls/ocx's etc that NT cannot cope with?
 
Make sure VB6 uses SP5, and you are using MDAC 2.5 or higher. Add the MDAC exe to the setup program (should automatically install when setup is ran) [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top