P.S. Just roughly, for eample: https://gist.github.com/813783
On Sun, Feb 6, 2011 at 5:27 PM, Greg Hendershott <greghendersh...@gmail.com> wrote: >> I'd be very happy if somebody found an ODBC connector gathering >> dust in the corner. > > I've tried using Racket's mysterx to talk to ADO and it seemed to work OK. > > On Sun, Feb 6, 2011 at 3:48 AM, Stefan Schmiedl <s...@xss.de> wrote: >> On Sat, 5 Feb 2011 20:28:27 -0800 >> Dave Yrueta <dyru...@gmail.com> wrote: >> >>> is there anyway >>> to write MS SQL Server scripts in Racket that work in a MS SQL server >>> environment? >> >> Hi Dave, >> >> creating SQL scripts is just a matter of building the right string >> for the job at hand. If nobody comes up with a smarter idea, you >> could write this string to a file and pass it to the SQLServer command >> line utility sqlcmd. >> >> The fun starts when you want to work on the output of sqlcmd. You'll >> notice such niceties as cutting off of the data at 1 MB for no good >> reason at all. >> >> I'd be very happy if somebody found an ODBC connector gathering >> dust in the corner. >> >> HTH, >> s. >> _________________________________________________ >> For list-related administrative tasks: >> http://lists.racket-lang.org/listinfo/users >> > _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users