How to save an ocx file into a SQL database

Discussion in 'Programming' started by christo, Apr 5, 2005.

  1. #1
    Does anybody know how to save an ocx file into a sql server database and how to retrieve it out of the database and register it again
     
    christo, Apr 5, 2005 IP
  2. lovethecoast

    lovethecoast Peon

    Messages:
    33
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You need to use the SQL Server BLOB datatype and the ADO object's Stream methods.

    Here's a link that describes the process a bit better.

    support.microsoft.com/default.aspx?scid=kb;en-us;Q258038
     
    lovethecoast, Apr 30, 2005 IP