Convert a Delphi example using TDatabase and local paradox table to server storage

Posted by Brian Frost on Stack Overflow See other posts from Stack Overflow or by Brian Frost
Published on 2010-04-28T07:32:54Z Indexed on 2010/04/28 10:23 UTC
Read the original article Hit count: 303

I am looking at the Developer Express Quantum Grid example 'IssueList' which is a useful bug reporting and tracking application that's almost ready to go out of the box. It uses a TDatabase component with several paradox (.db) tables.

Is it simple to rejig the TDatabase settings to use a database on a shared machine so that several of us can access it together across the network? If so, what would be the steps needed please?

© Stack Overflow or respective owner

Related posts about delphi

Related posts about quantumgrid