Hi,
I am trying to execute this script...but I am getting an error saying:
startinformsh_fw.ksh: line 38: syntax error: unexpected end of file
I am pasting the script here:
#!/bin/ksh
if [ "$#" != "3" ]
then
echo "Usage: $0 <file_name> <poll_interval_in_sec> <minimum size in bytes>"
exit 1...
I am writing an application which inserts / updates the page. This works fine.
Now I am asked to put the name in data base the nt user id who updates or inserts the page.
That means I will have to grab nt user id. Can any one tell me how to grab this user id?
Thanks, Arra
In my asp page, I have this query:
select name, count(name)as cnt from WineClubSubscriptions where status = 'w' group by name order by name
and this is dispalyed in table as name and quantity.
Wine Club Discovery Mixed Every Other Month...
I have written a code that copies from my shared drive and copies that file to my local drive.
my existing code is like:
Set objFSO = CreateObject("Scripting.FileSystemObject")
If objFSO.FileExists("C:\Documents and Settings\moparikh\Desktop\test1.csv") Then
objFSO.DeleteFile "C:\Documents...
I have a report which am exporting in csv format. The problem I have is I am getting the column name of page header on each line on CSV file instead of showing as Column heading.
Can any one help me how to fix this?
In my update application, I am passing nme as hidden field which is nothing but recordset of field name.
To make sure that update is not creating duplicate record, I created another recordset2.
<%
Dim Recordset2
Dim Recordset2_numRows
Set Recordset2 = Server.CreateObject("ADODB.Recordset")...
I had created application and was working fine.This application has two textboxes. One for file description and other for file name. Now the user is making mistakes in naming the file. He/She is supposed to keep the same name as File description but name will not have any spaces.
Now I have...
My computer ( windows 2000) hangs when I try to open and navigate windows explorer. This does not happen if I navigate by going to my computer.
This happened after I removed some temp files. I am not sure is it becos of that or some other. When I restored all temp files from recycle bin -...
how to check start date is greater than end date and display the error message. I am entering date in text box for start date and in anothet text box, end date.
Thanks
I have 4 fields : Code, amt, st_date,expr_dte. All are primary keys.
In my program I am dispalying the page with all records. I have an update link to update every record. To update I am passing all fields as querystring and displaying that record in different page.
Now I have the option of...
I am getting this error: It has something to do with isdate(). This happens only if I put say 13/11/2005
Can anyone help me what this error is and how to fix?
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E07)
[Microsoft][ODBC SQL Server Driver][SQL Server]The conversion of a...
my computer freezes on clicking windows explorer and cannot browse folders. What could be the problem. I ran adaware, spy bot, recent windows update, did defragmentation etc but problem not resolved...
What could be the problem and how to resolve this?
I have a java script which works good on IE in windows but does not work in MAC.
I checked the preference on IE in Mac and scripts are enabled but does not give any error messages when appication is run.
Any idea what could be the problem?
I have a text box and update button and reset button.
I have a function set focus():
function setFocus()
{
FamilyCode2_update.txt1.focus();
FamilyCode2_update.txt1.select()
}.
On load, I call this function and focus is on text box and selects the text.
When I hit enter...
I have a text box and update button and reset button.
I have a function set focus():
function setFocus()
{
FamilyCode2_update.txt1.focus();
FamilyCode2_update.txt1.select()
}.
On load, I call this function and focus is on text box and selects the text.
When I hit enter button...
I have a form with one text box field and one label. Also there is update button and reset button. When you enter some value in text box, the update button is highlighted.
When you hit enter button instead of clicking update button - It does not do anything. But works good if you click update...
I have a form and am updating only one text box value. I have a server side validation which will display error message and new value is displayed on text box when you hit update button and if there is any error.
Else it will update the record.
Now when error message appears, user wants to reset...
I am calling java script function on change and this works good. The problem I have is I do not want to capture changed records if the changed record has the same value as previous one.Currently say the initial record is 0 and I put 00, this record is captured and when it updates, it changes the...
I am updating a form and giving a message saying that Record Updated. Now I want to redirect to another page after showing the message for atleast 2-3 seconds.
At present, it redirects to other page without showing a message.
Is there any way to show the message for few seconds and then...
I want to concat first and last name from table a with space between eg; john smith. This works good in oracle but I do not know how this works in ansi sql..
The query is: select concat( firstname, lastname) from A.
My result should be John smith.
Can any one help me out...
thanks
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.