If you (or anyone else) is still running 2.0.3 then I would STRONGLY suggest that you upgrade to 2.0.11. The 2.0.3 code was released in 1997 and we have fixed...
22100
kailash ramesh vyas
vyaskailash@...
May 15, 2001 7:23 am
i already have 2.0.11 installed on my local m/c. but the server is running on 2.0.3 where i don't have permisssion to install. could that be the only reason...
22101
David J. Hughes
bambi@...
May 15, 2001 9:39 pm
Please, let me assure you, mSQL 2.0.3 does have bugs. That is why 2.0.4 and the other 2.0.x releases were made. See if you can get your service provide to...
22102
Mike Lee
mike.lee@...
May 16, 2001 2:11 pm
I was unable to compile mSQL on my system. I posted a request for assistance at the web site and never received a response to my query. I have since LOADED...
22103
David J. Hughes
bambi@...
May 16, 2001 9:57 pm
Mike, Sorry for your troubles using the support site. We have had several reports of problems with it. We will turn it off and fall back to normal email for ...
22104
kailash ramesh vyas
vyaskailash@...
May 30, 2001 5:29 am
hi i am having problems connecting with msql database in java program. this is the code i am using to connect to database. url =...
22105
Brian Jepson
bjepson@...
May 30, 2001 1:09 pm
On 30 May 2001, kailash ramesh vyas wrote: [...] ... Sounds like you might be using an older version of the JDK than the driver requires. You should check out...
22106
Endre, MAGYARI
endre@...
May 31, 2001 5:39 am
Hi Bambi, You know, a lot of things are missing from Lite (for ex) string manipulation routines. I need know a strlen-like function, and have no idea how to ...
22107
David J. Hughes
bambi@...
May 31, 2001 6:19 am
Hi, To be honest, Lite has very good string manipulation routines in the standard module. An simple example using some of them : $string = "This is a test"; ...
22108
Endre, MAGYARI
endre@...
May 31, 2001 6:43 am
Hi, ... Well, I didn't know that a string can be thougt as of an array of characters. If so, it's really great. ... Can't wait to download it. My dynamically...
22109
Michael Hall
mhall6520@...
May 31, 2001 6:44 am
Well, since you asked... I'd like to see XOR abilities "^" on strings such as what Perl implements. Mike ... This is the Mini SQL Mailing List operated by...
22110
Doug Hardie
bc979@...
May 31, 2001 7:04 am
... One of the things I noticed is there are more untility functions in the msql package than are documented. I don't recall which ones at present, but I was...
22111
Sergey P. Vazulia
svazulia@...
May 31, 2001 7:20 am
Hi! i use msql-2.0.11 now and wait some things we have no: 1. sql queryes like "select ... from ... where ... in (array or another queue)" 2. with _seq yet two...
22112
David J. Hughes
bambi@...
May 31, 2001 7:54 am
Hi Endre, ... Yup, you sure can. Just to quote the manual "A special operator supported by Lite is the count operator written as the # sign. The count operator...
22113
David J. Hughes
bambi@...
May 31, 2001 8:01 am
... Mike, That's not a feature of Perl with which I'm familiar (haven't written any perl in anger in years). If you drop me a line off the list outlining what...
22114
David J. Hughes
bambi@...
May 31, 2001 8:10 am
... Fair comment Doug. The doco did slip behind the code, particularly in the modules area. We have written a tool as our "test application" for ember ...
22115
kailash ramesh vyas
vyaskailash@...
Jun 7, 2001 12:37 pm
hi can anybody give me more information of how to search databases quickly. "select last_name, first_name, company, e_mail"+ "from addr_book" + "where...
22116
kailash ramesh vyas
vyaskailash@...
Jun 7, 2001 12:37 pm
hi can anybody give me more information of how to search databases quickly. "select last_name, first_name, company, e_mail"+ "from addr_book" + "where...
22117
Michael Hall
mhall6520@...
Jun 9, 2001 9:34 pm
I'm curious what the overhead requirements are for the w3-msql cgi program available with mSQL. I've been using it for some time but I'm curious how much is...
22118
Doug Hardie
bc979@...
Jun 9, 2001 11:09 pm
... I can't provide any measured performance statistics, but I can really see when perl runs using top. Significant decrease in idle time. However, the same...
22119
Michael Hall
mhall6520@...
Jun 11, 2001 7:07 am
Does anyone know if subroutines are supported in Lite (specifically w3-msql cgi program)? If so, how are they defined (are they defined the same as Perl)? If...
22120
kailash ramesh vyas
vyaskailash@...
Jun 11, 2001 11:43 am
hi how does index property enhance the efficiency of database. -kailash _____________________________________________________ Chat with your friends as soon as...
22121
William R. Mussatto
mussatto@...
Jun 11, 2001 7:17 pm
... It makes some operations faster by making it possible for the database to look up the index (which is ordered) and then use the address of the record in...
22122
David J. Hughes
bambi@...
Jun 12, 2001 2:34 am
... Hi. One note on query execution speed - regex matches are slow. Simple as that. Not only do they chew up CPU Time during the query's execution, but you...
22123
Richard Johns
Richard.Johns@...
Jun 19, 2001 5:45 pm
This isn't really a problem... more of a query. Are there any known resource contention problems running Informix on the same platform as MSQL? The platform...
22124
Wayne Jackson
wjackson@...
Jun 20, 2001 11:27 pm
I went to change my email address, and it asks for a key. Was there ever a key? Wayne Jackson ICQ: 30427112 ICBM Target Coords: 27.500S, 153.017E ...
22125
David J. Hughes
bambi@...
Jun 20, 2001 11:58 pm
Sorry, not sure I follow you. Email address for what? When/how are you asked for a key? Bambi ... From: owner-msql-list@... ...
22126
kailash ramesh vyas
vyaskailash@...
Jul 11, 2001 7:01 am
hi ppl is there a select query where i can limit the number of results to be shown. since i am retrieving from a large database can i limit to see only the 1st...
22127
kailash ramesh vyas
vyaskailash@...
Jul 11, 2001 7:01 am
hi ppl is there a select query where i can limit the number of results to be shown. since i am retrieving from a large database can i limit to see only the 1st...
22128
Doug Hardie
bc979@...
Jul 11, 2001 7:16 am
... It would be quite easy to write a simple program that retrieves the records and stops after the limit. -- -- Doug ... This is the Mini SQL Mailing List...