Manage SQLite Database (Video Tutorial)

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
ajm
Knows some wx things
Knows some wx things
Posts: 40
Joined: Thu Nov 25, 2010 12:48 pm

Manage SQLite Database (Video Tutorial)

Post by ajm »

I just want share this video about wxSQLite3.

https://www.youtube.com/watch?v=KHjSiVQbvX0
Last edited by ajm on Tue Sep 23, 2014 9:10 am, edited 1 time in total.
utelle
Moderator
Moderator
Posts: 1125
Joined: Tue Jul 05, 2005 10:00 pm
Location: Cologne, Germany
Contact:

Re: Manage SQLite Database (Video Tutorial)

Post by utelle »

ajm wrote:I just want share this video about wxSQLite.
Nice tutorial. However, you might consider to explicitly name/reference wxSQLite3 (http://wxcode.sourceforge.net/components/wxsqlite3/), since there exists also a wxSQLite project (http://sourceforge.net/projects/wxsqlite/), which is heavily outdated and supports SQLite2 databases only.

Regards,

Ulrich
ajm
Knows some wx things
Knows some wx things
Posts: 40
Joined: Thu Nov 25, 2010 12:48 pm

Re: Manage SQLite Database (Video Tutorial)

Post by ajm »

OK, Thanks.
lollisoft
Earned some good credits
Earned some good credits
Posts: 115
Joined: Sat Jul 23, 2005 3:52 pm
Location: Germany
Contact:

Re: Manage SQLite Database (Video Tutorial)

Post by lollisoft »

Could you please post the google code links here? I am unable to copy the links from the video :-)

Thanks, Lothar
OS: Windows 7, Mac OS X (Panther/Leopard/Snow Leopard), SuSE Linux, Debian (PPC), OpenMoko FreeRunner
Compiler: OpenWatcom, GCC
wxWidgets 2.8.x
IDE Makefile based.
RAD My own brewed, Code generation with XSLT and DialogBlocks
ajm
Knows some wx things
Knows some wx things
Posts: 40
Joined: Thu Nov 25, 2010 12:48 pm

Re: Manage SQLite Database (Video Tutorial)

Post by ajm »

lollisoft,
thank you for watching the tuto.
You can find the link in the video description.

//*********************************************************************************
Source code: https://drive.google.com/file/d/0B1Jtvy ... sp=sharing
Exe file: https://drive.google.com/file/d/0B1Jtvy ... sp=sharing

SQLite tutos: http://www.tutorialspoint.com/sqlite/
//*********************************************************************************
lollisoft
Earned some good credits
Earned some good credits
Posts: 115
Joined: Sat Jul 23, 2005 3:52 pm
Location: Germany
Contact:

Re: Manage SQLite Database (Video Tutorial)

Post by lollisoft »

Thank you.
OS: Windows 7, Mac OS X (Panther/Leopard/Snow Leopard), SuSE Linux, Debian (PPC), OpenMoko FreeRunner
Compiler: OpenWatcom, GCC
wxWidgets 2.8.x
IDE Makefile based.
RAD My own brewed, Code generation with XSLT and DialogBlocks
Post Reply