How is an empty tuple created?
Can you use the XSLT to convert html into VXML?
What is in angular url?
What’s the difference between mkannotation and mkpointannotation?
What is the protocol in ios?
what are the build phases available in Xcode?
The lean supply chain process at toyota Motor Corporation follows the practice of having only two to four supplier partner per component .what is the effect of this on Toyota Motor Corporation ?
How do you analyze data in excel?
If selected how long would you work for Grapecity?
What is in a database and why excel is not a database [valentina ...
Why do we need cursors in pl sql?
Is winword exe a virus?
Tell me what is blotch print?
Why microsoft azure is used?
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