<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Remote Database Connection]]></title><description><![CDATA[<p dir="auto">I'm with a project, and this project with this way.</p>
<p dir="auto">At the company has some employees where each employee gets an application (client) that inserts, changes, deletes, data from the database which is in another location.</p>
<p dir="auto">On the server has an application (server) that receives commands from officers.</p>
<p dir="auto">Eg</p>
<p dir="auto">For example, the employee sends a command called.</p>
<p dir="auto">@getStaff@</p>
<p dir="auto">The server already recognizes this command, and the server already has a query that makes the query on the database and returns the data.</p>
<p dir="auto">But in return he sends an object from the database to the client manipulate that data, Instead of returning only the data</p>
<p dir="auto">Is this possible?</p>
<p dir="auto">I found two examples in Qt, a database and another called "Fortuner", which sends commands to the server, and the server returns a message.</p>
<p dir="auto"><a href="http://doc.qt.digia.com/latest/network-fortuneclient.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.digia.com/latest/network-fortuneclient.html</a></p>
<p dir="auto"><a href="http://doc.qt.digia.com/qt/network-fortuneserver.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.digia.com/qt/network-fortuneserver.html</a></p>
<p dir="auto">The difference is that instead of the server sending a message, it sends an object database.</p>
]]></description><link>https://forum.qt.io/topic/21169/remote-database-connection</link><generator>RSS for Node</generator><lastBuildDate>Wed, 05 Aug 2026 10:00:13 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/21169.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Nov 2012 16:53:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Remote Database Connection on Tue, 06 Nov 2012 20:49:47 GMT]]></title><description><![CDATA[<p dir="auto">I think you have 2 ways for to do this. A first way: connecting directly to the database and use stored procedures.<br />
A second way (that I use often), write a http daemon to run in the server side that is connected to the database. The clients use http - xml requests to get information from the server.</p>
]]></description><link>https://forum.qt.io/post/156238</link><guid isPermaLink="true">https://forum.qt.io/post/156238</guid><dc:creator><![CDATA[mrdebug]]></dc:creator><pubDate>Tue, 06 Nov 2012 20:49:47 GMT</pubDate></item></channel></rss>