What is the difference between earth fault protection of motor feeder with CBCT and Without CBCT ?
2862Post New Michelin Interview Questions
What are the drawbacks of blockchain?
What is autocommit sql?
What is ejb and its architecture?
What are jms channels?
What is not thread safe?
What is segmentation?
How proxy servers protect computer networks?
How to elaborate powercenter integration service?
What are WebSockets in node.js?
What is the use of internal number ranges in for RFx and quotations in Bidding Engine?
What is the difference between a web application and a website?
How do you insert a line break?
What are techniques can be used for the keyword normalization?
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 is the difference between public, private, and protected inheritance?