1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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