Tagged Questions

2
votes
1answer
525 views

Getting file version info in the Compact Framework

I have some code that needs to be able to find the version number of an assembly, given a string saying where it's located. I can't get this to work: Assembly assembly = ...
1
vote
2answers
187 views

Windows Mobile: access desktop database from mobile mobile and synchronization

I have a desktop application that handles products, customers and orders for a restaurant. Waiters use mobile phones (with Windows Mobile 6.5 OS) to take orders. What I need is: SQLCE Database in ...
1
vote
1answer
41 views

Character Problem Emulator's SqlCe

I am developing a pocket pc application by PP Emulator in .Net.There is a problem that i dont understand in SQLCE.I cant type turkish characters in Sqlce query analyzer and also if my query has a ...
0
votes
1answer
361 views

SQL CE 3.5 problem with TableDirect table access

I try to insert hundreds of records into empty database table using TableDirect type of SqlCeCommand. The problem is I get an exception SqlCeException "Unspecified error" when calling ...