I have a DLL that I have written in VB to automate certain functions in Mapinfo.  When I run the DLL from Access or VB I can open an instance of Mapinfo fine using:
 
Dim MI as object
 
set MI = new mapinfo.mapinfoapplication
 
But when I call the DLL function from SQL server 6.5 I get the message "permission denied".  Funnily enough though, the instance of mapinfo does get created (I can see it in my NT Task Manager).
 
Any Ideas ??
 
Scott.

Reply via email to