Rod,
Answers inlined:
1. Did you have any issues using it; specifically, was it buggy under .NET?
*** The biggest issue is that their ".NET" version is in fact NOT anything
new. If you've used CodeBase previously then you are familiar with the
very flat nature of their APIs. Well, it's exactly the same in the .NET
version, so you end up writing an object layer on top of an extensive set
of API declares. At least that was what I did. So you have to allocate
an extra week of development time to code the DB object model.
We've had no problems with PPC 2003 devices, but we work with some odd
older devices (Intermec 700 series and the Symbol 2700, 2800, and 8100
series) that are not current upgradable to PPC 2003 and there seems to
be some issues on those devices. Tech support has responded well, but
they are still working on these issues for us. I'm not entirely convinced
it's a flaw in their stuff, but be wary if you coding for older devices. ***
2. Did/could you use data binding for UI components?
*** We did not use data binding, and you'd certainly have to code such a
behavior yourself. ***
3. Are the dbf files identical to those used on the PC/did you have any
sync'ing issues?
*** When you use CodeBase you sepecifiy the file structure you want on the
PC side (dBase, Clipper, or FoxPro) but on the PPC side theyr default to
FoxPro format. Not a big deal, just something to be aware of. ***
*** Let me know if you have any additional questions! ***
Tom