Skip to content

Instantly share code, notes, and snippets.

@jasonblewis
Created July 26, 2013 04:28
Show Gist options
  • Save jasonblewis/6086206 to your computer and use it in GitHub Desktop.
Save jasonblewis/6086206 to your computer and use it in GitHub Desktop.
connect string
client = TinyTds::Client.new(:username => 'XXXX', :password => 'YYYY', :host => 'ZZZ', :timeout => 0)
result = client.execute("USE AAAA")
result.cancel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment