Viewing 15 posts - 166 through 180 (of 224 total)
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...
July 5, 2004 at 11:58 pm
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.
June 30, 2004 at 6:39 am
now iam getting default value as this..
??
select year(getdate())
what to do about this.
June 30, 2004 at 1:58 am
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...
June 30, 2004 at 12:52 am
u got a nasty signature dude,
but what does it mean anyway ?
June 28, 2004 at 2:04 am
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
June 25, 2004 at 3:54 am
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
June 24, 2004 at 11:06 pm
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...
June 24, 2004 at 6:00 am
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...
June 24, 2004 at 12:17 am
yes yes, i want to post the data,
to another asp pages.
Pls Help
June 22, 2004 at 3:29 am
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...
June 18, 2004 at 6:35 am
that was not a very proper solution i guess i
need to write a inside query and do recordcount
to get the count figure
June 16, 2004 at 3:40 am
Viewing 15 posts - 166 through 180 (of 224 total)