Thread: C# OLE DB sample?

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    1,579

    C# OLE DB sample?

    Hello everyone,


    I am learning how to use C# to implement an OLE DB provider (a simple one which is based on CSV file format). I can not find any samples from MSDN (all samples are C++).

    Any reference materials?


    thanks in advance,
    George

  2. #2
    Registered User AtomRiot's Avatar
    Join Date
    Jan 2003
    Posts
    120
    so your trying to read in a CSV file and then do the OLE DB stuffs?


    http://www.csharphelp.com/archives/archive132.html
    http://msdn2.microsoft.com/En-US/lib...52(VS.71).aspx
    All Your Base Are Still Belong to Someone!!!
    And you Remember that!!!

  3. #3
    Registered User
    Join Date
    May 2006
    Posts
    1,579
    Thanks AtomRiot,


    Quote Originally Posted by AtomRiot View Post
    so your trying to read in a CSV file and then do the OLE DB stuffs?


    http://www.csharphelp.com/archives/archive132.html
    http://msdn2.microsoft.com/En-US/lib...52(VS.71).aspx
    What you provide is how to use OLE DB provider (as an OLE DB consumer), but what I am looking for is how to implement OLE DB provider, here is the related sample in C++,

    http://msdn2.microsoft.com/en-us/library/ms715011.aspx

    I am looking for a C# sample.


    regards,
    George

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MSDN OLE DB Sample Provider entry point
    By George2 in forum C++ Programming
    Replies: 0
    Last Post: 07-21-2007, 07:30 AM
  2. entry point of OLE DB Provider
    By George2 in forum C# Programming
    Replies: 0
    Last Post: 07-19-2007, 04:15 AM
  3. OLE DB provider
    By George2 in forum Windows Programming
    Replies: 2
    Last Post: 05-07-2007, 01:19 AM
  4. Replies: 10
    Last Post: 05-18-2006, 11:23 PM
  5. if is faster than switch?
    By skorman00 in forum C++ Programming
    Replies: 32
    Last Post: 03-06-2004, 01:15 PM