Push data from SQL Server to Java Application Server

  • What are the different ways of sending data from database to application and their advantages.

    Rgds,

    Sitish

    Rex Smith

  • Any inputs

    Rex Smith

  • Can I send XML files?

    If yes How?

    Rex Smith

  • A lot of my peers will tell you to use XML for such a thing. I'm not such a big fan of XML because of the overhead involved with all the tags. I am, however, a fan of true CSV and, depending on the data, fixed field binary formats for transferring data. Since I'm not a Web or Application developer, though, I'll say that I may not have picked the two best formats for such a thing but I have picked two of the fastest. 😉

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

Viewing 4 posts - 1 through 3 (of 3 total)

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