Yuvaraj Athur Raghuvir wrote:
When I try to run test.ijs, I get the following error:


]db=: 'psqlite'conew~ FDIR,FDB
|domain error: cd
|   r=.    sqlite_open y;c1=.,_1

I have
a) SQLite.exe built after downloading the sources. This is at
D:\implementation\sqlite\bld\sqlite.exe
b) SQLite addon for J. This is at D:\program files\J\addons\sqlite

I unpacked the addon and am trying to use it.

I checked the following:
  names ''
FDATA                     FDB
FDDL
FDIR                      cells
frame
inspect                   sqlSpjBySupplierAndWeight
sqlSummary

When I change the locale with
  cocurrent 'psqlite'

I am able to see sqlite_open.

Is this a name resolution problem in base locale?

I have found that domain errors in cd are generally problems related to the dll interface. Running

cder''

will give more information about the error. The documentation page D:\program files\j\system\extras\help\user\cd_domain_error.htm shows how to decode the results of cder.

--
David Mitchell
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to