Completely agree. Another major need was the implementation of a GUI/UI standard, in order to be able to modernize old solutions
Windows Defender detects a virus in cobgdb.exe (win11) :(
Is there any possibility to debug my code with breakpoints? Regards
01 wmyvar pic x(100) 01 A pic x(100) 01 B pic x(100) move "https://www.site.com/brands/shoes,19" to wmyvar unstring wmyvar delimited by ", into A B
The program ends because it cannot connect to the database. SQLCODE is empty . IF SQLCODE <> 0 THEN .... ends here END-IF. I installed this version: Gix-IDE-x86-1.0.2-1283-installer.exe, but it looks the same . Yes, the problem may be with some incompatibility of this dll: libmysql. Regards
Hello, thanks for the reply ! I just made this change in the test001.gix sample (of course, I created the "emptable" table 1st ): move "mydb" to DBNAME move "root.mypassword" to DBAUTH. Maria in DB 32bits and the compiler is 64bits. Could that be the problem? Regards
Hello, First, thank you for the excellent work already demonstrated in this IDE. looks very promising :) It's possible to show step by step how to connect to a MySQL or MariaDB database? I always get the same message: Unable to connect, review parameters... Regards!
Many Thanks. It looks promising :)