Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Update data in CEDB using C++ and win32 APIs

Update data in CEDB using C++ and win32 APIs

Scheduled Pinned Locked Moved C / C++ / MFC
c++javadatabasedebugginghelp
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vijaywithu
    wrote on last edited by
    #1

    Hi i am using CEDB to access windows CE datas.. Now i need to update the datas in CEDB. code: oid=CeSeekDatabaseEx(globalHDB,CEDB_SEEK_BEGINNING,seekcount,NULL,NULL); I use it to seek in database for each cases i uses case 0: epropColumn[0].propid = CID_BOOKID; cepropColumn[0].val.lpwstr=szBookID; cepropColumn[0].wFlags = NULL; cepropColumn[0].wLenData = 0; to get the column values i use these cases for each column of the row. Can any one help me to change only one value in the row. for example if i hav book id,book_name,author. say bk001,C++,martin i need it to be changed as bk001,Java,martin A code snippet would be help ful. Help me to trace it out. Thanks in Advance.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups