phase colour is indicated by R Y B (red yellow blue) but in transformer i have seen U V W instead of (R Y B) have any meaning of this
3 21538Post New Kim Yew Interview Questions
What is testng and why is it better than junit?
What is winform application?
What are angular filters?
What is rfid in developing stage? What is scope in rfid?
What is the difference between use and require in perl?
Can an interface implement another interface?
How do web services communicate with each other?
What is heartbeat in hadoop?
What does arrays sort do in java?
How do I create an equation in excel?
What is the function of body content relevance?
Which shell do you assign to a pop3 mail-only account?
Can free-form SQL queries be used with Sqoop import command? If yes, then how can they be used?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
Can we use ddl commands in pl sql?