From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 10b7d3,13d78d83336f164c X-Google-Attributes: gid10b7d3,public X-Google-Thread: ff0ac,13d78d83336f164c X-Google-Attributes: gidff0ac,public X-Google-Thread: f7600,13d78d83336f164c X-Google-Attributes: gidf7600,public X-Google-Thread: f64f7,13d78d83336f164c X-Google-Attributes: gidf64f7,public X-Google-Thread: 103376,13d78d83336f164c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-11 01:30:21 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: paulnewton44@hotmail.com (Paul Newton) Newsgroups: comp.databases.ms-access,comp.lang.ada,comp.database.ms-access,microsoft.public.windowsce.embedded.vb,comp.os.ms-windows.ce Subject: Re: How can access desktop access database from my unitech pt930(s) Date: 11 Feb 2004 01:30:20 -0800 Organization: http://groups.google.com Message-ID: <35a0112.0402110130.58226875@posting.google.com> References: <3a6166b7.0402101717.7417bd1f@posting.google.com> NNTP-Posting-Host: 194.216.132.237 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1076491821 20706 127.0.0.1 (11 Feb 2004 09:30:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 11 Feb 2004 09:30:21 +0000 (UTC) Xref: archiver1.google.com comp.databases.ms-access:18612 comp.lang.ada:5423 comp.database.ms-access:7009 microsoft.public.windowsce.embedded.vb:1063 comp.os.ms-windows.ce:7091 Date: 2004-02-11T01:30:20-08:00 List-Id: My application scenario is identical to yours, I too use a Unitech PT930SA to read/write to a server-based database, (although I'm accessing a dBase database). I spent 6 weeks looking into the various ways of communicating with a server over Wi-Fi, my task was complicated further as I also needed to access server-side business logic, as we needed a very thin client. The options I looked at were: -DCOM, forget it, not supported by Unitech -Winsock, this works well for transfering small packets of data to/from the server, but is flawed when the data is large. -Third-party tools, there are various tools available for you to communicate with the server, the best one I found was VIAXML from Odyssey Software, they also have CEFusion which might help you. -RAPI, didn't really get to look at this too much. -SOAP? I think that if you just want a direct link to update your database and not to business logic, then you may need to move your database to SQL Server for CE. Hope this helps.. Paul Newton sifre78@yahoo.com (Ambassador) wrote in message news:<3a6166b7.0402101717.7417bd1f@posting.google.com>... > How can I access server mdb file database by using embedded vb from > my handle device. I need a sample code. Thank you > My device is PT930 and pt930S.