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. OLE DB network suggestions

OLE DB network suggestions

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

    Hi all, I'm embarking on a fairly complex project (I know. Please don't say simply "Google for it". I already did). What I want is to implement an OLE DB layer between a physical DB (connection via standard OLE DB interface) and a client application. The aim is to implement row level security and additional functions (such as logging) in the OLE DB layer. So the architecture should be like this (top-down): Client Application <- Ole DB consumer application (MFC, .NET, Excel...) ----------------------- OLE DB Provider <- On the client. Dumb connection to my service via the Network layer ----------------------- Network layer <- I really don't know how to pass through this ----------------------- OLE DB Consumer/Provider service <- This should be on a network server. Here I'm implementing row level security. This service acts as an OLE DB consumer for the DB and exposes data to the client. ----------------------- Physical DB <- Any OLE DB-compliant database (mainly SQL Server or Oracle) ----------------------- My question is: what is the best way to implement the Network layer? I found an OLE DB Remoting Provider by Microsoft, but seems outdated and not supported ATM. If using this, I should implement OLE DB Provider interfaces into the Service on the server. Any suggestions? (cross posted on the COM forum)

    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