Skip to content

A test on inserting long string into SQL server via turbodbc

Notifications You must be signed in to change notification settings

jboscolo/turbodbc_long_strings_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tested on

  • Windows
  • MS SQL Server 2019 and 2022
  • turbodbc.version '4.5.5'
  • drivers: 'ODBC Driver 17 for SQL Server' and 'SQL Server Native Client 11.0'

Error returned when option fetch_wchar_as_char = True: """ turbodbc.exceptions.DatabaseError: ODBC error state: HY104 native error code: 0 """

When Error returned when option fetch_wchar_as_char = False: Some unicode characters are not imported into SQL server correctly, e.g. ûéH instead of 'ûéH'

About

A test on inserting long string into SQL server via turbodbc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages