Re: [Jprogramming] ddsqlite error on win 7

2012-09-05 Thread bill lam
both 32 and 64-bit binary dll are included in that addons for windows. He needs to provided more detail information as suggested. Срд, 05 Сен 2012, Eric Iverson писал(а): > The cder'' result will likely indicate file not found, which means the > sqlite biniaries aren't installed, or aren't install

Re: [Jprogramming] ddsqlite error on win 7

2012-09-05 Thread Eric Iverson
The cder'' result will likely indicate file not found, which means the sqlite biniaries aren't installed, or aren't installed where the code is looking. I think sqlite might be a standard part of some unix installs, but not in windows. Check the wiki etc for info on installing sqlite on windows. O

Re: [Jprogramming] ddsqlite error on win 7

2012-09-05 Thread Raul Miller
I do not know what's going wrong here, but you can get more information about errors: http://www.jsoftware.com/docs/help701/user/cd_domain_error.htm FYI, -- Raul On Wed, Sep 5, 2012 at 1:02 PM, Emir Ustamujic wrote: > Hi, > > The following code works perfectly on my Fedora system but on windo