I fixed this problem when I put an #include <time.h> in the msql.h file ... not elegant but it fixed it ... -- Andre R. Kruger...
10393
C. W. Wright ...
Apr 1, 1997 8:06 am
The docs show an example: if (msqlQuery($sock, "select * from foo") < 0) { echo("ERROR : $ERRMSG\n"); } Which appears to require a: $res = msqlStoreResult(); ...
10394
Robert Donahue ...
Apr 1, 1997 8:59 am
exiting file. Is this not an option or did I miss something? Thanks for you help. It's great to have someplace to ask dump questions. Robert ...
10395
Ib Hoejme ...
Apr 1, 1997 9:04 am
Your message regarding "Re: [mSQL] array data" of Wed Mar 26 1997 16:36:52 +0700 was read on Tue Apr 01 1997 07:05:23 +0100. ... To remove yourself from the...
10396
Administrator_at_QMS-...
Apr 1, 1997 9:25 am
Received: by ccmail from rd.qms.com ... X-Envelope-From: owner-msql-list@... Received: from gatekeeper.qms.com by rd.qms.com (4.1/SMI-4.1) id AA16379;...
10397
hanoi!vuqpsql%netnam2...
Apr 1, 1997 11:05 am
... It may be my silly that I don't understand why you need to pass info in this case. I have built an applet using mSQL-jdbc from Imaginary that will update ...
10398
Dirk Ohme ...
Apr 1, 1997 11:10 am
Hi Paul, ... [...] ... AFAIK there is a precision field entered in the internal structures of Beta 5 - may be this causes the behaviour. BTW: You entered...
10399
Maarten Boekhold ...
Apr 1, 1997 12:06 pm
Hi, I am the author of dbf2sql (which builds into dbf2msql and dbf2pg), and I want someone to take over. I just don't have the time to improve it and ...
10400
Achim Neumann ...
Apr 1, 1997 12:28 pm
Hello I have GORTA working. Here are my steps 1. Build and install msql-1.0.16 (GORTA driver does not support msql-2.0) 2. Run msqld (edit msql.acl to allow...
10401
Manar Hussain ...
Apr 1, 1997 1:19 pm
... On the other hand ... why are you bothered about running a web server? For many of the reasons that I can think of you could probably nobble (configure in...
10402
Stephen Darragh ...
Apr 1, 1997 1:36 pm
... Where is libmsql installed? If not in a standard path (/usr/lib, /usr/local/lib, etc.) then specify the path with the -L option. e.g. gcc...
10403
grund@...
Apr 1, 1997 2:28 pm
A simpel solution to compile the msql distribution under HP-UX 10.xx ... goto the [src] directoy. cd msql vi Makefile.tmpl exchange 'ln -s' by 'cp' save...
10404
Florin Radulescu ...
Apr 1, 1997 2:49 pm
Hi, I've tried to install msql v2b5 under HP-UX and the problem was compiling lang-common/mod_std.c ("too few arguments to function srand" ... or something ...
10405
Thomas de Vries ...
Apr 1, 1997 2:58 pm
Hi there, I'm curently working on a C++ program with the API myself. I do not have much programming experinence, so maybe someone can give me some tips. In the...
10406
J.J. Merelo Guervos ...
Apr 1, 1997 3:10 pm
Hi, Has anybody managed to compile msql in Solaris 2.5? I get lots of error, had to change config.h by hand, and even then, it tries to use ranlib, which does...
10407
sbeer@... ...
Apr 1, 1997 3:33 pm
Larry Stone's fix for the NOT NULL bug worked for me. I previously posted (also to 'bugs') a sample case where REAL seemed not to work under beta 5. It now...
10408
sbeer@... ...
Apr 1, 1997 3:36 pm
Larry Stone's fix for the NOT NULL bug worked for me. I previously posted (also to 'bugs') a sample case where REAL seemed not to work under beta 5. It now...
10409
Fernando Lozano ...
Apr 1, 1997 4:24 pm
Hi, Robert! ... Thanks! []s, Fernando Lozano Rio de Janeiro, Brasil ... To remove yourself from the Mini SQL mailing list send a message containing ...
10410
elliston ...
Apr 1, 1997 6:04 pm
10411
Super-User ...
Apr 1, 1997 7:07 pm
... Fala ai! ... Opa! SunOS 5.5 e' o Solaris 2.5! Pode procurar que tem um compilador chamado cc em algum lugar na maquina. Faz parte do Solaris. Alias acho...
10412
thoth@...
Apr 1, 1997 7:04 pm
Larry Stone <lstone@...> ,in message <3.0.32.19691231180000.00691860@... ... I found a patch in the archives ( ...
10413
Petros Dourouklakis ...
Apr 1, 1997 7:30 pm
... JJ We had quite a debate about this a while ago if i am not mistaken :) There is nothing wrong between Solaris and mSQL. they actually love eachother. Get...
10414
Jeanne Gold ...
Apr 1, 1997 7:40 pm
I have it successfully runing on our Sun Ultra, Solaris 2.5. Can you be more specific about your problems and I will see what I can do to help ... Jeanne ... ...
10415
Henrik Wist ...
Apr 1, 1997 7:41 pm
Ahoi, ... And again that is perfectly wrong... you have to put the -lmsql _after_ any sourcefile. gcc msqltest.c -o msqltest -L/usr/local/mylibs -lmsql, as...
10416
Andrus Kangro ...
Apr 1, 1997 8:05 pm
... Well, in fact, you can, if you set some enviroment variables (QUERY_STRING, etc) and feed some standard input for POST documents. Using www server is ...
10417
David Sklar ...
Apr 1, 1997 9:24 pm
hi. does anyone have any handy routines for escaping out ' and \ in strings in C? It's (duh) real easy in perl, but I'm writing some stuff with the C api now...
10418
ahodgson@...
Apr 1, 1997 9:02 pm
10419
sbeer@... ...
Apr 1, 1997 9:41 pm
After some more testing regarding this bug and Larry Stone's suggested fix, I discovered that the 'offset' member is zeroed prior to the null testing, thus is...
10420
David Sklar ...
Apr 1, 1997 9:54 pm
ok, i answered my own question. here's the code I'm using... -dave http://www.student.net ... #define CHARS_TO_ESCAPE "'\\" char *msqlEscape(char *pcOld) { ...
10421
A. R. M. ...
Apr 1, 1997 10:47 pm
Hi, Does anyone have a "complete" version of the w3-auth docs handy? The only one I found was only 1 1/3 page (printed) html version and ends with two bold...