I have two PLC processors. I want to communicate both processor with each other. How i can do so?
2139Post New IHG InterContinental Hotels Group Interview Questions
Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.
when should you create a forest? : Windows server 2003
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
How do you match one letter in the current locale?
Types of Sharing Rules in Salesforce and Explain it?
What happens to the current transaction if the session is killed?
What is the purpose of sass?
What is the purpose of regexp_label property?
Can a key be both primary and foreign?
who is a hacker?
What is Latency?
Why are routing groups not used in exchange server 2007?
what are the benefits of cubes?
How do you use excel to graph?
How do I use a third-party jdbc driver with jms? : BEA Weblogic