On Oct 31, 8:55, Kerry Garrison wrote: } Subject: [mSQL] WShow 2.0b6 ... Kerry, in doing a 'make test' with Wshow, I get the following: rob@sun 23:06 pts/8...
6374
ChangHyun Bang ...
Nov 1, 1996 12:02 pm
Hi, mSQL developers. I evaluated mSQL product Version 1.0.16. I found SQL query not execute LIKE. Execute result is 0 rows matched by "msql" program. Query...
6375
Lance Cottrell ...
Nov 1, 1996 12:08 pm
I am trying to speed the following query: $query = "select distinct match_up.adID, ad_info.file, ad_info.next_show, "; $query .= "ad_info.period,...
6376
Bram Heerink ...
Nov 1, 1996 12:16 pm
... You can use msql import but I have written a small turbo pascal program that reads from file the data and writes ... insert into table etc... insert into...
6377
Damian Hamill ...
Nov 1, 1996 12:23 pm
... try echo "select * from foobar \g" | msql thedb regards damian -- "There's plenty of rainforest" - A person selling Living Marxism at Edinburgh Festival. ...
6378
Frank D. Cringle ...
Nov 1, 1996 2:44 pm
... It's quicker like this... $/ = undef; $filecontent = <FILE>; ... A simple-minded approach is just to convert $filecontent to hex before inserting it and...
6379
Frank D. Cringle ...
Nov 1, 1996 2:44 pm
... You add them to the gcc command line when linking the program (on SysV-derived Unices like Solaris2). ... gcc -o search.o libcgi.a libmsql.a -lsocket -lnsl...
6380
Mats Gustafsson ...
Nov 1, 1996 2:49 pm
... Hi Tobi! The -lnsl and -lsocket options directs the compiler to search the libraries libnsl.a and libsocket.a for symbols (functions) that might otherwise...
6381
Kenneth.Holmlund@...
Nov 1, 1996 3:23 pm
... If you get 0 matched rows that simply means the mSQL doesn't find anything matching your request. The reason is that your query doesn't use the correct...
6382
Ashwin Dixit ...
Nov 1, 1996 4:56 pm
... Hi Devon, Try something like the following piece of code. Now you don't have to parse each line. You can do one regex operation on the entire contents of...
6383
Byron Kidd ...
Nov 1, 1996 7:05 pm
Having outgrown www-msql, and wishing to avoid writing lengthy Perl scripts and Java to accomplish relatively simple tasks I decided to install PHP/FI. Here is...
6384
Mario Sergio Fujikawa...
Nov 1, 1996 7:45 pm
Regards, Mario Ferreira. (lioux@...) ... To remove yourself from the Mini SQL mailing list send a message containing "unsubscribe" to...
6385
David H Dennis ...
Nov 1, 1996 8:40 pm
... You have to add a wild card to the end of the like: select * from test where name like 'Ba%'\g The '%' acts like a * in file names. ... Here you need a...
6386
Kerry Garrison ...
Nov 1, 1996 8:54 pm
... This is when doing a make on MsqlPerl, you should post this question to the MsqlPerl list as I dont have any experience installing it on a Sun. ... To...
6387
Pascal Forget ...
Nov 1, 1996 9:32 pm
Hi All, I have uploaded a new version of the flat file importer msql-import into: ftp://Bond.edu.au/pub/incoming it should be moved shortly to: ...
6388
Guy Kenneth McArthur ...
Nov 2, 1996 12:18 am
I have a question about ACL's. (Actually, this was brought up by a UNIX guru friend). Consider the following ACL: database=test2 read=* write=me,root,nobody ...
6389
Mark Thompson ...
Nov 2, 1996 2:02 am
Hi, I'm looking into database programs to display a membership list for a company and I need to find out if mSQL will do what I need. The basic form of the...
6390
David Rickey ...
Nov 2, 1996 3:02 am
Hello all, well my mSQL/PHP adventures are coming along nicely(baby steps, baby steps) but I have a need for a different type of DB application and I would...
6391
David Rickey ...
Nov 2, 1996 3:49 am
Maybe I should mention that we are running Linux, Apache on a P120 for this task. the original message: Hello all, well my mSQL/PHP adventures are coming along...
6392
Peter Tillemans ...
Nov 2, 1996 3:55 am
... Could you describe exactly what commands you do before this happens. Include the contents of your msql.acl file. Just to check : you did define 'localhost'...
6393
Peter Tillemans ...
Nov 2, 1996 3:55 am
... The library "libmsql.lib" is part of the distribution of MSQL for Win32. It is currently configured as a static library, but do not let that stop you : the...
6394
ChangHyun Bang ...
Nov 2, 1996 3:55 am
... Thank, your answer correct. I have good result. ... To remove yourself from the Mini SQL mailing list send a message containing "unsubscribe" to...
6395
Martin Schulze ...
Nov 2, 1996 10:00 am
... Correct. Regards, Joey -- / Martin Schulze * Debian Linux Maintainer * joey@.../ / http://www.debian.org/...
6396
Bruce Morrison ...
Nov 2, 1996 2:04 pm
... Slap me if this is a sillyquestion , but how does msqld know the uid of a remote process ? Bruce ...
6397
Frank D. Cringle ...
Nov 2, 1996 2:20 pm
... Worse. It means that anybody who *claims* to be root at any host can write to your database. -- Frank Cringle | fdc@... ...
6398
David Jones ...
Nov 2, 1996 6:12 pm
... Well, under many circumstances, it can't. It simply takes your word for it. Which is why many people want to graft on some stronger authentication. I...
6399
Mike McCammant ...
Nov 2, 1996 9:18 pm
I wanted to apologize if my system sent any "crap" back into the list. My system gave up the ghost last night, and when i got it up, procmail was doing some...
6400
Peter Tillemans ...
Nov 3, 1996 12:10 am
... MSQL was ported to Win95 and the GORTA drivers do provide a good basis for ODBC. They operate together on a single machine just fine. Both can be found in...