by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
4 9231How IN function works in informatica? Is it similar that of oracle IN function or different? Explain
2 15083int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
11 19680Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
1972Post New Mphasis Interview Questions
IN integration testing tester should knowledge of code or not?
Explain status in blue prism?
what are the components of an sap enterprise portal?
Tell me can a people tools 8.4 and a people tools 8.1xapplication server run on the same machine?
dc supply given to dc generator winding.how is possible? my knowledge is saying the winding will burn. please reply.
What is the use of the ‘transient’ keyword ?
What is a collection class in c#?
how to calculate earth fault relay current and CBCT ratio
What is one of the advantages of a functional structure? A. All employees report to one manager and have a clear chain of command. B. All employees report to two or more managers, but project team members show loyalty to functional managers. C. The organization is focused on projects and project work. D. Teams are collocated.
What are the common ayurveda medicines which can be used without consulting the doctors?
What are the REST calls in CRM?
What is gradle android?
Where is the worlds longest elevator and how long is it?
Which of the web applications can be deployed with azure?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma