View Single Post
  #4  
Old 06-27-2010, 11:03 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

The db.ini looks fine as is.

Try register the ocx by removing the /s at the end and see if anything fails.


regsvr32 a.ocx
regsvr32 DXAnimatedGIF.ocx
regsvr32 imagelist.ocx
regsvr32 MSCOMCTL.OCX


also, I looked in the program code, and that error comes from 2 possibilities.

One is this sql fails
Code:
 SELECT value FROM variables WHERE varname='DBVersion'
or a.ocx fails to register


GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//

Last edited by GeorgeS; 06-27-2010 at 11:12 AM..
Reply With Quote