Hi There:
How to check whether an ADO connection object calls the open method successfully? Say,
set conn = Server.CreateObject("ADODB.Connection")
coon.open = "a connection string"
Is there a way to check the db connection works?
Thanks,
George
Hi:
I tried to use stat() function to retrive properties of a file, e.g. last accessed time, last modified time etc.
It works on some of the files of one directory, but not all.
Here is the code:
#/usr/local/bin/perl
use strict;
my $directory = "here is the directory";
opendir...
Hi,
I have a strange problem with following code.
code1:
#!/usr/local/bin/perl
my $temp;
my $str;
$str = 'test';
$temp = 'str';
print ${$temp}."\n";
Only a blank line was printed, however if I got ride of the declaration of $str, ie
code 2:
#!/usr/local/bin/perl
my $temp;
$str =...
Hi:
Can VBscript capature 2 key strokes, like ctrl+A,ctrl+B, etc. I have a html page that has a list of hyper links.
When a user strokes ctrl+A, it will hilight hyper link A, and hits return key, the target wep page displays.
Thanks.
George
Hi:
Can Javascript capature 2 key strokes, like ctrl+A,ctrl+B, etc. I have a html page that has a list of hyper links.
When a user strokes ctrl+A, it will hilight hyper link A, and hits return key, the target wep page displays.
Thanks.
George
Hi:
I have a problem related to redirect. Here is the senario:
There are 2 perl scripts: A.cgi,B.cgi, which are located in two different servers.
1) A user fills a form
2)A.cgi process the form and redirects to B.cgi with passing parameters. It's required that the browse displays a message...
Hi:
Are there any perl modules that deal with data validation, which is submitted from a web form. Assuming year,month, and day are input in 3 seperate text boxes.
Thanks,
George
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.