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 |
Give examples where vb script can directly run on users system with windows as os?
I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong
Explain vbscript in detail?
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
Does VB/Win make standalone .EXE files?
Explain How do you create a recordset object in vbscript?
I have a webtable and many objects are embedded in side.(like buttons,checkboxes etc). How to know how many such objects are there? what is the class of that objects?
The function template cocept is implemented in vb.net is ???
How to add actions in driver script to run those actions in QTP?
write a vb script to rename a folder from tree4 to tree7
What is the difference between vb debugger and the script debugger?
What is the use of the instr function?