using System;
namespace HelloWorld
{
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello
World!");
// TODO: Implement Functionality Here
Console.Write("Press
any key to continue . . . ");
Console.ReadKey(true);
}
}
}
How to Configure DB2 in IBM Rational Application Developer (RAD)? Step: 1 Go to Data Source Explorer Step: 2 Right Click on Database connection and click New Step: 3 Select Db2 for Linux, UNIX and Windows from Select a database manager and enter appropriate details in Properties Step: 4 Click on Test connection Step: 4 Click on Finish
Comments
Post a Comment