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. how to useing ADO link Paradox DataBase

how to useing ADO link Paradox DataBase

Scheduled Pinned Locked Moved C / C++ / MFC
databasesecurityhelptutorial
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.
  • E Offline
    E Offline
    ebinaini
    wrote on last edited by
    #1

    this is my code for useing ADO link Paradox DataBase. but it throw wrong so maybe you can help me. i will greatly appreciated BOOL CTM21App::InitInstance() { CString connectsource; _ConnectionPtr pCon; AfxOleInit(); AfxEnableControlContainer(); pCon.CreateInstance(__uuidof(Connection)); try { connectsource.Format("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=%d\\work\TM21Vol4\gentan500\Database;Extended Properties=Paradox 4.81ersist Security Info=False"); pCon->Open((_bstr_t)connectsource,"","",adModeUnknown); } catch(_com_error e) { AfxMessageBox("open .db wrong"); return FALSE; } } nothing

    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