View Single Post

   
  #1 (permalink)  
Old 04-20-2008, 12:11 PM
luissol
 
Posts: n/a
Default Retrieve new values of a database

Hello, I have the view from a table that keeps incrementing with new
values, I have no control of this database, but I need to retrieve the
new values to insert it on my table (sql server) and send some
parameters of the database to another application, I'm using C# to get
access to both databases, so does anybody know of an efficient way to
retrieve only the new values of the dtabase?


Thanks a lot

Luis Saavedra

Reply With Quote