Back to the month index |
Back to the list index
|
Graham Leggett (graham@vwv.com)
Thu, 13 Nov 1997 19:17:27 +0200
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- Next message: Joseph Norris: "Way to determine who is accessing the msql database"
- Previous message: F Rodriguez: "Announcement: two services up and running"
Message-ID: <346B3627.92020881@vwv.com> Date: Thu, 13 Nov 1997 19:17:27 +0200 From: Graham Leggett <graham@vwv.com> Subject: Storing 8 bit data in a text field - possible?Hi all,
Is it possible to store 8 bit (binary) data inside a text field inside
the database?
If so, how? What characters would I need to escape, and how would I
escape them?
Regards,
Graham
-- ----------------------------------------- graham@vwv.com "There's a moon VWV Interactive over Bourbon Street tonight... From mamster@webeasy.com Thu Nov 13 13:34:56 1997 Received: from mocha.bunyip.com (mocha.Bunyip.Com [192.197.208.1]) by services.bunyip.com (8.8.5/8.8.5) with ESMTP id NAA09023 for <msql-list@services.bunyip.com>; Thu, 13 Nov 1997 13:34:55 -0500 (EST) Received: from platypus.webeasy.com (platypus.webeasy.com [206.83.177.10]) by mocha.bunyip.com (8.8.5/8.8.5) with SMTP id NAA05946 for <msql-list@bunyip.com>; Thu, 13 Nov 1997 13:34:59 -0500 (EST) Received: (qmail 7499 invoked from network); 13 Nov 1997 10:36:29 -0000 Received: from possum.webeasy.com (207.155.5.3) by platypus.webeasy.com with SMTP; 13 Nov 1997 10:36:29 -0000 Message-Id: <3.0.1.32.19971113103100.00a85d00@mailhost.webeasy.com> X-Sender: mamster@mailhost.webeasy.com X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Thu, 13 Nov 1997 10:31:00 -0800 To: msql-list@bunyip.com From: Michael Amster <mamster@webeasy.com> Subject: Where to find msql2.0.x on Win32? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"Hi List people:
I have searched the Hughes site and mirrors and have only found the msql 1.16 version of the Win32 port. I know that there are some individuals who are working at a msql2 port to WinNT. Does anyone have the URLS?
-MA ~-~-~-~-~-~-~-~-~-~-~-~-~-~-WEBEASY-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ Michael Amster mamster@webeasy.com 4676 Admiralty Way, Suite 300 Tel: 310.576.0770 Marina Del Rey, CA 90292 Fax: 310.576.2011 From gasha@crp.riga.lv Thu Nov 13 13:57:45 1997 Received: from stoat.riga.lv (root@stoat.riga.lv [194.8.12.138]) by services.bunyip.com (8.8.5/8.8.5) with ESMTP id NAA09399 for <msql-list@services.bunyip.com>; Thu, 13 Nov 1997 13:57:39 -0500 (EST) Received: from crp.UUCP (Received: from crp.UUCP (root@localhost) by stoat.riga.lv (8.8.8/8.8.8) with UUCP id UAA28634 for msql-list@services.bunyip.com; Thu, 13 Nov 1997 20:56:49 +0200 (EET) Received: by crp.riga.lv id AA27010 (5.65.kiae-1 for Multiple recipients of list <msql-list@services.bunyip.com>); Thu, 13 Nov 1997 20:52:39 +0200 Date: Thu, 13 Nov 1997 20:52:38 +0200 (GMT) From: Gatis Visnevskis <gasha@crp.riga.lv> Cc: Multiple recipients of list <msql-list@services.bunyip.com> Subject: Re: Compiling mSQL under Win95 In-Reply-To: <199711122051.XAA32076@darksite.8ka-campus.mipt.ru> Message-Id: <Pine.SOL.3.91.971113205134.26986B-100000@crp> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII
I'm not sure, but i heard, that there are some compiled versions of mSQL under WIN32.
Gasha.
Makefile: You shouldn't need to change anything below this line
On Wed, 12 Nov 1997, Andrej Proshin wrote:
> Hi, > > As far as I understand mSQL appears to have an ability to work under WIN32. > Could possibly anyone give me an answer -- what kind of compiler can I use > under Windows 95 (maybe some special GNU)? > > Thanks in advance. > > Best regards > Andry > From gasha@crp.riga.lv Thu Nov 13 14:22:40 1997 Received: from stoat.riga.lv (stoat.riga.lv [194.8.12.138]) by services.bunyip.com (8.8.5/8.8.5) with ESMTP id OAA09801 for <msql-list@services.bunyip.com>; Thu, 13 Nov 1997 14:22:37 -0500 (EST) Received: from crp.UUCP (Received: from crp.UUCP (root@localhost) by stoat.riga.lv (8.8.8/8.8.8) with UUCP id VAA01131 for msql-list@services.bunyip.com; Thu, 13 Nov 1997 21:21:18 +0200 (EET) Received: by crp.riga.lv id AA27099 (5.65.kiae-1 for Multiple recipients of list <msql-list@services.bunyip.com>); Thu, 13 Nov 1997 21:19:24 +0200 Date: Thu, 13 Nov 1997 21:19:24 +0200 (GMT) From: Gatis Visnevskis <gasha@crp.riga.lv> Cc: Multiple recipients of list <msql-list@services.bunyip.com> Subject: Re: Storing 8 bit data in a text field - possible? In-Reply-To: <346B3627.92020881@vwv.com> Message-Id: <Pine.SOL.3.91.971113211817.27082B-100000@crp> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII
Maybe simply find somewhere UUencode/uudecode source files and use them ???
Gasha.
Makefile: You shouldn't need to change anything below this line
On Thu, 13 Nov 1997, Graham Leggett wrote:
> Hi all, > > Is it possible to store 8 bit (binary) data inside a text field inside > the database? > > If so, how? What characters would I need to escape, and how would I > escape them? > > Regards, > Graham > -- > ----------------------------------------- > graham@vwv.com "There's a moon > VWV Interactive over Bourbon Street > tonight... From niclas@keynetwork.se Thu Nov 13 14:31:24 1997 Received: from mocha.bunyip.com (mocha.Bunyip.Com [192.197.208.1]) by services.bunyip.com (8.8.5/8.8.5) with ESMTP id OAA10068 for <msql-list@services.bunyip.com>; Thu, 13 Nov 1997 14:31:23 -0500 (EST) Received: from keyweb.keynetwork.com (www.keynetwork.se [195.84.147.4]) by mocha.bunyip.com (8.8.5/8.8.5) with ESMTP id OAA06237 for <msql-list@bunyip.com>; Thu, 13 Nov 1997 14:31:31 -0500 (EST) Received: by www.keynetwork.se with Internet Mail Service (5.0.1457.3) id <VS9MBXZR>; Thu, 13 Nov 1997 20:41:53 +0100 Message-ID: <B1A56B175F07D11197040020AF6D67920871@www.keynetwork.se> From: =?ISO-8859-1?Q?Niclas_K=E4ld?= <niclas@keynetwork.se> To: "Msql-List (E-postl)" <msql-list@bunyip.com> Subject: w3-msql problem! Date: Thu, 13 Nov 1997 20:41:51 +0100 X-Priority: 3 Return-Receipt-To: =?ISO-8859-1?Q?Niclas_K=E4ld?= <niclas@keynetwork.se> MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1457.3) Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by services.bunyip.com id OAA10068
I'm new to w3-msql and try to use it on my Linux together with Apache. (mSQL ver 2.0.3) When I try to run http://myserver/cgi-bin/w3-msql/test.html the browser brings up the Authentication-window to prompt me for username and password. Why? I don't wont to use it. What's the minimum configuration to get w3-msql to work? Is there some settings in the Apache-configurationfiles missing?
Best regards, Niclas
========================== Niclas Käld Key Network AB ========================== From jkugler@inreach.com Thu Nov 13 14:53:54 1997 Received: from mail.inreach.com (mail.inreach.com [205.138.224.216]) by services.bunyip.com (8.8.5/8.8.5) with ESMTP id OAA10414 for <msql-list@services.bunyip.com>; Thu, 13 Nov 1997 14:53:53 -0500 (EST) Received: from LOCALNAME (209-142-8-157.stk.inreach.net [209.142.8.157]) by mail.inreach.com (8.8.6/8.8.6/(InReach)) with SMTP id LAA08906; Thu, 13 Nov 1997 11:48:31 -0800 (PST) Message-Id: <3.0.2.16.19971113114721.36d78680@205.138.224.216> X-Sender: X-Sender: jkugler@205.138.224.216 X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.2 (16) Date: Thu, 13 Nov 1997 11:47:21 -0800 To: graham@vwv.com, Multiple recipients of list <msql-list@services.bunyip.com> From: "Joshua J. Kugler" <jkugler@inreach.com> Subject: Re: Storing 8 bit data in a text field - possible? In-Reply-To: <346B3627.92020881@vwv.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by services.bunyip.com id OAA10414
At 12:17 PM 11/13/97 -0500, Graham Leggett espoused the following wisdom: ()Is it possible to store 8 bit (binary) data inside a text field inside ()the database? () ()If so, how? What characters would I need to escape, and how would I ()escape them?
If you are using Perl, I would guess you could use something like the PACK command to make fixed length ASCII strings. You might want to look into that. Programming Perl has a rather extensive section on using Pack, if my memory serves me correctly.
j----- k-----
Joshua J. Kügler Computer Consultant--Web Developer jkugler@inreach.com - jkugler@bigfoot.com - jk@iname.com - joshuajk@usa.net http://www.cwebpages.com/jkugler Every knee shall bow, and every tongue confess, in heaven, on earth, and under the earth, that Jesus Christ is LORD -- Count on it!
- Next message: Joseph Norris: "Way to determine who is accessing the msql database"
- Previous message: F Rodriguez: "Announcement: two services up and running"