-
Sorry I meant wsock32.dll.
2009-09-17 00:02:08 UTC by nobody
-
I've narrowed it down, it's pausing on the winsock32.dll call:
err := select(n+1,@rfd,@wfd,@efd,tbuff);
from uMySQLvio.pas (select is an external call to winsock32.dll).
2009-09-16 23:48:54 UTC by nobody
-
OK I managed to get it to compile now but it is unable to connect to the MySQL server. The version I compiled on another computer using the unmodified code is able to, even under Windows 7.
2009-09-16 23:17:29 UTC by nobody
-
Cool but how do you fix it? :)
2009-09-16 18:52:17 UTC by nobody
-
I found error. Just search the line "sock_addr.sin_addr:=in_addr(ip_addr)".
2009-09-04 08:01:07 UTC by nobody
-
Having problem while trying to insert strings which contain special chars as (äöüõ etc), ExecutedOK returns false.
MYSQL has charset unicode.
Any ideas?.
2009-08-20 16:48:48 UTC by nobody