Mailing List Archive



Back to the month index Back to the list index

Julian Bond (Julian_Bond@wgs.co.uk)
Tue, 11 Nov 1997 11:52:10 +0000


Message-ID: <En$tbCAqbEa0EArG@wgs.co.uk>
Date: Tue, 11 Nov 1997 11:52:10 +0000
From: "Julian Bond" <Julian_Bond@wgs.co.uk>
Subject: case insensitive ORDER BY

Is it possible either in V1.0.16 or in V2 to have a case insensitive
ORDER BY so that names could be sorted like this:-
 andrew
 Avril
 Betty

instead of:-
 Avril
 Betty
 andrew

-- 
Julian Bond <Julian_Bond@wgs.co.uk>
"So many words, So little time"
From jro@protocorp.com  Tue Nov 11 08:21:21 1997
Received: from protocorp.com (root@protocorp.com [205.187.237.3])
	by services.bunyip.com (8.8.5/8.8.5) with ESMTP id IAA26628
	for <msql-list@services.bunyip.com>; Tue, 11 Nov 1997 08:21:20 -0500 (EST)
Received: from dragon.protocorp.com ([10.1.30.113]) by protocorp.com (8.7.5/8.7.3) with SMTP id JAA07419 for <msql-list@services.bunyip.com>; Tue, 11 Nov 1997 09:20:00 -0500
Received: by dragon.protocorp.com with Microsoft Mail
	id <01BCEE7A.C27B1BC0@dragon.protocorp.com>; Tue, 11 Nov 1997 08:21:07 -0500
Message-ID: <01BCEE7A.C27B1BC0@dragon.protocorp.com>
From: Jeff Ober <jro@protocorp.com>
To: "'MSQL List'" <msql-list@services.bunyip.com>
Subject: mSQL Logging
Date: Tue, 11 Nov 1997 08:21:01 -0500
Return-Receipt-To: <jro@protocorp.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by services.bunyip.com id IAA26628

I'm working with mSQL on an Apache web server, using PHP/FI. Is there any way at all to create some sort of log of the activity on the database? Somehow, somewhere, the database is losing large amounts of information on an irregular basis. I'm trying to find some way to trace where and when the database information gets lost (and how). Is there a way to log activity and source? (i.e. what page/file did what activity to the database)

Thanks!