Not to forget. You don't have a richline database after just installing MariaDB, also not just after adding a directory to the my.ini, so you did something more to add that database, which you never talked about. Sorry, I still can't read minds. There are all kinds of exlpanations why things...
I don't know. And I think you actually don't need this, either. Because - weill, intuitively - skip-ssl means to not use a secure SSL connection, doesn't it? And, well, there's nothing to do to not use SSL. Contrary, if you want to use a secured connection, you'd need to configure a few things...
...Into Animals (Name) VALUES
('dog'),('cat'),('penguin'),
('fox'),('whale'),('ostrich');
EndText
SQLExec(h,lcSQL)
SQLExec(h,"Select * From Animals","crsAnimals")
Browse Nowait
SQLTables(h,"TABLES","crsTables")
Browse Nowait
To state the obvious: Run the VFP code from a VFP on the...
I understand you were getting both Win10 32bit and DOSBO-X working. I also understand you previously were already using your applicaiton under XP. How were and are you printing? FRX, Using ?? or @say?
If you're going the DOSBOX-X route you have a lot of options...
No tweak, I'm running Win10. Also, I showed you screenshots of my setup and talked about it, didn't I? Can you please just read what I wrote?
And before you go Win10. I wonder why your error indirectly states the connection is already done. Try this and see whether it works when you don't try...
On top of the LASTKEY() solution you need to have a few standards. That is SET ESCAPE OFF and set the Cancel property of the Cancel button to .T., so a) ESC triggers it and b) clicking it triggers ESC. The Hacker's Guide tells oyu about the Cancel property on the same page.
One more thing to consider: MariaDB Server runs the MariaDB service that is mysqld.exe under the user MariaDB - more precisely NT SERVICE\MariaDB.
The data folder in the installation has MariaDB with full contol in Security. If your data folder is elsewhere or even on yet another networked...
One more simple thing I tried for your information: I can change port in the ini and it works - of course after restarting the MariaDB Service. I just remember FTP uses random ports in active or passive mode for the data transfer after establishing the connection on some standard port and you...
Well, when you do that via the installation, it's totally plausible that does something. But just chaing a text file, doesn't make Windows change any firewall filters. MS knows the standard ports for MSSQL and MySQL and some more and has them open for local access, but also not necessarily for...
Did you change server to 127.0.0.1 when trying that from there?
Even if, you're still using a network connection through a port and firewall rule are applied. So try changing the port back to 3306 in the INI and restart MariaDB and try with a connection string using...
If you changed the port in the INI after setup, I doubt this will establish any rules in the Windows Firewall. Did you use the MySQL driver before, with a MySQL Server backend and for got you configured exceptions for it in the firewall? I think it's a problem in that direction and may be solved...
I just deinstalled MariaDB Server to go through the setup once more.
At this point there's an option to allow root user to access the db from remote machine, which is the case in your setup. You establish an appuser, though, so might not affect you. You have to do some configuration work in...
A successful connection is made fast, a connection fails only after a number of tries and at a timeout, that always takes longer.
I don't know what happens, your AERROR tells the error origin is from within MariaDB, so some part of the connection has to work, otherwise the origin wouldn't be...
If I look back and interpolate all you said previously, I guess you will be able to connect and get correct results with the original MySQL Server you had and the 8.0.0.35 driver, IIRC.
Anyway, you wasted your time in investigating the connection string problem, you have actual query errors, as...
...ODBC 3.2 Driver};SERVER=127.0.0.1;PORT=3307;OPTION=67108992;UID=root;PWD=...redacted...;database=test")
SQLEXEC(h,"Select * FROM dfjkshdfkjk","result")
With a non existing table dfjkshdfkjk I get an error array containing:
Every error is an ODBC error, so within ODBC connectivit, it's not a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.