I want to use a Ms c++ version 1.0 dll component at my java Application project and I dont know that it is possible or not ? and Is it Necessary that I change my C component dll according to that my java application can run in every OS like linux?
Latest Answer : throgh a socket programming bidirectional commumication. ...
Does Data warehouse have to be a relational database? Are Data warehouse queries ‘unpredictable’? Why would Data warehouse have ‘few concurrent users’? What is the maximum number of concurrent users, have you dealt with in a real life OLTP system? You have mentioned one way of dealing with slowly changing dimensions. Are they any other ways? Consider common dimensions – Customer, Product, Time etc. Think about how could they change with time? Are Cognos Finance and
Can u say the difference between the application working in c and .net with regard to operating system?
Mainframe Question : I have two record file 1 of employee detail as(employee code,name,designation,joining date,basicpay,next inr date,scale limit,grade code)2 nd file contains monthly attendance format of employee( empcode,yearmonth,dayspresent,absentdays)THEN HOW PROGRAM FOR VALIDATION OF GIVEN 2 FILES? PATNI QUES!
Take this example:#include int main (){ int a [5]; a [3] = 1111; printf ("3[a] = %dn", 3[a]); return 0;}You notice that I use 3[a] instead of a[3], however, this code works fine but I don't know how.It will be grateful if someone explians to me why and how this code works fine.Thanks.
My application scenario is to get data from various servers across the network and display that data in segregated format using a very user friendly GUI.The application is a financial application of real
Can You give some sample code to use in Application Adapter[ccf]?