RE: Problem with SQLClient

2004-12-16 Thread Käck Tim
PROTECTED] Sent: den 14 december 2004 17:06 To: Käck Tim Cc: [EMAIL PROTECTED] Subject: Re: Problem with SQLClient On 14 Dec 2004, at 13:39, Käck Tim wrote: Hi, I am quite new to Objective-C (and C as well). Now, I am trying to build an application which needs to access a MySQL database. I

Re: Problem with SQLClient

2004-12-15 Thread Richard Frith-Macdonald
On 15 Dec 2004, at 12:25, Käck Tim wrote: Hi Richard, Strangely enough, I doesn't help: db = [SQLClient clientWithConfiguration: nil name: @test]; [db setDebugging: 0]; [db setDurationLogging: -1]; NSLog(@Logging level is now: %@, [db durationLogging]); NSLog(@Debuggings is now: %@, [db

Re: Problem with SQLClient

2004-12-14 Thread Richard Frith-Macdonald
On 14 Dec 2004, at 13:39, Käck Tim wrote: Hi, I am quite new to Objective-C (and C as well). Now, I am trying to build an application which needs to access a MySQL database. I was tinkering with the testapplication testMysql.m for the SQLClient library, but I cannot figure out how to turn all