How to Convert a PFX Certificate to PEM and Extract the CRT File In this article, I will show you how to convert a PFX certificate to PEM format and extract the CRT file using OpenSSL. Follow these simple steps to complete the operation. 1. Extract the Private Key from the PFX File First, we…
Leggi tutto
smartFB v. 2.2.0.185 è disponibile per il download al link: https://api.xtumble.com/downloadattachmentpub?cid=05830520960&fname=/applications/public/SetupSmartFB.exe Novità: Nuovo form per testare le connessioni API, sullo stile di post-man ( Tools –> Network Utility –> API Tester ) Visualizzazione diretta sul main db tree dei parametri delle stored procedure Migliorato il syntax highlight e gestione delle parentesi nell’editor Introdotta l’analisi delle…
Leggi tutto
BasicAuth for Microsoft Office365 is deprecated. But if you have a WebDav share in your lan that use the user/password auth method you can add your domain to a “BasicAllowList” on your Office settings. To add your domain in your Office365 you need to edit your Windows Registy via regEdit. Suppose you have Xtumble as…
Leggi tutto
La gestione del carattere “&” con le funzioni di manipolazione delle stringhe di Firebird a volte potrebbero non dare i risultati sperati. La documentazione della funzione “REPLACE” ufficiale di Firebird: https://firebirdsql.org/refdocs/langrefupd25-intfunc-replace.html Ad esempio se dovessimo fare la classica sostituzione “>” con “>” con un update verrebbe normale scrivere:
1 2 |
UPDATE "YOUR_TB_NAME" SET "YOUR_TB_NAME"."TEXT_FIELD" = REPLACE("YOUR_TB_NAME"."TEXT_FIELD",'>','>') |
se questa sintassi non produce i…
Leggi tutto
smartFB v. 2.2.0.185 è disponibile per il download al link: https://api.xtumble.com/downloadattachmentpub?cid=05830520960&fname=/applications/public/SetupSmartFB.exe Novità: Supporto per Firebird 5.0 Gestione definizione delle “Internal Function” disponibili da firebird 3.0 in poi Per qualsiasi domanda o feedback, non esitate a contattarci. La vostra opinione è essenziale per noi! Grazie per il vostro sostegno e fiducia in smartFB. Buon lavoro con…
Leggi tutto
Firebird 5.0 porta con se una serie notevole di migliorie su tanti punti di vista, dalle performance alla sicurezza alla gestione dei backup e restore paralleli, che potete trovare ben descritte al seguente link: https://ib-aid.com/en/articles/detailed-new-features-of-firebird-5-part-1-improvements-in-optimizer. Quindi veniamo al sodo, installiamo Firebird 5.0 su una bella macchinetta Ubuntu 22.04 nella nostra server farm. Per ulteriori info…
Leggi tutto