hello mukund..
I think I was not clear...
I'm want something like for example.. tek-tips site.. where you display 10 entries at a time and on the next click you show the next 10 entries..
is it possible something like that in SQL Server. I mean I want to pass the number of records to fetch...
Is it possible to return rows from a certain number to certain number.
For example,
I give a SQL Statement as
Select * from tblTest
which gives me all the entries. Now I want to select the records from entry 20 to entry 30. Is it possible??
I know the statement
Select top 10 * from tblTest...
Is it possible to run a VBS file through a VB program. The situation is that I generate a report using Visual Basic. And once the report is generated I EMail that as attachment using a VBScript programme. The problem is that sometimes the report takes too long. And both the above jobs have been...
I changed the web.xml as follows
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app>
<display-name>Tomcat Examples</display-name>
<description>
Tomcat Example servlets and JSP pages.
</description>
<servlet>
<servlet-name>HelloWorld</servlet-name>...
Hi Guys,
This is my first post in the forum. I'm trying to work on servlets. I have a win98 system on which tomcat 4.0 has been installed. The JSP pages seems to work fine but when I try to execute the servlets, it gives me error like
"The requested resource...
Hi,
I modified the stored procedure and the VB code like this. But I think there is some problem in executing the Command object. I'm sure that there is a different way of executing it. Can anybody help me.
CREATE PROCEDURE [SP_HISTORYABNORMALCELLSTATUS] (@insFromDateTime decimal...
Hi,
I have a stored procedure which accepts a start datetime and end datetime as parameters and picks up records from a view and inserts those into another table. And I'm calling this from my VB program. No problem in execution. So far so good. How can I know, how many rows have been inserted...
Hello,
I load a page in a new window like this
winSpecs='toolbar=no,status=yes,scrollbars=yes,width=400,height=450,resizable=yes,left=200,top=100'
srcFile = 'cellDetails.asp';
cellWin=window.open(srcFile,'cellDetails',winSpecs);
return true;
Is it possible to hide the status bar once the...
Hi,
the syntax
<INPUT TYPE=FILE id=lfPath name=lfPath class=inpbox>
gives me an input box and a button labelled "browse" next to it. Can I by any means change that label to say "..."
Thanks.
Hi,
To find a string in another string I use the function
InStr(1, txtLine, "Not Found", vbTextCompare)
Is there a function to find whether a particular string exists or not in a specified file. I want to give a txt file(or any other file) as input and find out for the existance of...
How can I find the difference of two dates in Javascript. and also how can I find the final date when a certain number of hours are substracted from the current time.
For example:
If I want to find the difference in days between 1st of Jan 2002 and today, how can I do it.
Another One:
If I...
How can I install JVM on Windows 2000. I had some problem with Internet Explorer so I uninstalled it using a third party tool. But that also uninstalled the JVM from my computer. Now I want to install it again. I went to microsoft site for that but I was not able to download any. It seems they...
Since the last 3 days I'm facing a funny problem. And I don't have the least idea why. Whenever I load a web site, may it be Internet or Intranet, the font size appears a lot bigger than it really is. On every page I have to change the Encoding to User Defined. And that also doesn't seem to make...
I have a field called NotifTime in a table whose data type is "DateTime". I don't want to insert any date in this but only Time. So, when I give the SQL as
Insert into <TableName> Values('10:10')
It inserts the value as 1/1/1900 10:10:00 AM
Is it possible to insert only the time...
Hi,
I have installed Windows 2,000 recently. Is it possible to log the amount of Data being requested from the internet. I want to know how much of data is transmitted and how much is downloaded from the Internet or Intranet. I want to put it in a log file.
Any help would be appreciated.
Thank...
Is there a function in VB to replicate a character or word for certain number of times. Suppose I want to repeat the character "*", 20 times, can I do like this?
replicate("*", 20)
thanks a lot.
how can I pass parameters to an executable file. I have a programme which generates a chart depending on the date entered by the user. Now my need is that I should pass it as a parameter. Is it possible to pass it as a parameter. And after that how can I catch that parameter in the programme...
I've got a serious problem on my SQL Server. Yesterday I noticed that the Drive where I store my Databases is full and it's not letting me store any more data. I tried to clear of all the unwanted data but still it's the same problem.
I noticed that the tempdb has been grown to 3GB and if I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.