Ingres
Current User
Use the current user's credentials and the default port, II7.
Host=myServerAddress;Database=myDataBase;
    Explicit Port Specified
Host=myServerAddress;Port=II7;Database=myDataBase;
    Specific User
Host=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;