.NET CF 1.1 How to call a process on Desktop after Synchronization?

  • Thread starter Thread starter orandov
  • Start date Start date
O

orandov

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
 
Hello (e-mail address removed),

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
 
Back
Top