I am trying to import a text field into my table that contains control characters such as HT,CR, and LF. I need to replace with spaces before placing in the table. Any help would be appreciated.
While in Access and viewing the table objects, right click and select 'link tables'. On the 'files of type' select 'ODBC Daabases. You will then be prompted to Select a data source. Here you may create a 'DSN' pointing to your SQL database. After you create the 'DSN', a list of tables will...
You will need to turn trace flag 1807 on. Use 'DBCC traceon (1807)'. This allows you to create or attach to your database using the 'UNC' naming convention. After you have created or attached your database, you can turn the flag off.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.