Difference between VBScript and Java script

Posted in Labels:


Java Script:
1.      Java script case sensitive
2.      Java Script will be run on client side.
3.      JavaScript will explore in all the browser
4.      JavaScript is  more like c++
5.      JavaScript is client side validation
Example: Var x;
             for(x=1;x<=10;x++)
            {
            document.write(x+”<BR>”);
           }

BV Script:
1.      VBScript not case sensitive
2.      VBScript both client  side and server side
3.      VBScript is like VB
4.      VB accept only internet explore
5.      VBScript for server side validation
   Example:
Dim x
For x=1 to 10
Document. Write x & “<BR>”
next

Fully integrated EDI and Financial EDI

Posted in Labels:


Fully Integrated EDI:
Fully integrated EDI systems encompass electronic data sharing throughout all aspects of the purchasing and payments cycle. The fully integrated EDI system allows the purchasers computer system to electronically check inventory levels and production schedules to determine whether the requested item in stock or when it scheduled to be produced. 

Financial EDI: 
The banker EDI council defines financial EDI as the electronic exchange of payments related information or financially related documents in standard formats between partners. Financially EDI is the key distinguishing feature between partially and fully integrated EDI systems. Some farms may transfer funds electronically and produce the remittance advice in hard copy format that is sent through the postal service.