processCopy

  • Can any tell the equivalent of ORDSYS.ORDImage.processCopy (oracle) in sqlserver.

    for instance :

    ORDSYS.ORDImage.processCopy(SRCREC.SRC_BLOB, 'scale=.1', DESREC.DES_BLOB)

    Thanks in advance.

     

  • the ordsys is an extension for image manipulation from within the oracle environment;

    the nearest equivilent would be creating a dll in .NET for example, which uses the functions in System.Drawing, and creating an extended stored procedure  which uses calls to that that dll.

    If you poke around codeproject.com, you can find plenty of image manipulation examples, which would then have to be compiled to allow the features you want;

    i don't know  of a premade one so far, but i'll ggogle it and post anything i find.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply