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