473,395 Members | 2,689 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

How can access desktop access database from my unitech pt930(s)

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.
Nov 12 '05 #1
2 1391
"Ambassador" <si*****@yahoo.com> wrote in message
news:3a**************************@posting.google.c om...
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
Nov 12 '05 #2
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
si*****@yahoo.com (Ambassador) wrote in message news:<3a**************************@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.

Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Mike_red | last post by:
Hello, I hope someone can solve my problem here. I am currently working/programming a website using Debian Linux + Perl + PHP + PostgreSQL + Apache. Some data in the postgreSQL server must...
1
by: Farouq | last post by:
Hi all, I have database which the front end is installed on c:\database\sample.mdb and the backend on a server. The problem i am havin is wen i set the database for user such as joe blogs...
14
by: D | last post by:
Hey guys- not sure where this post fits in, so I cc'd a few other groups as well- hope you dont mind... I have someone creating a database for me in Access 2000 (or is it called XP?). When it's...
5
by: premmehrotra | last post by:
I currently have a multi-user access database which is put on a shared drive L: on a Windows Servers. Entire database is one file premdb.mdb. Users access this database from their laptops....
4
by: rcmail14872 | last post by:
I have MS SQL Server 2000 evaluation version on my desktop PC. I have the SQL Server client tools (only) on the laptop. The two computers are networked. I had an Access MDB database on my laptop,...
56
by: Raphi | last post by:
Hi, I've been using an Access application I wrote for an office with the front-end stored on all computers and the back-end on one of them serving as an Access file server. Now we're moving...
2
by: James | last post by:
Dear Access Guru's, Hopefully you can help me (as Microsoft don't seem to be able to) We have an Access database on a Windows 2003 server with 5 CALS in our office. Access is loaded onto...
16
by: JonnyD | last post by:
I am working on a project to build a reporting web app from an exsiting database that is controled by a local application. The application that has control over the database creates a lock file to...
6
by: dbuchanan | last post by:
I have a Windows Forms application that accesses SQL Server 2k from a small local network. The application has been used for weeks on other systmes but a new install on a new machine retruns...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.