in a VB application, where the data will be stored after
manipulation? what is the syntax for that?
No Answer is Posted For this Question
Be the First to Post Answer
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
Difference of Console, web & windows applications?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
I want Ada programming language books. Could anyone post me any link for that?
How can we develop a multi-tier application in Java?
What is the difference between: x=a+b+c+d; and x=SUM(a,b,c,d);?sas
. With the help of above table EMP, perform the following operation is sql. a) Add the new column “DEPTNO” b) Rename the table c) Update table d) Modify the table if column ‘SAL’ whose data type is number (10) and you want to enter varchar2 (15) . For example $USD 20 etc.
what is inprocess and outprocess in vb
is it acceptable if we declare multiple exceptions in same overridden method.
how can we implement locks in plsql?
In Java what is the difference between following two statements ? int a[],b; int []a,b;