Subj : ODBC bindings for SpiderMonkey To : netscape.public.mozilla.jseng From : m.zmierczak@qwantum.pl (Miko?aj Zmierczak) Date : Thu Feb 05 2004 02:16 am Hi, I'm using embedded JavaScript (Spidermonkey) engine in a windows application to automate it. Recently I realized that I will soon need to extend my scripts with datatabase access functionality - since the target DB may vary, I thought that using ODBC would be the best solution. Are there ODBC bindings available for Spidermonkey allowing to call SQLBindParam and other ODBC functions under Windows? What are other alternatives for accessing a database from JS (e.g. COM and DAO, etc)? Best regards, Mikolaj .