Track changes in a text field like Word does?

  • Thread starter Thread starter JLuppens
  • Start date Start date
J

JLuppens

Does anyone know if there
is a way to track changes in a text field like word does? I am using
a SQL2000 database and can use either VB.Net or Access. The field is
either ntext or Varchar. I would like to show users the changes
other users have made to a text field using a other font or font
color.

Thanks
 
Jeff,

I don't think that standard features in SQL 2000 and Visual Studio .Net
include this.
Probably you should consider using Word as OLE component for editing the
desired field in your application.

--
Victor Urnyshev [MSFT]
This post is "AS IS" with no warranties, and confers no rights.
--------------------
|Subject: Track changes in a text field like Word does?
|From: (e-mail address removed)-spam.invalid (JLuppens)
|Newsgroups: microsoft.public.dotnet.general
|Mime-Version: 1.0
|Content-Type: text/plain; charset=ISO-8859-15
|Content-Transfer-Encoding: 8bit
|User-Agent: newsSync (Online .NET Forum) 136399
|Message-ID: <[email protected]>
|Date: 25 May 2004 12:20:35 -0500
|Lines: 15
|X-Authenticated-User: $$f_w91tn_g
|X-Comments: This message was posted through <A href
|X-Comments2: IMPORTANT: Usenet.com does not condone,
|X-Report: Please report illegal or inappropriate use to
|Organization: Usenet.com - #1 Newsgroups service on the planet! -
http://www.Usenet.com
|Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!newsfeed.icl.net!news-out2.nntp.be!local!text-eas
t!not-for-mail
|Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.general:135165
|X-Tomcat-NG: microsoft.public.dotnet.general
|
| Does anyone know if there
|is a way to track changes in a text field like word does? I am using
|a SQL2000 database and can use either VB.Net or Access. The field is
|either ntext or Varchar. I would like to show users the changes
|other users have made to a text field using a other font or font
|color.
|
|Thanks
|
|
|
|----------------------------------------------------------
|
|----------------------------------------------------------
| http://www.usenet.com
|
 
Back
Top