[Mysql-cocoa-users] Basic stuff
Brought to you by:
sergecohen
From: Kleanthis E. <kle...@ea...> - 2004-08-14 17:24:58
|
Hello; I am trying to get mySQL Cocoa working, bundled in a proof of concept app and I am running into a problem which I am assuming is rather trivial: MCPConnection *conn = [[MCPConnection alloc] initToHost:@"the.host.here" withLogin:@"user" password:@"pass" usingPort:0]; After this, conn is 0x0 and obviously can do nothing with it. The sample apps compiles fine with no errors or warnings. Any assistance greatly appreciated. Thanks Kleanthis |