Posts by Joe Edman • 11 points
2 posts
-
0
votes3
answers7592
viewsA: Error: "Connection Rejected by remote interface" using Firebird 3 in . Net
Open the Firebird.conf file and modify the following parameters: WireCrypt = Disabled AuthServer = Legacy_Auth, Srp, Win_Sspi AuthClient = Legacy_Auth, Srp, Win_Sspi For Windows there are different…
-
1
votes3
answers1859
viewsA: How to get the serial number (not the IMEI) of iOS and Android devices?
Add Androidapi.JNI.Os and use the following function: JStringToString(TJBuild.JavaClass.SERIAL);