Help About NavicatMySQL Premium

11/12/2012 01:37 pretzel666#1
Ok so when i go to open my navicat , i get an error message saying "Missing Sqllite.dll , reinstalling may fix this problem or w.e , now ive uninstalled reinstalled 5 times , went in safe mode , still does it , anyone know how to fix it? :/
11/12/2012 13:36 ~Sword~Stalker~.#2
[Only registered and activated users can see links. Click Here To Register...]
all u need is to donwload the sqlite dll
u also have : [Only registered and activated users can see links. Click Here To Register...]

put the dll in windows/system32 or go to start/run

type cmd

in the console type

regsvr32 <path & filename of dll >

so if you put it in c:/windows/system32/sqlite3.dll you type;

regsvr32 c:/windows/system32/sqlite3.dll
11/12/2012 16:10 pretzel666#3
# Problem Solved , thanks sword