Forum Replies Created

Viewing 15 posts - 166 through 180 (of 224 total)

  • RE: ASP page problem

    thats not possible dude,

    iam populating the

    i need to close use "" tag after

    fully populating the option box.

    which i cannot use if i loop all the

    combo list at...

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: ASP page problem

    *CooL*

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: default column

    yes thats what i wanted, and i did it that way only.

    but my

    select year(getdate())

    was also working in my local database but its not working on the main server.

    how come.

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: default column

    now iam getting default value as this..

    ??

    select year(getdate())

    what to do about this.

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: default column

    pls ppl answer me,this is very imp for me

    because iam going to set composite primary key

    base on

    invoice_no

    invoice_type

    Year ( year is having problem)

    year will have default value, and i have written...

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: i want to execute a stored procedure

    u got a nasty signature dude,

    but what does it mean anyway ?

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: Excluding duplicated columns after join

    first u need to use group by clause then u can eliminate duplicate column values by using having clause

    you need

    group by col1,col2

    having count(*)=1

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: about javascript and asp

    pls answer to my question especially think about my second last post.

    what about creating temp data file at client side,

    any idea, what exactly to do

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: store procedure problem

    Lol,might be so, but i am right now using

    @usr

    and + an if condition to check the lenght

    of @usr variable for 2

    if len(@usr)=2 then

    else

    that way iam using...

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: about javascript and asp

    what iam doing is enabling an forward option

    there is an internal email system in our web based ERP,

    and i cannot use querystring option to transfer data becoz

    text messages are...

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: about javascript and asp

    Pls Answer my question

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: about javascript and asp

    yes yes, i want to post the data,

    to another asp pages.

    Pls Help

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: Anyone know t/sql for displaying results in TEXT

    Great!,great!

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: Old problem - delete duplicates in table

    i suggest u, to

    fire a query like

    select count(*) as cnt,col1,col2 from table

    group by

    col1,col2

    having count(*)>1

    col1,and col2 are the column names which are supposed to be uniques

    fire it in the...

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

  • RE: query problem

    that was not a very proper solution i guess i

    need to write a inside query and do recordcount

    to get the count figure

    <a href="http://www.websolsoftware.com"> For IT jobs click here</a>

    *Sukhoi*[font="Arial Narrow"][/font]

Viewing 15 posts - 166 through 180 (of 224 total)