Hi JCHD,

Thnx for your notice. Of course I checked the AutoIt forum first. There is
indeed some discussion on this topic, but no solution that worked for me. I
also checked the solution by atensoft (actually I used this for a while,
but couldn't find out how to properly write a wrapper for it in
server/client configuration). Anyway I wrote with the default sqlite dll
and the default tcp Autoit libraries a server/client solution. As I said in
my first post this worked.

The question however remains how can I keep using sqlite serverless on a
networkshare. The current implementation relies on calling directly the OS.
This doesn't work, so I wonder if the devs will make changes to avoid these
errors, instead of warning users the avoid a common use case scenario.

Simon wrote


2013/1/8 Jean-Christophe Deschamps <j...@antichoc.net>

> Raymond,
>
>
>  So I checked some server/client solutions from
>> http://www.sqlite.org/cvstrac/**wiki?p=SqliteNetwork<http://www.sqlite.org/cvstrac/wiki?p=SqliteNetwork>.
>> But as there wasn't a
>> solution that supported my script
>> language (Autoit) I ended up writing my own server/client solution. This
>> worked for me, but I still have some questions regarding this issue:
>>
>
> I'm the de-facto maintainer of the SQLite AutoIt UDF. While the UDF
> currently relies on the standard SQLite .dll file I believe you could try
> using a variant library enriched with a TCP/IP client/server layer like
> this one:
> http://www.atensoft.com/dev/**sqlite3.php<http://www.atensoft.com/dev/sqlite3.php>
>
> I never looked at it closely but I guess it would be fairly easy to make a
> compatible wrapper around this version.
>
> Anyway I advise you browse the US AutoIt forum as there have been some
> discussions about such shared use. You can join me there as jchd (MVP) and
> also on the french AutoIt forum (also jchd).
>
>
> ______________________________**_________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-**bin/mailman/listinfo/sqlite-**users<http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users>
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to