Sparking occur when a load is switched off because the circuit has high a.) Inductance b.) Capacitance c.) Resistance d.) None
14 44579Post New Biwta Interview Questions
What do you mean by Driver Script?
What are some of the important features and benefits of the spring framework?
what should be RCC material i.e iron rod(mm)x cement x stone x sand for laying of slab L 42'x B 22'x tk 0.375ft = 1nos & column of H 17'x15"x8" 2nos.
What is huge pointer in c?
What must be the minimum distance maintained between 2 Generators as per International standards?
what are bind concepts in db2 cobol?
What is the number of IS code of practice to be followed for hydraulic design of sewerage pipe line?
What are the advantages of spring mvc over struts mvc?
Explain the functionality of osi session layer?
Why do you need stage variables?
What is Diamond Problem? How Scala solves Diamond Problem?
How to export job and execute outside from talend studio
What are the parts of Bank's capital?
What are two types of polymorphism?
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