Re: [Mysql-cocoa-users] Re: mysql_list_dbs
Brought to you by:
sergecohen
From: Bertrand M. <bma...@wa...> - 2002-05-06 09:08:40
|
> Hi Bertrand; > > I've worked yesterday on this. > Now I've added a couple of methods: listDBs:(NSString *), > listTables:(NSString *), listFields:(NSString *) fromTable:(NSSTring *). > On top of that I added a method description to SMySQLResult (for NSLog > purpous, and string formating). > > Finally I've tried to use properly the encoding information I have in > the object. I still have a strange bug (Bus error), problem in > SMySQL_Test application, when testing mehtod listFields:... . > > The new version is on CVS (both framework and SMySQL_test app). > Serge. Hi Serge, Thanks for the new methods, I have tested listDBs and listTables and they work fine. Did not test listFields yet. I have thought about a listTables:forDB: method where you can specify a DB instead of doing a selectDB yourself before calling listTables:. I can implement it. I will have some time to play with the framework this week (holidays in the belle-famille...). Take care, Bertrand |