horst
2013-01-10 09:42:39 UTC
Hey!
I try to conntect my mysql-database with vw7.9pul.
mysql := MySQLConnection new.
mysql environment: 'myMysqlDatabase'.
mysql username: 'root'.
mysql password: 'root'.
mysql connect.
But I get the message:
Could not load libery mysqldll.dll
If I try connect to AdHoc SQL I get the message:
Unhandled exception: Message not understood: #isEmpty
SystemError(Object)>>doesNotUnderstand:
ConnectionDialog class>>messageFor:from:
optimized [] in [] in ConnectionDialog class>>connect:
BlockClosure>>cull:
LibraryNotLoadedError(GenericException)>>performHandler:
LibraryNotLoadedError(GenericException)>>propagatePrivateFrom:
LibraryNotLoadedError(GenericException)>>propagateFrom:
LibraryNotLoadedError(GenericException)>>propagate
LibraryNotLoadedError(GenericException)>>raiseSignal
LibraryNotLoadedError class(GenericException class)>>raiseWith:
ExternalLibrary>>primLoadLibrary:
ExternalLibrary>>load
ExternalLibraryHolder>>load
What is wrong?
How could I read the right adjustment.
Because If I try a connect with my postgres DB everything works fine!
Also If try connect to AdHoc SQL
ps := PostgreSQLEXDIConnection new.
ps environment: 'mypostgredatabse'.
ps username: 'root'.
ps password: 'root'.
ps connect.
Horst
I try to conntect my mysql-database with vw7.9pul.
mysql := MySQLConnection new.
mysql environment: 'myMysqlDatabase'.
mysql username: 'root'.
mysql password: 'root'.
mysql connect.
But I get the message:
Could not load libery mysqldll.dll
If I try connect to AdHoc SQL I get the message:
Unhandled exception: Message not understood: #isEmpty
SystemError(Object)>>doesNotUnderstand:
ConnectionDialog class>>messageFor:from:
optimized [] in [] in ConnectionDialog class>>connect:
BlockClosure>>cull:
LibraryNotLoadedError(GenericException)>>performHandler:
LibraryNotLoadedError(GenericException)>>propagatePrivateFrom:
LibraryNotLoadedError(GenericException)>>propagateFrom:
LibraryNotLoadedError(GenericException)>>propagate
LibraryNotLoadedError(GenericException)>>raiseSignal
LibraryNotLoadedError class(GenericException class)>>raiseWith:
ExternalLibrary>>primLoadLibrary:
ExternalLibrary>>load
ExternalLibraryHolder>>load
What is wrong?
How could I read the right adjustment.
Because If I try a connect with my postgres DB everything works fine!
Also If try connect to AdHoc SQL
ps := PostgreSQLEXDIConnection new.
ps environment: 'mypostgredatabse'.
ps username: 'root'.
ps password: 'root'.
ps connect.
Horst