Forum Replies Created

Viewing 6 posts - 16 through 22 (of 22 total)

  • RE: Difference between varchar(max) and varchar(8000)

    Thank you everyone.

    "I Love Walking In The Rain So No One Can See Me Crying ! " ~ Charlie Chaplin

  • RE: First occurence of number in string

    Thanks

    "I Love Walking In The Rain So No One Can See Me Crying ! " ~ Charlie Chaplin

  • RE: Debugging through procedure

    Thanks 🙂

    "I Love Walking In The Rain So No One Can See Me Crying ! " ~ Charlie Chaplin

  • RE: how can we check if a dataset is empty

    if Dataset.Tables[0].Rows.Count=0 then Dataset is empty.

    "I Love Walking In The Rain So No One Can See Me Crying ! " ~ Charlie Chaplin

  • RE: Append Text Data Type

    Yes, i know TEXT is a binary datatype. But i need to use it as a string datatype.

    My issue is, i need to export datas in a table into a...

    "I Love Walking In The Rain So No One Can See Me Crying ! " ~ Charlie Chaplin

  • RE: Dataset doubt

    1. The maximum size is limited by Int32. So 2^32 is the maximum number of DataTables you can hold inside a DataSet. So the max size is 2 billion.

    2. The...

    "I Love Walking In The Rain So No One Can See Me Crying ! " ~ Charlie Chaplin

Viewing 6 posts - 16 through 22 (of 22 total)