direct access from Handheld(CASIO IT 500) to remote sqlserver2000

  • Thread starter Thread starter Minseok.Joo
  • Start date Start date
M

Minseok.Joo

hello everyone;
I need help^^;
Is it possible direct data access through wireless
network(bluetooth or others) from PDA(CASIO IT 5000) to
remote SQL Server 2000 Database?
If it is possible, how can I do that?
Until now, I write data access logic, which works in PC
environment.(using System.Data.SqlClient). and install
this program in PDA. but it didn't works. The error
message is some kind of typeload exception.
please help me.^^; have a nice day.
 
Minseok.Joo said:
hello everyone;
I need help^^;
Is it possible direct data access through wireless
network(bluetooth or others) from PDA(CASIO IT 5000) to
remote SQL Server 2000 Database?
If it is possible, how can I do that?
Until now, I write data access logic, which works in PC
environment.(using System.Data.SqlClient). and install
this program in PDA. but it didn't works. The error
message is some kind of typeload exception.
please help me.^^; have a nice day.

I wasn't able to find the IT 5000 on google - not familiar with that
one. If it is a CE device, you should be able to SQL CE to perform
wireless replication. There are plenty of examples on this group and
the net.

start here and google for code examples:
http://msdn.microsoft.com/library/d.../_lce_repl_intro_replication_architecture.asp

-a
 
Hi,
If you use a IT500 with Bluetooth or Wireless, and have your connections
configured, you just have to configure the connection as if it was any other
device.
If you don't have the bluetooth, neither the wireless option, you can still
do it using the craddle. See the SQL CE 2.0 help for sscerelay.exe . I use
it to keep an IT500 synchronized thru ActiveSync.

Regards,
Alberto Silva
 
Back
Top