NCTS_TR ATEZ Anpassungen
This commit is contained in:
7870
cNCTSPartnerWorker/MAVI/CC015B_VersandanmeldungFinal/CC015B.Designer.vb
generated
Normal file
7870
cNCTSPartnerWorker/MAVI/CC015B_VersandanmeldungFinal/CC015B.Designer.vb
generated
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.00">
|
||||
<!--=========================================-->
|
||||
<!--===== Message Simple Types (additional validation for CTC Traders API -->
|
||||
<!--===== XSD version v1.00 -->
|
||||
<!--=========================================-->
|
||||
<xs:include schemaLocation="simple_types.xsd" />
|
||||
<!-- Additional message types that are specific to our application -->
|
||||
<xs:simpleType name="CC007A_MessageType">
|
||||
<xs:restriction base="AlphaNumType">
|
||||
<xs:length value="6" />
|
||||
<xs:pattern value="(CC|GB|XI)007A" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CC014A_MessageType">
|
||||
<xs:restriction base="AlphaNumType">
|
||||
<xs:length value="6" />
|
||||
<xs:pattern value="(CC|GB|XI)014A" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CC015B_MessageType">
|
||||
<xs:restriction base="AlphaNumType">
|
||||
<xs:length value="6" />
|
||||
<xs:pattern value="(CC|GB|XI)015B" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CC044A_MessageType">
|
||||
<xs:restriction base="AlphaNumType">
|
||||
<xs:length value="6" />
|
||||
<xs:pattern value="(CC|GB|XI)044A" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -14,3 +14,11 @@ Public Class cOregon_Paramter
|
||||
Return SQL.getValueTxtBySql("SELECT TOP 1 [Param_value] FROM [tblPartnersystem_Paramter] WHERE Param_system='OREGON' AND [Param_name]='" & tcParam_name & "'", , , SQL.GetNewOpenConnectionFMZOLL_SYSTEM(TESTSYSTEM))
|
||||
End Function
|
||||
End Class
|
||||
|
||||
Public Class cATEZ_Paramter
|
||||
Shared SQL As New VERAG_PROG_ALLGEMEIN.SQL
|
||||
|
||||
Shared Function GET_PARAM_ByName(tcParam_name, TESTSYSTEM) As String
|
||||
Return SQL.getValueTxtBySql("SELECT TOP 1 [Param_value] FROM [tblPartnersystem_Paramter] WHERE Param_system='ATEZ' AND [Param_name]='" & tcParam_name & "'", , , SQL.GetNewOpenConnectionFMZOLL_SYSTEM(TESTSYSTEM))
|
||||
End Function
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user