The last time I tested connecting to MS SQL Server on Windows (several years ago), I think I was able to connect using some drivers but not others. I was simultaneously trying to figure out authentication and the connection string format, so once I got a working configuration I stopped investigating. Lately I've been testing using the Docker image on Linux.
I've attached a program you can run to find out where the connection process hangs. If you can report the results of running the program that should help narrow down the problem. Ryan On Sat, Sep 19, 2020 at 12:25 AM Jin-Ho King <jinho.k...@gmail.com> wrote: > Does anyone have experience using Racket to query a MS SQL Server? I'm > attempting to use the db-lib package (https://docs.racket-lang.org/db/) > and odbc-driver-connect, but running the method just hangs, with no > feedback. By contrast, using the same connection string, I can successfully > connect using python and pyodbc. > > Any suggestions or tips would be appreciated! > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to racket-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-users/58e03456-b76e-4212-a170-82e1fc4fb178n%40googlegroups.com > <https://groups.google.com/d/msgid/racket-users/58e03456-b76e-4212-a170-82e1fc4fb178n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CANy33qmKHvD7NrR7N5NZXCsGxy2beuPTw%2BPqDHsvmJo5t%3DLqgA%40mail.gmail.com.
test-odbc.rkt
Description: Binary data