CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: datakeyword

Search: Search took 0.02 seconds.

  1. How to take cross database computing with Java codes?

    I find two solutions with SQL and esProc on cross database computing, like belows, hope for a Java solution.

    With SQL:
    SELECT salesMan
    FROM (SELECT salesMan,
    row_number() OVER...
  2. How to handle database computation problem in Java application development?

    There are 2 frequently-updated Excel sheets, the clients and the orders. We need to find out which clients in the Excel sheet have bought all products in the list by importing a dynamic product list....
  3. Replies
    2
    Views
    2,024

    Re: Oracle 11g: Dynamic query problem

    hi,
    It seemed some hard. But let make it easy to solve.....by esproc.
    check this url:http://www.esproc.com/library/model_details/a-query-language-over-perform-sql.html
  4. Replies
    3
    Views
    1,331

    Re: sql query mulfunction

    read first post: TAKE 30 SECONDS TO READ THIS BEFORE YOU POST! State what database are you using!
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured