View Full Version : Three Tier Database Programming - Design Pattern
sunil.thaha
11th January 2006, 14:25
Guys,
Do you have links or Source snippets of Three Tier Database Progamming in Qt. Links to three tier - design patterns would be of great Help.
Thanks in Advance
sunil.thaha
13th January 2006, 11:52
Knock Knock !
GreyGeek
13th January 2006, 17:32
Knock Knock !
Hello,
We're here, we heard you ask, but no one replied.
That may be because QT emphasizes the MVC approach, as described in the Assistant. (Model, View, Controller).
Personally, I put the QT GUI executable on an application server, and users fire it from their workstation.
I put SQL code which taxes Oracle/PostgreSQL in server-side Procedures/Functions and call them from the GUI with a query;
QSqlQuery qryString = "select * from view"
qryString.exec()
where the "view" syntax/proc/func is stored on the server.
sanjarbek
8th July 2011, 05:00
I am also very interested on this topic ( 3-tier database application using qt). I would be very glad to see source snippets.
thanks.
Powered by vBulletin® Version 4.2.5 Copyright © 2023 vBulletin Solutions Inc. All rights reserved.