Advertisement
Guest User

Untitled

a guest
Mar 20th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. [ODBC][12536][__handles.c][444]
  2. Exit:[SQL_SUCCESS]
  3. Environment = 0x7f17ae9d2a40
  4. [ODBC][12536][SQLAllocHandle.c][345]
  5. Entry:
  6. Handle Type = 2
  7. Input Handle = 0x7f17ae9d2a40
  8. [ODBC][12536][SQLAllocHandle.c][463]
  9. Exit:[SQL_SUCCESS]
  10. Output Handle = 0x7f17ae9d1360
  11. [ODBC][12536][SQLConnect.c][3549]
  12. Entry:
  13. Connection = 0x7f17ae9d1360
  14. Server Name = [insy_odbc][length = 9 (SQL_NTS)]
  15. User Name = [t][length = 1 (SQL_NTS)]
  16. Authentication = [*][length = 1 (SQL_NTS)]
  17. UNICODE Using encoding ASCII 'ISO8859-1' and UNICODE 'UCS-2LE'
  18.  
  19. [ODBC][12536][SQLConnect.c][4123]
  20. Exit:[SQL_SUCCESS]
  21. [ODBC][12536][SQLAllocHandle.c][510]
  22. Entry:
  23. Handle Type = 3
  24. Input Handle = 0x7f17ae9d1360
  25. [ODBC][12536][SQLAllocHandle.c][872]
  26. Exit:[SQL_SUCCESS]
  27. Output Handle = 0x7f17ae9d3980
  28. [ODBC][12536][SQLGetInfo.c][214]
  29. Entry:
  30. Connection = 0x7f17ae9d1360
  31. Info Type = SQL_FETCH_DIRECTION (8)
  32. Info Value = 0x7fff7bb4bf28
  33. Buffer Length = 4
  34. StrLen = (nil)
  35. [ODBC][12536][SQLGetInfo.c][528]
  36. Exit:[SQL_SUCCESS]
  37. [ODBC][12536][SQLExecDirect.c][233]
  38. Entry:
  39. Statement = 0x7f17ae9d3980
  40. SQL = [
  41.  
  42.  
  43. DECLARE @cols AS NVARCHAR(MAX),
  44. @query AS NVARCHAR(MAX)
  45.  
  46. select @cols = STUFF((SELECT ',' + QUOTENAME(subjname)
  47. ...][length = 705 (SQL_NTS)]
  48. [ODBC][12536][SQLExecDirect.c][496]
  49. Exit:[SQL_ERROR]
  50. DIAG [42000] [FreeTDS][SQL Server]SELECT failed because the following SET options have incorrect settings: 'ANSI_NULLS, QUOTED_IDENTIFIER, CONCAT_NULL_YIELDS_NULL, ANSI_WARNINGS, ANSI_PADDING'. Verify that SET options are correct for use with indexed views and/or indexes on computed columns and/or filtered indexes and/or query notifications and/or XML data type methods and/or spatial index operations.
  51.  
  52. [ODBC][12536][SQLError.c][342]
  53. Entry:
  54. Statement = 0x7f17ae9d3980
  55. SQLState = 0x7fff7bb4bcb0
  56. Native = 0x7fff7bb4bcb8
  57. Message Text = 0x7fff7bb4bcc0
  58. Buffer Length = 511
  59. Text Len Ptr = 0x7fff7bb4bcbe
  60. [ODBC][12536][SQLError.c][379]
  61. Exit:[SQL_SUCCESS]
  62. SQLState = 37000
  63. Native = 0x7fff7bb4bcb8 -> 1934
  64. Message Text = [[unixODBC][FreeTDS][SQL Server]SELECT failed because the following SET options have incorrect settings: 'ANSI_NULLS, QUOTED_IDEN]
  65. [ODBC][12536][SQLFreeStmt.c][140]
  66. Entry:
  67. Statement = 0x7f17ae9d3980
  68. Option = 1
  69. [ODBC][12536][SQLFreeHandle.c][365]
  70. Entry:
  71. Handle Type = 3
  72. Input Handle = 0x7f17ae9d3980
  73. [ODBC][12536][SQLFreeHandle.c][462]
  74. Exit:[SQL_SUCCESS]
  75. [ODBC][12536][SQLDisconnect.c][204]
  76. Entry:
  77. Connection = 0x7f17ae9d1360
  78. [ODBC][12536][SQLDisconnect.c][341]
  79. Exit:[SQL_SUCCESS]
  80. [ODBC][12536][SQLFreeHandle.c][268]
  81. Entry:
  82. Handle Type = 2
  83. Input Handle = 0x7f17ae9d1360
  84. [ODBC][12536][SQLFreeHandle.c][317]
  85. Exit:[SQL_SUCCESS]
  86. [ODBC][12536][SQLFreeHandle.c][203]
  87. Entry:
  88. Handle Type = 1
  89. Input Handle = 0x7f17ae9d2a40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement