Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
Define the execution model related to event pipeline?
Is wordpress easy to use?
what are the performance and scalability characteristics of mysql? : Sql dba
Explain geolocation api in html5.
How o select the electrical fuse?.What are its characteristics.How to select the material od fuse?
what are the pre-requisites that should be taken before assigning sap_all to a user even there is an approval from authorization controllers?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
Explain controlling (co) in sap? : co- general controlling
what are the limitations of accounting conventions
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
Can ubuntu replace windows?
What is the difference between client and server database cursors?
What is map side join?
What is hibernate hbm2ddl auto?
How does java handle integer overflows and underflows?