Hi,
I am new to programming with a hand held. I am working with Pocket PC
2003, .NET 1.1, SQL Server 2000, SQLCE 2.0.
I am using merge replication to sync the data between my SQLCE and SQL
2000 database. After the sync I want to start a process on the desktop
that will take the rows from one of the replicated tables and change
the data and insert it into a different table.
I think I can use a database trigger (I have never actually used one)
to handle the process, but I was told by my superviser that I am not
allowed to use a trigger.
I can create a vb.net app on the desktop to handle this process but
how do I start the vb on the desktop from my hand held?
Thank you,
Oran
Michael Nemtsev, MVP - 22 Sep 2007 10:01 GMT
Hello orandov@gmail.com,
ask this question in the .compactframework group
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
> Hi,
>
[quoted text clipped - 16 lines]
>
> Oran