Hw can I write in .NETCF

  • Thread starter Thread starter Flying Whiz
  • Start date Start date
F

Flying Whiz

Hw can I write these things in .NETCF

Set cnADO = CreateObject("ADOCE.Connection.3.1")
Set goADOrs = CreateObject("ADOCE.recordset.3.1")
Set goADOXcat = CreateObject("ADOXCE.catalog.3.1")


Whiz
 
If you wish to use ADOCE Database in .NETcf,
you can try http://www.inthehand.com
for their ADOCE data provider from Peter.

FYI.

--
Best Regards,
Jan Yeh

MVP(Windows CE.NET), MCAD, .NETcf Developer & Consultant
Mobile Mind Co., Ltd. @ Taiwan
 
Jan,

The InTheHand product IS a .NetCF wrapper for AdoCe. If you want to learn
how to write something like this yourself, there is a POOM sample on MSDN
that shows the concept, which requires using both eVC++ and a .NetCF app,
but I think it would be a huge amount of work to expose all the
functionality of AdoCe using this approach.
--
Ginny Caughey
..Net Compact Framework MVP

Flying Whiz said:
Thanks for the reply.Then hw can I write similar to that in .NETCF.

"Microsoft MVP Jan Yeh for Windows CE .NET" <[email protected]>
 
Back
Top