sql server - The binding status was "DT_NTEXT". The data flow column type is "DBBINDSTATUS_UNSUPPORTEDCONVERSION" -


i have following query in access:

select field1, field2, field3, "2015" testyear table1 

i use query in sql server import/export tool data access database sql server database.

i keep getting error:

"(sql server import , export wizard)

error 0xc002f446: data flow task 1: error occurred while setting binding "testyear" column. binding status "dt_ntext". data flow column type "dbbindstatus_unsupportedconversion". conversion ole db type of "dbtype_iunknown" destination column type of "dbtype_wvarchar" might not supported provider.

the destination table column testyear of type nvarchar.

i checked source in import package , column shown longtext. not sure why since column's length 4.

can please me fix problem?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -