PDA

Click to See Complete Forum and Search --> : Load data for online database ?


Tengkorak
May 7th, 2007, 01:04 AM
hi,

How to load data from online database ? and then display to pocket pc application ?

petevick
May 7th, 2007, 01:53 AM
Hi,
you mean from Sql2005 or Sql2000 on a server?

Look at replication, rda or you can use SqlClient to read from the database, and populate your PPC database.

There are good tutorials on replication and rda on MSDN, and I wrote an article on replication here (http://www.devbuzz.com/content/zinc_sql_merge_replication_pg1.asp)

Pete

Tengkorak
May 7th, 2007, 02:54 AM
Hi,
you mean from Sql2005 or Sql2000 on a server?

Look at replication, rda or you can use SqlClient to read from the database, and populate your PPC database.

There are good tutorials on replication and rda on MSDN, and I wrote an article on replication here (http://www.devbuzz.com/content/zinc_sql_merge_replication_pg1.asp)

Pete

thanks for your answar.

i use mysql database on the server.
what this database can connect with pocket pc ?

IamMacro
May 7th, 2007, 03:45 AM
Check out this post

http://www.vbforums.com/showthread.php?t=464697