Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. cl <- makeCluster(10)
  2. registerDoSNOW(cl)
  3. clusterEvalQ(cl, {
  4. library(RODBC)
  5. dbhandle <- odbcDriverConnect(%connectionstring%)
  6. })
  7.  
  8. [[1]]
  9. [1] -1
  10.  
  11. [[2]]
  12. RODBC Connection 1
  13. Details:
  14. case=nochange
  15. DRIVER=SQL Server
  16. SERVER=redacted
  17. UID=
  18. Trusted_Connection=Yes
  19. WSID=redacted
  20. DATABASE=redacted
  21.  
  22. [[3]]
  23. [1] -1
  24.  
  25. [[4]]
  26. RODBC Connection 1
  27. Details:
  28. case=nochange
  29. DRIVER=SQL Server
  30. SERVER=redacted
  31. UID=
  32. Trusted_Connection=Yes
  33. WSID=redacted
  34. DATABASE=redacted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement