Date: Wed, 14 May 1997 22:11:10 -0700 (PDT) From: Doug White <dwhite@gdi.uoregon.edu> To: John-Mark Gurney <gurney_j@resnet.uoregon.edu> Cc: "Jonathan M. Bresler" <jmb@FreeBSD.ORG>, webmaster@FreeBSD.ORG Subject: Re: help! apache doesn't send cgi's output... Message-ID: <Pine.BSF.3.96.970514220515.18483A-100000@localhost> In-Reply-To: <19970514153146.26267@hydrogen.nike.efn.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 14 May 1997, John-Mark Gurney wrote: > > would be nice to be able to search the database using > > miniSQL ;) > > well.. it shouldn't be that hard to adapt to SQL... just never done > any SQL programming... Doug, you have an easy example to use? I have ancient stuff I wrote last year that's quite crusty but would serve as a decent start to the mSQL C API. The API is quite straightforward, actually -- the worst part is that you have to stick together strings for the queries and you know how well C does string manipulation (wink wink).. > I was thinking about creating an index along side this databae so that > we could do indexing/sorting easier... if someone is interested in the > source for the cgi... just mail me... you'll be surprised how simple it > is... :) mSQL would do that for you. Disadvantage is that someone has to run the daemon, but it's quite small and requires no user intervention once running, and it's very, very fast. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970514220515.18483A-100000>