Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Ad icon
ව්යාපාර, Tuition පන්ති සහ Personal Portfolios සඳහා Web Setup එකක් රු. 9,099/- කට (වාර්ෂික renewal ර
thathsilura
Updated:
Yesterday at 6:17 PM
AWS Certified Solutions Architect-Associate + AWS Certified Cloud Practitioner
Sanjeewani95
Updated:
Aug 19, 2026
🚀 එක පැකේජ් එකයි - මාසෙටම Unlimited Internet! 🌐
sayuru bandara
Updated:
Aug 18, 2026
🎬 CapCut Pro 1 Month Access! LKR 600
sayuru bandara
Updated:
Aug 18, 2026
🚀 Google One AI PRO Plan (Gemini Pro Activation) – 18 Months Access! LKR 2200
sayuru bandara
Updated:
Aug 18, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Talk!
සර්වර් එකක් ගන්න උදව්වක් අවශ්යයි
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="HAneo" data-source="post: 27197886" data-attributes="member: 17432"><p>For large ERP systems, we use client Side lightweight DB like SQL Express. let's say you need to get a product by its ID when creating an Invoice. you can get it from loaded Products on the client-side instead of requesting data from a server with an unknown condition. and save the Invoice data on the client-side. as well as for ERP you need a write a Journal as well. implement proper Day end process and Sync data back and forth.</p><p></p><p>Scenarios:</p><p>1. in case of full data lost you have journals and can manually upload the data to the system</p><p>2. If day end fails client-side DB's has the individual data. so you can run the Day End once again at night or in the morning where network traffic is minimum </p><p>3. in this way you only need the connection for a few minutes from server to client </p><p>4. do not use SQL replications cus ultimately you will end up in the mud. instead of that think about what data need to be sent from client to server and server to client at the end of the day and create a program yourself for sync </p><p>5. instead of getting a PC, try SOme Free Mysql DB on the cloud. you only need an Extra DB for this task yes? SO if your systems already using MSSQL create an adaptor Program to Transform MSSQL to MySQL</p><p>(USe dapper or IBatis (<a href="https://ibatis.apache.org/docs/dotnet/datamapper/" target="_blank">iBatis Apache </a>) )</p><p></p><p>and you need to implement proper DR Plans. in this case keep 2 MySQL instances in sync with each other. if one fails you can point the Clients to another DB and execute DR plans (which means recovering the original DB)</p></blockquote><p></p>
[QUOTE="HAneo, post: 27197886, member: 17432"] For large ERP systems, we use client Side lightweight DB like SQL Express. let's say you need to get a product by its ID when creating an Invoice. you can get it from loaded Products on the client-side instead of requesting data from a server with an unknown condition. and save the Invoice data on the client-side. as well as for ERP you need a write a Journal as well. implement proper Day end process and Sync data back and forth. Scenarios: 1. in case of full data lost you have journals and can manually upload the data to the system 2. If day end fails client-side DB's has the individual data. so you can run the Day End once again at night or in the morning where network traffic is minimum 3. in this way you only need the connection for a few minutes from server to client 4. do not use SQL replications cus ultimately you will end up in the mud. instead of that think about what data need to be sent from client to server and server to client at the end of the day and create a program yourself for sync 5. instead of getting a PC, try SOme Free Mysql DB on the cloud. you only need an Extra DB for this task yes? SO if your systems already using MSSQL create an adaptor Program to Transform MSSQL to MySQL (USe dapper or IBatis ([URL='https://ibatis.apache.org/docs/dotnet/datamapper/']iBatis Apache [/URL]) ) and you need to implement proper DR Plans. in this case keep 2 MySQL instances in sync with each other. if one fails you can point the Clients to another DB and execute DR plans (which means recovering the original DB) [/QUOTE]
Insert quotes…
Verification
Payakata winadi keeyak tibeda?
Post reply
Top
Bottom