Is there a database tool for pocket pc like MS access for WM5.
I have seen this : http://www.kaione.com/index.html
Any ideas
Hi Digs,
I have SprintDB Pro 3.0 and it works firn on WM 5.0. You can create forms/subforms/fields and program their behaviour like in MS Access, and you can synchronize the tables and DB with and Access DB on the desktop PC. Give it a try, it is worth to have a look at least.
Hey
I've had my Orange SPV 3100 for about a week and a half now. 1st impressions is great. Just awaiting for the microSD to be delivered (Tight gits Orange dont provide one in the box ) to take full advantage of the M3100's capabilities.
Anyways
I've been accessing the web through my home wi-fi set up but what I really want to do is be able to access my files on my PC thru my M3100 using wi-fi rather than being conected using the USB and vice versa. Ideally i want to be able to copy files between the two. I've searched on this forum and others but havent come across anything yet I was just wondering if this was possible and how I'd go about doing it.
Thanks in Advance
All Help Appreciated.
Yeah, I"m interested in this too.
I have googling few days with different queries for accessing PPC files over WiFi, but without success.
The only software I have found which can access files from PPC over WiFi is SOTI Pocket Controller Pro, but it is far from ideal (e.g. cannot map PPC folder to drive on desktop PC) so you can only copy/move files between this app and windows explorer. Using file managers like Total Commander isn"t possible or other software (e.g. sync software) which access data by drive letters.
Second solution which I have is to set up FTP server on PPC (like ShareIT FTP Server) and use ftp-to-drive software on desktop PC, but I havn"t test this yet). In this case using Total Commander and other file managers would be possible, but I havn"t yet test this.
The last possible solution would be sharing desktop PC folder as an virtual storage card with microsoft network file sharing service and accessing it from PPC by apps like PocketLAN - but this is accessing PC"s files from PPC - which is not point of interest of this thread.
So finally, I havn"t found easy way to access PPC storage over WiFi.
Anyone have other ideas?
I use SPB Financial, however, I would like to use Pocket Quicken 2007 as I use that on my PC and Laptop.
The problem I have is that I cannot use ActiveSync and have not been able to use AS since September 2006. I have tried everything except a Hard Reset to correct the AS connectivity problem.
Is there a Pocket Quicken 2007 CAB file out there? I have done numerous Google searches and cannot find anything except the EXE file that requires AS to install Pocket Quicken on my MDA. Any help would be appreciated. I did download the file and have not had success in installing it on my MDA since I cannot use AS.
Hi,
I need to start a program on my PC from my XDA (connected by ActiveSync 4.5). I'm running Windows Mobile 5. How could this be done?
Regards, Gerrit
therminal services
and vnc
are 2 ways to do it
I don't want to see the PC's screen on my PDA (will be very slow anyway). I just need to be able to start a program (for example "notepad.exe") on the PC. I don't have to see the program on my PDA. It just has to run on the PC. That's all!
Regards, Gerrit
I think it is only possible to start an application on the device
from desktop with RAPI. The other way is not possible with
ActiveSync. You can write your own server that runs on the desktop
and a client on the ppc. Then send commands from pda client
to the server that starts then your application.
Houser
Hello Hauser,
Problem is that the command has to be possible both with ActiveSync (cable) and when syncing with GPRS/UMTS (wireless). Could this be done with RAPI?
Regards, Gerrit
If you use GPRS then you cannot use ActiveSync.
ActiveSync is only possible if you connect via USB.
RAPI can only be used from a desktop application to communicate with
the pocket pc, copy files, start applications on the PPC,...
So what do you want to do exactly with your app?
Houser
when connected to the pc using activesync or wifi or bluetooth PEN
make a normal network connection
and it should be transparent for the applications as they just see the connection
Hi Houser,
1. My PDA application exports lines from a PDA database to .CSV files.
2. On my PC I have to run an import & conversion program to load the exported lines into a server database
3. My PDA has to import other (new) files into the PDA's relational database
With USB syncing this works fine. I now have to run the PC's program manually. I want to control the whole process now from my PDA.
That's all...
Regards, Gerrit
If I remember right, a drive symbol is mounted on "My Computer" when Active Sync connects the device, right? So has anyone already tried to use an autorun enrty (autorun.inf like on CDs) on the PocketPC?
broekhuis said:
Hi Houser,
1. My PDA application exports lines from a PDA database to .CSV files.
2. On my PC I have to run an import & conversion program to load the exported lines into a server database
3. My PDA has to import other (new) files into the PDA's relational database
With USB syncing this works fine. I now have to run the PC's program manually. I want to control the whole process now from my PDA.
That's all...
Regards, Gerrit
Click to expand...
Click to collapse
So ok.
I would do this as follows:
1) Write a desktop application that uses ActiveSync RAPI to start you PDA export application
2) Then in your desktop app use RAPI to copy the file from PDA to desktop
3) In your desktop app start the import & conversion program with the file from the pda
4) If you want to import a file to the PDA database you can copy with RAPI to pda and then start with RAPI the pda import application
So I would not go on searching how to start a app on desktop from pda. Let the desktop application handle it.
Houser
Hi,
Problem is that a technician on location (at a customer or at home) should be able to synchronise, without going to the office. In other words: the PDA is the device that starts the communication process, not the PC! This is also what is so problematic...
Regards, Gerrit
about autorun on the pda then i dont think it will work havent made the test
but modile devices like
gmail drive
digicams
and such dont get drive letters
and i think only devices which get drive letters can use
autostart because those other devices dont seem to be "really" connected untill one click on them
you could write a service for the pc which would be listening for a network connection from the pocketpc
you could make it so it would run any applications you told it
you could give it a parth and arguments
then as soon as you got a network connections by what ever means your pda could start sending commands to the pc which it would then execute as in start programs
of cause it does require you to code a bit of c++ or .net but not tooo complex stuff if one is a programmer
Two points:
The PDA is not mounted as a drive, ActiveSync controls all access to it (even though it is integrated in the explorer) so autorun.inf can not work.
Redugar is right, for you purpose - accessing the PC directly and by remote, you need a little server app on the PC. Just use windows sockets to listen to a connection.
On the PPC side you can use the constant ppp_pear when the device is synced to get the PC address and the regular IP (I assume you have a static IP) for access via GPRS.
I did something like this a couple of years back - a server on the PC that checks a page for updates and provides them to a device when it connects and asks for them.
salling software
You might want to look into this company http://www.salling.com/Clicker/windows/scripts.php
http://www.salling.com/forums/viewforum.php?f=15&sid=45e42aa57aeb994b7b02e8ab12dc1794
Their software controls programs such as PowerPoint, WMP etc, might be a script out there that you could modify to open any program. Connects via BT and WiFi. Works real nice with my wizard with my MCE Dell running Toshiba BT Software.
About Salling Clicker..
anothersmith said:
You might want to look into this company http://www.salling.com/Clicker/windows/scripts.php
http://www.salling.com/forums/viewforum.php?f=15&sid=45e42aa57aeb994b7b02e8ab12dc1794
Their software controls programs such as PowerPoint, WMP etc, might be a script out there that you could modify to open any program. Connects via BT and WiFi. Works real nice with my wizard with my MCE Dell running Toshiba BT Software.
Click to expand...
Click to collapse
Yeah. Salling Clicker is a great software for starting or ending programs on your pc using bluetooth or wifi! the first time i installed the software,i was amazed and i played a prank on my sister.she thought that there was something wrong with the computer because it started itunes/powerdvd on its own... and i was in the other room controlling my pc..hahaha...
i've Been looking for a "script" that'll allow you to open any file/program (so are a lot of people who use salling clicker)..been following it up and As far as i know, there is still no Salling Clicker "script" that allows you to open any program on your pc.. you have to make a "script" specific to the program you want to start/control/stop.
Houser said:
If you use GPRS then you cannot use ActiveSync.
ActiveSync is only possible if you connect via USB.
RAPI can only be used from a desktop application to communicate with
the pocket pc, copy files, start applications on the PPC,...
So what do you want to do exactly with your app?
Houser
Click to expand...
Click to collapse
What?
ActiveSync can work through Bluetooth or Infrared as well.
Also, why go through all of this trouble? Run an SSH server on the PC. SSH into the PC.
C:\Documents and Settings\Administrator> start "C:\Program Files\My Program Path\My Program.exe"
Doesn't this do what you want?
Is is possible to watch the folders from the PC that i have in the pocket if it is wifi connected?. As a network drive or something similar. I know that i can see the PC from the pocket but y i want the pocket from PC. Obviously activeSync is not connected an d i don't want. Unless somebody has discover how to connect it via WIFI ;-) on WM6.
Thanks
use TOTAL COMMANDER.
its a great application for regedit, file explorer and LAN, as well as FTP
priyanshupatel said:
use TOTAL COMMANDER.
its a great application for regedit, file explorer and LAN, as well as FTP
Click to expand...
Click to collapse
Isnt Total Commander a Pocket PC Application? The question was about viewing the Pocket PC's files from the PC.
And BTW nobody should be bothering with Total Commander.Just use Resco Explorer. Its a much better program.
Total Commander = free
Resco Explorer = $30.00
sigh, you guys, he does NOT need a file explorer on his pocketpc. he wants to see the files, that are on the ppc, on his desktop pc. also, lordwin, please be more specific next time when you make a post, like instead of just saying "pocket" to describe your pda, you could have used anything like "phone", "pda", "ppc", "pocketpc", or whatever. it is difficult to understand your post and thus difficult to help answer the question you have.
Anyway, from what i can understand from your post, the only solution is to have your phone connected via Activesync, and in the Activesync window (on the desktop pc), click the "Explore" button. you'll then be viewing the contents of your pocketpc.
I am in the same boat. I am looking for a way to map my Windows Mobile device as a network drive on my LAN when it is connected via WiFi.
Nobody knows of an app to do this?
A very simple way is to run a FTP server on your pocketpc, like the free mochaftp, and then set your WIFI router up so your pocketpc will always have a fixed IP number.
Then a simple desktop ftp shortcut should take your desktop explorer to your pocketpc. The nice thing about Mochaftp is that the root of your PDA is also the root of the ftp site, so you can copy to your memory cards as easily as anywhere else.
http://www.mochasoft.dk/freeware/ftpd.htm
Surur
Wow, that looks like it will do the trick for me!
Thank you very much!
try My Mobiler
http://www.mtux.com/
View PPC from PC
coolestzero said:
http://www.mtux.com/
View PPC from PC
Click to expand...
Click to collapse
Sweet! Thanx for posting that