Fromdan DB ye bağlanmakAdminKasım 12, 2018string dil = Current.Instance.UserInfo.DefaultLanguage.ToString(); // "DE"; string txt1 = (string)dpTALEP_TARIHI.Caption; string query = "SELECT TOP (1) [TR] ,[EN] ,[DE] FROM ... Read More
Dil FonksiyonuAdminKasım 12, 2018public void dilCevir( FormControl control) { string dil = Current.Instance.UserInfo.DefaultLanguage.ToString(); string kelime=control.Caption; string query =string.Format("SELECT TOP (1) [TR] ,[EN] ,[DE] ... Read More
Masraf Talep SAP ConnectorAdminKasım 12, 2018try { SapElements seq = null; SapFunction spFunction = sapHelper.GetElement("ZFIASB_MASTLM_GET_ONAYHIER"); seq = spFunction.GetElement("PBUKRS"); if (seq != null) seq.Value = (string) ... Read More
Insert XML Data to MySql TableAdminŞubat 1, 2018Input XML Data <?xml version="1.0" encoding="UTF-8"?> <items> <item> <title>PHP Shopping Cart with PayPal Payment Gateway Integration</title> <link>http://phppot.com/php/php-shopping-cart-with-paypal-payment-gateway-integration/</link> <description>Shopping cart checkout ... Read More