[racket] are there docs on the use of MS SQL Server without ODBC?

From: Ryan Culpepper (ryanc at ccs.neu.edu)
Date: Thu Jan 8 11:53:48 EST 2015

Sorry that's unclear. "Native SQL Server" is the name of another ODBC 
driver (on the system I tried it on, anyway). The db library does not 
currently support any way of talking to MS SQL other than ODBC.

Ryan


On 01/08/2015 11:08 AM, Hanson, Timothy wrote:
> hi,
>
> I'm a Racket hobbyist and have yet to use DB access in any form (under
> racket). I'd be very curious to try accessing MS SQL /without using
> ODBC/. Searching for "native SQL driver" got me here:
>
> http://docs.racket-lang.org/db/notes.html
>
>>
> *6.9.3 SQL Server ODBC Driver*
>
> Basic SQL Server support has been verified on Windows, but the automated
> test suite has not yet been adapted and run.
>
> The “SQL Server” driver refuses to accept NUMERIC or DECIMAL parameters,
> producing the error “Invalid precision value (SQLSTATE: HY104).” If
> possible, use the “Native SQL Server” driver instead.
>
> and I'd love to follow up on that suggestion but was hoping to find
> slightly more details. Is there a good source of wisdom I'm missing?
>
> cheers,
>
> /Tim Hanson
> Entwickler, Portalbetrieb, FEM-Technik
> F.A.Z. Electronic Media GmbH
> www.faz.net <http://www.faz.net/>/
>
> //
>
> /Hellerhofstraße 2-4 | 60327 Frankfurt am Main
> Telefon +49 69 7591-2858 | Fax +49 69 7591-802858
> E-Mail: //t.hanson at faz.de <mailto:t.hanson at faz.de>///
>
> /Amtsgericht Frankfurt am Main, HRB 30912
> //Geschäftsführer Thomas Schultz-Homberg///
>
>
>
> ____________________
>    Racket Users list:
>    http://lists.racket-lang.org/users
>



Posted on the users mailing list.