comp.lang.ada
 help / color / mirror / Atom feed
From: "Keld Laursen [eMVP]" <kl@unnededideelektronik.dk>
Subject: Re: How can access desktop access database from my unitech pt930(s)
Date: Wed, 11 Feb 2004 08:18:57 +0100
Date: 2004-02-11T08:18:57+01:00	[thread overview]
Message-ID: <ewgPT9G8DHA.2044@TK2MSFTNGP10.phx.gbl> (raw)
In-Reply-To: 3a6166b7.0402101717.7417bd1f@posting.google.com

"Ambassador" <sifre78@yahoo.com> 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.

You cannot do that!

What you CAN do is to write some program on the "server" that copies the
file to the device using the DEVICETODESKTOP function.
This will convert the file into something that is useable by the device (a
.cdb file).

The net should have plenty of examples on using DESKTOPTODEVICE and its
cousin DEVICETODESKTOP form more or less any programming language.

If you really really really want to access the mdb file, you will most
probably have to roll some kind of server program for your "server", and
access that using TCP/IP or some such. You will have to roll your own
protocol for sending queries and datasets, or try and find something to
adopt. In either case, the task isn't trivial.

/Keld Laursen





  reply	other threads:[~2004-02-11  7:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-11  1:17 How can access desktop access database from my unitech pt930(s) Ambassador
2004-02-11  7:18 ` Keld Laursen [eMVP] [this message]
2004-02-11  9:30 ` Paul Newton
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox