Prev: wxScintilla vs wxStEdit
Next: wxSSL
From: Eugen Stoianovici on 26 Oct 2006 15:00 Where can i find some examples or use cases on wxODBC? Are there alternatives to it? --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
From: "Bruno S. Oliveira" on 26 Oct 2006 21:40 Hi Eugen. Which server are you using? I just tried this with the MySQL and I found it simpler to use directly the functions in mysql.h. Although I'm a beginner in this matter. There's also a wxMySQL class (take a look in the wxForum) that is fine. In this way you need not to worry about drivers. Cheers. On 10/26/06, Eugen Stoianovici <eugen.stoianovici(a)gmail.com> wrote: > Where can i find some examples or use cases on wxODBC? > Are there alternatives to it? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org > For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org > > -- /** * Bruno Silva de Oliveira * Quasi Bacharel em Ciência da Computação * http://bsoliveira.cjb.net */ --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
From: "Iulian-Nicu Serbanoiu" on 27 Oct 2006 07:45 See "samples/db" from the source archive. You need to have unixodbc installed on unix platforms with the appropriate driver. On windows you need only the driver. The only alternative I can think of is using the specific database engine API ( mysql.h - mysql, oci.h (?) - oracle ... and so on ). If the design of the program takes into account using different database engines and the fact that it must be adaptable to new engines you should consider using odbc or any other wrapper ( including building the wrapper yourself ). Regards, Iulian On 10/26/06, Eugen Stoianovici <eugen.stoianovici(a)gmail.com> wrote: > > Where can i find some examples or use cases on wxODBC? > Are there alternatives to it? > >
From: "WB Stow" on 27 Oct 2006 13:30 I ran acrossed a project called DatabaseLayer that you might consider. I haven't used it myself yet, but the status in SourceForge is STABLE: http://wxcode.sourceforge.net/components/databaselayer/ Wayne Bloss _____ From: Iulian-Nicu Serbanoiu [mailto:undergraver(a)gmail.com] Sent: Friday, October 27, 2006 7:45 AM To: wx-users(a)lists.wxwidgets.org Subject: Re: wxODBC? See "samples/db" from the source archive. You need to have unixodbc installed on unix platforms with the appropriate driver. On windows you need only the driver. The only alternative I can think of is using the specific database engine API ( mysql.h - mysql, oci.h (?) - oracle ... and so on ). If the design of the program takes into account using different database engines and the fact that it must be adaptable to new engines you should consider using odbc or any other wrapper ( including building the wrapper yourself ). Regards, Iulian On 10/26/06, Eugen Stoianovici <eugen.stoianovici(a)gmail.com> wrote: Where can i find some examples or use cases on wxODBC? Are there alternatives to it?
|
Pages: 1 Prev: wxScintilla vs wxStEdit Next: wxSSL |