what is inner join?
what is outer join?
what is a constraint?
tell me about rdbms?
tell me about acid properties?
No Answer is Posted For this Question
Be the First to Post Answer
When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
filter the array values without using filter function?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
What is the purpose of on error resume next statement?
Explain about constants in vb script?
where can i learn VB scripint ?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
which is the good software training centre in bangalore?
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer