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 > wrapping a database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-26-04, 11:39
leazfe leazfe is offline
Registered User
 
Join Date: Feb 2004
Posts: 16
wrapping a database

I have a short database in order to wrap another system which have the information I need. This Wrapper is done in Access and i have to chek the server for new information every night. The question is, since my Wrapper have 9 tables and the amount of register is around 4000, Do i have to look only for field modified or can I just make a copy from all the dates I need?(I mean, tobuild the hole Wrapper again) I know there are so much information but, is it worth to look for modifications in all the dates ?

Thanks in adavance,
Álvaro
Reply With Quote
  #2 (permalink)  
Old 03-26-04, 14:55
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
It depends on how accurate you need your wrapper data to be... If "close" is good enough, you can probably make the checks simple. If accuracy is important, you should probably just recopy the whole thing, just to be sure.

-PatP
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