Hi all, Thanks all who replied to my last mail. :). So now I decided to install mSQL and PHP by myself and in my own home directory so that I can update the...
4359
Peter Samuel ...
Aug 1, 1996 8:36 am
... You may not have seen it but earlier today someone posted the following: Hello y'all, I have uploaded a first cut of a port to WIN-95 (and hopefully NT) of...
4360
Dirk Ohme ...
Aug 1, 1996 12:25 pm
Hi folks, a new patch level is available, fixing the "missing table" bug. The test suite has been extended by a test, checking for this bug. mSQL 1.0 Patch 16c...
4361
David J. Hughes ...
Aug 1, 1996 1:03 pm
The new OS/2 port has been moved to the Contrib directory on Bond.edu.au. Bambi ... To remove yourself from the Mini SQL mailing list send a message containing...
4362
Mark Woolfson ...
Aug 1, 1996 4:38 pm
... Nathan, Just curious here. When I telnet to the system and try to run w3-msql from the command prompt, I get returned html output. This is what I get: ...
4363
rasmus@...
Aug 1, 1996 5:00 pm
... Well, if you can retrieve data, you can also create tables and insert things. In PHP: $result = msql($db,"select * from table"); will select data from an...
4364
rasmus@...
Aug 1, 1996 5:07 pm
... There is no way for you to use the Apache module version if you do not have access to recompile and restart the web server. And yes, there is a dramatic...
4365
Noel Hunter ...
Aug 1, 1996 5:47 pm
... Well, you could compile your own version of Apache and run it (not as root) on a user port. As long as the primary web pages are on the main server...
4366
Max Levchin ...
Aug 1, 1996 6:08 pm
Hello everyone, I am sure this question has been asked a thousend times, but after looking through the FAQ and finding an (outdated) patch for ILIKE, I cannot...
4367
Mark F. Murphy ...
Aug 1, 1996 6:14 pm
... OK... I think I got it.... The line: *(cp+curField->length-1) = 0; is terminating the string too short by one. The code should be: *(cp+curField->length)...
4368
owner-msql-list ...
Aug 1, 1996 6:37 pm
4369
Dirk Ohme ...
Aug 1, 1996 7:23 pm
On Thu, 1 Aug 1996, Mark F. Murphy wrote: [...] ... Because it's wrong! The first element of a string is [0], the last element on a string with length n ist...
4370
Mark F. Murphy ...
Aug 1, 1996 7:35 pm
... No, it's not wrong. We are not talking about the max length of the storage for the string... we are talking about the max length of the field. If one wants...
4371
Ricardo Kleemann ...
Aug 1, 1996 8:50 pm
Hi, Not being (yet) too familiar with relational database stuff, I was wondering how is it that two tables within a db can be linked relationally? I mean, if I...
4372
G.P. Ciceri ...
Aug 1, 1996 9:20 pm
Hi all, I've just upload, on ftp://Bond.edu.au/pub/Minerva/msql/Incoming/ a little utility, conNExS, that allows you to send queries to mSQL from your NExS...
4373
David Frenkiel ...
Aug 1, 1996 10:42 pm
... Yes. ... I'm not sure what you're asking here. Either way, everything seems to work just as though mSQL were installed as root. In particular, the access...
4374
David Frenkiel ...
Aug 1, 1996 11:02 pm
... You have host=* and write=root in your acl file. Thus the root user on ANY host can write your database. You need to go about this in a different way. ...
4375
Jeff Ramacher ...
Aug 1, 1996 11:06 pm
... I can't vouch for searches on large data sets, or very large search strings, but I have had a lot of success with the [xX] approach on an experimental...
4376
TANG Thomas (MSMail) ...
Aug 2, 1996 12:28 am
I can not find out how much sapce will the final installation takes? What if I want to install it in a different directory? WHich script should I change? ...
4377
Eric Altendorf ...
Aug 2, 1996 1:06 am
You could try adding a feild to your table which duplicates the feild you want to match except that it was all uppercase or all lowercase. Then when you want...
4378
Chad Owen Yoshikawa ...
Aug 2, 1996 1:43 am
4379
Christopher R. Hertel...
Aug 2, 1996 1:52 am
I've been playing with the acl file in an effort to get a handle on it. I noticed that it applies access rules to specific databases, but not to the server as...
4380
Sam Yates ...
Aug 2, 1996 1:54 am
... Sounds like you have the relation idea down OK (although using a name as a primary key is not necessarily a great idea). Ordinarily, I would say yes, this...
4381
Lazarus ...
Aug 2, 1996 1:55 am
I am preparing to install Msql1.1 on an SGI Challenge S. I'm sure it will install, but I was wondering if anyone knows of msql stability problems under Irix? ...
4382
Nathan Little ...
Aug 2, 1996 2:09 am
Every time I run the "killer" test, I get the following output: Using /bin/time for timing calculations /bin/time produces System V styled output. Dropping...
4383
seljo@...
Aug 2, 1996 3:50 am
I am hoping that you guys (and/or girls) will be able to help me with this. I. Sometimes my table definitions just desappear for awhile, and then they come...
... Details are in the latest FAQ - release 1.22 which is available from bond.edu.au in the usual place. Regards Peter ... Peter Samuel...
4386
Zhen Xu ...
Aug 2, 1996 9:40 am
Hello All, I am new in mSQL programming. I currently have a table say "Company_Profile" whith fields Company_ID, Company_Name, Address... Now, I would like to...
4387
Joerg Oehmichen ...
Aug 2, 1996 10:23 am
Hi David, thanks for your answer. ... Yes, you are right, that was a big mistake by me. But it solves only one part of my problem. Changing the acl-file to: ...