Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / SQL Server / ADP / February 2006

Tip: Looking for answers? Try searching our database.

Append to a text field

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ryan Langton - 15 Feb 2006 17:39 GMT
Is there any way with T-SQL to append to a text field?

Thanks,
Ryan
Ryan Langton - 15 Feb 2006 20:04 GMT
Nevermind it is simple.
"UPDATE table.field SET field = field + N'Appended Text' WHERE <condition>"

> Is there any way with T-SQL to append to a text field?
>
> Thanks,
> Ryan
Philipp Stiefel - 15 Feb 2006 20:08 GMT
> Is there any way with T-SQL to append to a text field?

Yes, have a look at the TEXTPTR function and the UPDATETEXT
command.

HTH
Phil
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.