What i want to do i have Dynamic nav 2009 have data from 3 branches connected to sql server 2005 as supposed below :
Database A,B,c three database same structure and objects but different in data .
Database A is main database. what i want is transfer data(only) from every branch(Database B,C) to main branch A so that i need to use bulk insert to dynamic nav to file(excel,text file,any format) how i make this meaning how i take data from buffer to text file by nav 2009(by using code)
please help me
thanks
Yes i want data for consolidation meaning merge of Database B,C that specified any branch and put them in main branch so that i want to take all data in database B,C AND PUT them in A(main database . because three branches not connected with others by vpn or any thing so that i want to take all data from every branch and but them in file then import them in main branch(Database A).
thanks
My impression is he is saying there is not a good enough connection to allow everyone to be connected to the same NAV instance. If this is the case, how are you transferring the data - via media and human transport?
Doesn't LS Retail have an offering that allows merging of data from disconnected sites?
Have you checked with them?
Duplicating this in code will take a huge amount of work plus some rules for handling conflicts (multiple branches updating the same record).
This also means it will take a huge amount of testing.
Comments
Database A,B,c three database same structure and objects but different in data .
Database A is main database. what i want is transfer data(only) from every branch(Database B,C) to main branch A so that i need to use bulk insert to dynamic nav to file(excel,text file,any format) how i make this meaning how i take data from buffer to text file by nav 2009(by using code)
please help me
thanks
Manish
1. Is what you are trying to accompish even feasible?
2. Assuming (for a moment) that it is, is Bulk Insert the right solution?
I have my reservations on both of these.
thanks
Why aren't the sites connected and running from a single database? Would have saved the cost of the extra two NAV licenses to begin with.
thanks
That has nothing to do with what you are talking about here. That is about how C/Side can write data back to SQL.
thanks
You're saying the sites are not connected because of the cost? Not because of any technical issues. Am I understanding you correct?
Do those cost really outweigh the cost of 3 separate NAV systems (and licenses) plus the development cost of accomplishing what you are contemplating?
Doesn't LS Retail have an offering that allows merging of data from disconnected sites?
Have you checked with them?
Duplicating this in code will take a huge amount of work plus some rules for handling conflicts (multiple branches updating the same record).
This also means it will take a huge amount of testing.
http://mibuso.com/blogs/davidmachanick/