SQLite acceso

HMG en Español

Moderator: Rathinagiri

User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: SQLite acceso

Post by mol »

Few years ago I was testing mysql and record locking - that was strange because on one my computer record locking worked OK, on another - with the same version of mysql - it wasn't working.
I wrote about it to author of harbour procedures to connect to mysql, but, he had any idea what's wrong.
I've left it after...
User avatar
Ismach
Posts: 166
Joined: Wed Nov 28, 2012 5:55 pm
DBs Used: DBF, mySQL, Mariadb, postgreSQL, Oracle, Db2, Interbase, Firebird, and SQLite
Location: Buenos Aires - Argentina

Re: SQLite acceso

Post by Ismach »

Concurrency issues were corrected in Mysql is more, MariaDB now has new storage managers fully opensource high performance, I drink it.
What to consider is the compatibility version of the static libraries that used the ld (linker) and the dynamic library (libmysql.dll) to use the application
libmysql.a version == libmysql.dll version.
In the event that there distinas versions are you generate them again using tools
impdef.exe, peexport.exe and dlltool.exe from the libmysql.dll
Post Reply