[Mysql-cocoa-users] =?ISO-8859-1?Q?R=E9p_:_smysql_framework_?=
Brought to you by:
sergecohen
|
From: Serge C. <ser...@us...> - 2003-01-14 17:02:52
|
SMySQLConnection is the old name (and version) of MCPConnection.... That should answer your question. Basically, use classes starting with MCP and not SMySQL... still the=20 "general" header file is SMySQL.h and framework name is SMySQL. Serge. Le mardi, 14 jan 2003, =E0 17:40 Europe/Amsterdam, Bernd Brandes a =E9crit= : > Hi, > just found it and checked it out. > Cool. seems to provide just what I was looking for. > But the sample test program comes in at least two flavours. > One uses > SMySQLConnection *connection; > > while the other uses > MCPConnection *connection; > > The first does not compile for me and I found no definition of=20 > SMySQLConnection. > So, did I screw up different versions? > >=46rom checking version numbers everything should be equal, but = then??? > > Please, > ist this in a state of transition, are you still working on this=20 > project and of course, what ist most up to date? > > Thanks a lot, Juergen > > |