From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 29 Jul 2000 12:28:07 -0500 From: Steve Harris To: 9fans@cse.psu.edu Subject: [9fans] database fileservice Message-ID: <20000729122807.A382@tiger.home.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Topicbox-Message-UUID: eddbfd58-eac8-11e9-9e20-41e7f4b1d025 Anthony Sorace wrote: > along the lines of what you're doing, i'd like to > see a service that can connect to arbitrary SQL > servers (either remote or local) and provide a > 9-ish interface to that, much like /net. that way Yeah, that *would* be nice, and probably we'd have the thing quicker that way (by just concentrating on the client side). I first looked at porting unixODBC and then building the fs service on top of that, but I didn't like how the unixODBC code looked, and couldn't get the will to port it. Nothing against the code itself, it's probably just the nature of the thing: ODBC has gotten a lot more complicated than I remember, or I've gotten simpler. There were also some weird shared library loading things (for dynamic loading of drivers) and a lot of Windows-mimicking all around which I didn't want to wade into. Steve Harris