Hello Guys or Gurls,
Here is a small sniplet of the first 6 lines of my CGI file:
#!/usr/bin/perl
#use strict;
#use warnings;
use CGI::Carp qw(fatalsToBrowser);
use lib 'modules';
use conf;
The error that i get is on line 6 this is because the conf.pm does not reside in the #!/usr/bin/perl...
I'm back again,
I am having trouble adding multicoloumns to a listbox by code ... I can only add items to the first coloumn ...
Help ??
The values are not in a database it is programmatically made
Hello,
I have recently put up an asp.net on a windows 2003 server, however i have noticed that my site sometimes read Service Unavailable why is this ... does this mean i need to get a more decent IIS server
Hello,
I am using Access.
I would just like to ask what is the simplest way to check if there is already a match in the table.
E.g.
I currently have a simple table containing a list of filenames.
and i just simply want to know whether a filename already exists in that table already..
Hello,
I would just like to ask what is the simplest way to check if there is already a match in the table.
E.g.
I currently have a simple table containing a list of filenames.
and i just simply want to know whether a filename already exists in that table already..
Hello all
Oh, here's the deal I have information in Microsoft Excel, which I need to process and append to the access database.
So I first import the data from excel to access on a temporary table using:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "tblTemp", strRet...
Hello all,
Oh, here's the deal I have information in Microsoft Excel, which I need to process and append to the access database.
So I first import the data from excel to access on a temporary table using:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "tblTemp"...
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.