how are you qualified for this job?
What are the signs of a failing hard drive?
Define nuclear pollution?
What all are steps in up gradation of Informatica server?
What is datapool cursor?
How can we implement rollback or commit statement in a trigger?
How can I check if a environment variable exist or not?
how to calculate the magnetizing current of ct ( 800A/1A) for Relay 64
How do I fix winword exe application error on windows 10?
How long does startup repair take windows 7?
What are the functions of legislature?
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
What the different topologies in which replication can be configured?
What Problem Management tools are available?
Which is faster python or c?