Did you use flatfiles in your projects?At what situation
you used it?How can you upload flatfiles?
Answer / sreeprasad
flat files are simply like a notepad fiel with an
extension filename.db these files are created[ application
specific ] by an application when an backend like oracle ,
sqlserver are not used .the data stored in the files are
sequential in order and data retrieval is sequencial order.
time consuming if ample of data is stored.mostly small
organisation's application use this where they cant afford
sql ,sqlserver etc
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to change the property value at runtime? How it is possible?
What is reusable action?
why you have standardized functions? plzzz guys with real time exp. do answer
Hai anyone please "Explain about Framework in QTP?"
What is the difference between Global and Local Data Sheets?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
what is meant by source control?
How to execute a WinRunner Script in QTP?
how to write regular expression for Date field?
What is meant by Repository?
7 Answers ALFiNE IT Solutions, Four soft,
desribe a situation where u faced a stressful situation and how did u cope with it
I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"