Balu Posted September 18, 2006 Share Posted September 18, 2006 Hi everybody! I am working on database oriented web application, but there is a problem with sensible company informations. :-XNow I wonder, how to build a database front aplication, which can be run directly on client's commputer, without sending data to foreign Apache server. If I install an Apache server and MySQL, directly to client commputer, he can abuse my PHP script, becouse it is, you know, a script ... >:(Now the question is: should I develop this application with C#, or Delphi. And which database should I use? I need from my application this features:- local SQL database- rendering XHTML- easy installer from CD, like 1.2.3 ... and done.So, what do you recommended? C#, or Delphi? And what database to use?Thanks for advice :) Link to comment https://forums.phpfreaks.com/topic/21165-standalone-applicaton/ Share on other sites More sharing options...
craygo Posted September 18, 2006 Share Posted September 18, 2006 Why would you want a database on each computer. The whole purpose of a database is to have multiple people using it to get the same information. If you have seperate data each person will not have the same information.Why can't you run a webserver and Mysql from a box on your network. If you have XP professional you can have mysql and php running in about 20 minutes using IIS.Ray Link to comment https://forums.phpfreaks.com/topic/21165-standalone-applicaton/#findComment-94074 Share on other sites More sharing options...
Balu Posted September 18, 2006 Author Share Posted September 18, 2006 Hi Ray,the reason is: "I am the client, I dont belive you, and I will not provide this kind of informations somewhere, where you can read it".Than I will offer him this: "OK, You can have your own application on your local commputer, and you can public to web only those informations you want"Balu Link to comment https://forums.phpfreaks.com/topic/21165-standalone-applicaton/#findComment-94090 Share on other sites More sharing options...
craygo Posted September 18, 2006 Share Posted September 18, 2006 OK well since this is a PHP and mysql forum I suggest you go post in a C++ or delphi forum.Maybe if you give us a little more detail about what you want to do, we may be able to help.And since you don't want to use php... Why are you here????Ray Link to comment https://forums.phpfreaks.com/topic/21165-standalone-applicaton/#findComment-94093 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.