what is the use of Data base check point ?
Answers were Sorted based on User's Feedback
Answer / anil.sts
it means the impact of front end operations on the backend
tables that is the data validation and the data integrity
(i.e the opetations like inserting, and updating and
deleting whatever the operations that should affect in the
backend tables)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
A database checkpoint checks the contents of databases
accessed by your web site
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / satish kumar roy
data base check point nothing but just like a data
Integrity means impact of front operations on backend
tables
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example
Write a program to display the numbers in the below format using for loops? 1 2 3 4 5 6 7 8 9 10 11 12 and Write a program to display the numbers in the below format using for loops. 1 2 3 4 5 6 7 8 9 10
What is the difference between do until loop and do while loop?
How to Import data from a file (file is on the desktop) to the data table
How do you declare a variable in vbscript?
What variable can you use to share info across the whole application for one user?
how to write code: to check whether the window of an Application Under Test exist or not . plz give with example
write a program to display configuration of a local system with the help of vb script.
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem
Which operator can be used to check if two numbers are equal or not in vbscript?