Ujval Mysore <[EMAIL PROTECTED]>
wrote:
> Can you please help me to understand the point - "Only script running
> in chrome (basically, in FireFox extensions) can
> access XPCOM components". Excuse for my ignorance.
>
> I was able to use SQLite in Internet Explorer using client side ADO.

In order for you to use ADO, didn't you have to set up ODBC datasource 
first, outside the browser? And/or alter IE's security settings to allow 
running unsafe ActiveX controls? I would be surprised if IE lets any 
random HTML page access an arbitrary file on the user's machine in its 
default security configuration.

FireFox allows signed scripts to request privileges to access XPCOM 
components (it's up to the user to grant or deny such privileges). See

http://www.mozilla.org/projects/security/components/signed-scripts.html

You want UniversalXPConnect privilege.

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to