Re: Help: H0w to get frist row at SQl Server DB

2001-04-09 Thread Selvamani Jayakumar
Hi Try this SELECT TOP 1 FROM tablename This will return u first row of the Table.There is ROWNUM in SQL Server Thank you Selvamani >From: "Cash, Lee : GIG" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAI

Urgent ! about downloading of GIF

2000-09-21 Thread Selvamani Jayakumar
hi my prob. is that , every page in our site has got a gif image. since we hve a number of gif's , it takes time to download. each page has got a diff. gif images. is there any possibility that if i use applets (which will be stored in the RAM of client) to do this. so for each page , i can use t

Re: Can i use java objects in Javascript

2000-09-04 Thread Selvamani Jayakumar
hi leena u cannot embed JSP tag inside a Javascript Function. if it is a client side validation , u dont need to get the Error Message from Server. Instead of having a interface , u can store it as a Constant variable like "var MSG01" , u store all these constants in a separate javascript file an

Re: JDBC-ODBC and NULL

2000-08-14 Thread Selvamani Jayakumar
hi you can change the SQL statement to avoid null. Check the fields which will be null and replace with space. You can use the NVL funct in Oracle and ISNULL funct in SQL Serv. By this way you can avoid null values before getString. It doesnt chnge your database values too. >From: Magnus Wal

Re: interesting one, 200 concurent users, large resultstes

2000-08-02 Thread Selvamani Jayakumar
saved them somewhere on my server ), only >way is to requery the database and that is even more expensive in my case >becuse iam using 3 tier system, so everytime goin back to database server >is >very expensive. >regards >karan > >>From: Selvamani Jayakumar <[EMAIL PROT

Re: interesting one, 200 concurent users, large resultstes

2000-08-02 Thread Selvamani Jayakumar
Hi Karan You dont need to store that many records in a cursor or array. Some search engines uses the concept of Previous, Next (ie displaying 100 or more records at a time ). Whenever user clicks on Previous or Next , you just need to bring 100 records to the client. Even the performance wont get

Re: JSP and ASP

2000-08-02 Thread Selvamani Jayakumar
hi You can get details about ASP+ at www.aspfree.com site. According to information provided , developer can use any lanuguage , this might be a advantage over JSP Mani Get Your Private, Free E-mail from MSN Hotmail at http

redirecting

2000-08-01 Thread Selvamani Jayakumar
Hi i want to redirect the information from JSP page to a flat file. How do I do that? can anyone help me. Thank you S.Mani Jayakumar Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com ===

redirecting

2000-08-01 Thread Selvamani Jayakumar
HI I want to redirect information from JSP page to a flat file. How do i do that? Help me. Thank you S.Mani Jayakumar Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com ==