Delphi Programming Question:
Can we write multi-user database applications in regular Delphi?
Answer:
Using regular, non-client/server Delphi, I have developed an application that talks to a Sybase server using ODBC drivers. I didn't have to go to any serious trouble getting it to work, and data access speed is quite acceptable, better than it was under Visual Basic.
Previous Question | Next Question |
What is the difference between Delphi and Delphi Client/Server? | What is the history of Delphi? |