If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > version tracking

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-11-05, 04:43
manojpardeshi manojpardeshi is offline
Registered User
 
Join Date: Nov 2005
Posts: 1
version tracking

i have a column document_id numeric(12,2) . In the web application a user can
make versions of this document (much like a content manaagement application)
when user saves this document i am creating a new document_id eg-if the original doc_id is 10 then new document_id will be 10.1 so when user again modify this document the document_id will become 10.11 (i have limitation can't make new doc_id 10.2).In this way i can only make two versions of a document.
please suggest a solution to overcome this problem thanks.
Reply With Quote
  #2 (permalink)  
Old 11-11-05, 23:38
certus certus is offline
Registered User
 
Join Date: Dec 2003
Location: Canada
Posts: 710
Explain why you can't make document 10.2. Why this limitation?
__________________
visit: relationary
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On