... RTFS ;-) (I have answered this one in PM already, but as I discover the question on the list now and as nobody has answered it, I post my answer here as...
9544
Ally ...
Mar 1, 1997 6:38 pm
Hi again, ... If I understand what you're saying, if 'msqladmin create db_whatever' works for my login and then without changing anything, in the same place I...
9545
jeon jong hwan ...
Mar 1, 1997 8:12 pm
... Where can I get Xmsql..? Please reply me.. ... To remove yourself from the Mini SQL mailing list send a message containing "unsubscribe" to...
9546
Giancarlo Russo ...
Mar 1, 1997 9:39 pm
Hi all Probably they have posted this question a million times on this list but I haven't the answer at the moment so please, be patient with me. I use mSQL...
9547
igor@...
Mar 1, 1997 9:48 pm
... I am more confused. I find no reference for "msqlCreateDB" in the docs for either mSQL 1.x or 2.x. Where did you get it from ? -- ... Dan White ... ...
9548
Charles Reese ...
Mar 2, 1997 12:48 am
Here is a user funtion and database table which does it: The session Id is a unique number I assign to each visitor to my site. <? /* Get the next index number...
9549
David Sklar ...
Mar 2, 1997 3:16 am
let's say i have a big ol' database that looks something like id integer primary key, category integer, msg char(100) and, given an id value, i want to get the...
9550
Amjad Farooq Alvi Bra...
Mar 2, 1997 4:41 am
Hi Msql users, Sorry if my question is to primitive but I am facing the following problem when I try to compile msql 2.0 B4 on SCO 5.0.2 with Development...
9551
An mSql User ...
Mar 2, 1997 5:29 am
I followed all the instructions in the faq... 1. Got the wmsql32-rts.zip. Installed it first. 2. Got the installd.zip file, installed the gorta.dll odbc...
Sigh. move -lmsql near the end of the link line: right before -lsocket would be best. In general, put objects before libraries. ... Ernest Friedman-Hill...
9554
Benjamin Grimm ...
Mar 2, 1997 10:46 am
it is a slow query - because you are doing an ORDER BY msql has to find all of the rows and then return the first N. ... -Ben ... To remove yourself from the...
9555
I.Chazakis ...
Mar 2, 1997 1:41 pm
... I followed the same procedure and got same error message :( ... To remove yourself from the Mini SQL mailing list send a message containing "unsubscribe"...
9556
Alvin Starr ...
Mar 2, 1997 9:29 pm
It would seem that mSQL truncates ints at 7fffffff. this is a problem if you have a value that is a 32bit counter that goes from 00000000->ffffffff. I am about...
9557
Thomas Baetzler ...
Mar 2, 1997 11:04 pm
... Well, looks like mSQL uses signed ints. If you know that your value is unsigned, why don4t you convert it to signed on insertion and back to unsigned on...
9558
SuperUser ...
Mar 3, 1997 12:41 am
Hello :) I am from Yugoslavia :(, my name is Dusan Hadnadjev ! Why mSQL 2.0 Beta 4 not work on the Linux - Slackware 3.0 (Kernel 1.2.13) and machine is 386 DX...
9559
Ally ...
Mar 3, 1997 1:36 am
Hi, Sorry to bring this up again, but has anyone actually used msqlCreateDB (sock, dbname) successfully in their code? Thanks, Ally ... To remove yourself from...
9560
Peter Samuel ...
Mar 3, 1997 2:17 am
... OK, how about Are there any ports of mSQL to other operating systems? See the Contributed Code section. Regards Peter ... Peter Samuel...
9561
Web Master ...
Mar 3, 1997 2:17 am
... The short answer is that you need to upgrade your Linux to version 2 which has a version of mmap that is good enough for mSQL - alternatively get version...
9562
Peter Samuel ...
Mar 3, 1997 2:46 am
... This question comes up every few months or so. The problem is that there is no centralised distribution of mSQL material, vis mSQL distributed by Hughes...
9563
James Black ...
Mar 3, 1997 3:01 am
Hello, ... I have. If you want me to send you the code just let me know, but it is pretty basic, just make certain that the login you are using is the same as...
9564
Peter Tillemans ...
Mar 3, 1997 3:29 am
... ported ... Unfortunately the library shipped with the win32 port is corrupt. However recompiling and linking (libbing?) the library is trivial. It only...
9565
Brian Andrews ...
Mar 3, 1997 3:55 am
... You need Linux 2! Cheers brian ... - Brian Andrews InforMate Technologies Limited Technology Consultants for Information Automation Auckland, New Zealand ...
9566
Peter Samuel ...
Mar 3, 1997 4:16 am
A text copy of the mSQL FAQ can be obtained via anonymous ftp from: ftp://bond.edu.au/pub/Minerva/msql/faq.txt or an HTML copy can be obtained via anonymous...
9567
Gary Bickford ...
Mar 3, 1997 6:32 am
Just a reminder & a thank you on behalf of many folks on this list. I'm sure I'm not the only one on this list who hasn't written a lot of C or C++ in the...
9568
Egon Vellusig ...
Mar 3, 1997 10:20 am
... How to do the sort (... order by id desc ...) without reading all of the rows ? ;-) Regards Egon -- Egon Vellusig, D-93309 Kelheim, Donaustr. 11 Email:...
9569
Dirk Ohme ...
Mar 3, 1997 12:10 pm
Hello everybody! (deutscher Text, s.u.) mSQL for OS/2 2.0 Beta 4 is available. I'm awfully sorry about the delay, but I had some nasty problems/bugs to fix....
9570
markw@...
Mar 3, 1997 12:37 pm
Thanks for sending - its getting quite rare to buy on features nowadays - BRAND BRAND and BRAND seems to be the key issue for most. If its free then it might...
9571
Georg Mischler ...
Mar 3, 1997 1:35 pm
... saw ... been ... need to. Unfortunately, I have to assume the problem is indeed with mSQL, though for some reason those sig 10s seem mostly to appear on ...
9572
95 ...
Mar 3, 1997 1:50 pm
$)C I place the w3-auth cgi program in /cgi-bin.. But, whenever I used this function, I got a message "authentication error".. I compiled httpd with...