Пример #1
0
 CompositeCommand IDrdaRequest.GetCommand() =>
 new CompositeCommand(
     CodePoint.EXCSAT,
     EncodingEbcdic.GetParameter(CodePoint.EXTNAM, "derbydncmain"),
     EncodingEbcdic.GetParameter(CodePoint.SRVCLSNM, "SM/WIN32"),
     EncodingEbcdic.GetParameter(CodePoint.SRVNAM, "Derby"),
     EncodingEbcdic.GetParameter(CodePoint.SRVRLSLV, "SNC1009-/10.9.1.0 - (1344872)"),
     new ManagerLevels());
 CompositeCommand IDrdaRequest.GetCommand() =>
 new CompositeCommand(
     CodePoint.ACCSEC,
     EncodingEbcdic.GetParameter(CodePoint.RDBNAM, WellKnownStrings.DatabaseName),
     new UInt16Parameter(CodePoint.SECMEC, 0x0003)     // USRIDPWD
     );