Railway recruitment board (Chennai) loco pilot recruitment examination 2006 & 2005&2004 question papers.
16 31359Post New Alpha Interview Questions
Mercury is a better barometric fluid than water because?
how many photographs are published annually in u.s. Print media? : Journalist
What is synchronous and asynchronous message in SAP PI system?
with help of neat sketch explain principle of TIG welding process
How do I wipe my hard drive and reinstall windows?
What are the scenarios in which full table scans occurs?
What’s the attribute for webservice method? What is the namespace for creating webservice?
What is chasm trap? : sap bobi
HOW TO SPOT AHIERARCHY?
What is the latest version of visual basic?
Tell me can a pure virtual function have an implementation?
What types of metals are typically removed via chemical precipitation?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
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
You have two tables with a one to many join based on a field named id. You need to find records in the parent table that are not represented in the child table. how would you accomplish this?