Hi,
I was wondering if I can do this in Perl (multiple cases attached to 1 case block:
use Switch;
switch($var)
{
case 'i'
case 'j'
{
#... some code ...
{
case 'x'
case 'y'
{
#... more code ...
}
}
I know it can be done in like C++...
Hi :o)
I was just wondering if I could have a multi-table one-to-one sparse dependent relationship between conceptional tables.
So there will be a base table with a fixed number of rows that contains the index. Then various other tables which uses the base table's index but may only contain a...
Hi,
I'm having a problem when trying to select a record from an Access database with ASP.
Here's the statement
sql = "SELECT * FROM Day_Log WHERE Day_Log.Employee='" & employee & "' AND Day_Log.dWorked=#" & dateEntered & "#"
set rsCheck =...
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.