llback
it says repeatedly something about "access is denied". Below is the
actual install log (or a small portion of it, near the end where the
error occurs). Any ideas? Regards, Abe p.s. this is a repost from my
initial post on the novice list... which I've become aware is
re
it in the rollback it says repeatedly something about "access
is denied". Below is the actual install log (or a small portion of it,
near the end where the error occurs). Any ideas?
Regards, Abe
p.s. this is a repost from my initial post on the novice list... which
I've b
;$deadline', '$manager', '$csindex', '$status', '$dataentrycontact',
'$company', '$unique')";
$sql_result = pg_exec($connection,$sql) or die ("Couldn't execute query.");
Warning: 1 is not a PostgresSQL link index in
/www/vhtdocs/testarea/intranet/addproject.php3 on line 23
Any help appreciated.
Thanks,
Abe
Thanks David,
works a treat!
Abe
- Original Message -
From: "Hancock, David (DHANCOCK)" <[EMAIL PROTECTED]>
To: "'Abe '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, December 10, 2000 12:48 PM
Subject: RE: [GENERAL] Simple Quest
thing or can it be done
in my query.
Here is the query:
$sql = "select surname, firstname, title, company, worktel, ext, hometel,
mobile, email, emailtwo from employees where firstname like '%$criteria%' or
surname like '%$criteria%'";
Thanks in advance,
Abe
Hi there,
Does anyone know how to get results from a query in alphabetical order (for one
field such as surname). I skimmed over the documentation and no luck.
The field type for surname is varchar - Maybe this is why order by didn't work.
Thankyou,
Abe