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

Search:

Type: Posts; User: nmkishan22

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    10,882

    Re: Retrieving range in SQLServer

    can you please give the code to do so. My id field will take value from 0 - 9999999999 so looping wil be a problem for me
  2. Replies
    9
    Views
    10,882

    Re: Retrieving range in SQLServer

    If below is my table with 2 column id and Name

    id Name
    ---- ----------------------
    1 Item1
    2 Item2
    5 Item5
    6 Item6
    7 Item7
    9 Item9
  3. Replies
    9
    Views
    10,882

    Re: Retrieving range in SQLServer

    its not minus it is the range of the ID present in the table

    ex. 1 to 2 are present in table
    5 to 7 are present in table
    9 is present in table
    11 is present in table


    so...
  4. Replies
    9
    Views
    10,882

    Retrieving range in SQLServer

    Hi All

    Can any one let me know how can i get range of a particular column from database

    Eg:

    if i have a below table in data base

    id Name
    ---------------------------
  5. Replies
    2
    Views
    7,557

    Re: Message broadcasting over internet

    Hi Matthew

    Thank you for your reply.

    So you think i can't complete my requirement. Can you suggest me any other way to do the things
  6. Replies
    2
    Views
    7,557

    Message broadcasting over internet

    Hi

    I'm screwed up in a problem from last 2 days. Can any one come up with a solution for me?
    My problem is

    I have a server application which has to boadcast messages over internet. My client...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured