Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Udayan Interview Questions
Questions Answers Views Company eMail

Who was the founder of the capital city Pataliputra in Imperial Magadha? (1) Bimbisara (2) Ashoka (3) Ajatasatru (4) Samudra Gupta

17 44663

Post New Udayan Interview Questions




Un-Answered Questions

How to Rcognize the Objects in the Web Page Dialog Using QTP

2113


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1577


How can I add extra html (such as a link) to my form element?

174


what are the different phases involves in cloud architecture?

5


How does sap s/4hana relate to and coexist with the existing sap landscapes?

61






Why is powerpoint so important?

162


What will happen when you compile and run the following code?

610


What are the workparties you've created for your application?

262


How you load a loadrunner agent?

784


What does undef function in perl?

610


Will rust take over c++?

682


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

750


Define an interrupt? : Dot net architecture

628


where proximity sensor installed on tank in loading arm application

1599


Explain ampersand parameter (&block) in Ruby?

3