| View previous topic :: View next topic |
| Author |
Message |
carlos torres NeoBooker
Joined: 02 May 2005 Posts: 223 Location: Pamplona, Colombia
|
Posted: Mon Feb 08, 2010 9:53 am Post subject: About using PCK apps |
|
|
Dear NB Team
I will appreciate your effort providing us w/ a good sample/tutorial about how to build up applications using pck or/and handling database on internet.
regards
carlost |
|
| Back to top |
|
 |
Neosoft Support NeoSoft Team
Joined: 31 Mar 2005 Posts: 4060 Location: Oregon, USA
|
Posted: Mon Feb 08, 2010 11:30 am Post subject: |
|
|
NeoBook was primarily designed to create Windows-based applications. If you need to create an application that runs over the Internet, then you may want to look into Java or PHP.
It is possible to create a Windows-based NeoBook application that can access an Internet-based database such as mySQL. However, you need a mySQL database configured for external access. Most off-the-shelf mySQL implementations are configured with external access disabled for security reasons. Once you have the proper mySQL configuration, accessing the database over the Internet is basically just a matter of getting the correct connection string. _________________ NeoSoft Support |
|
| Back to top |
|
 |
beno NeoBooker

Joined: 01 Apr 2005 Posts: 807 Location: México
|
Posted: Mon Feb 08, 2010 3:52 pm Post subject: |
|
|
Hi Carlos,
You will find interesting posts on this subject doing a search on the forum.
The best approach would be to setup a database on a server and interact with it using html forms in a WebBrowser Object in your NB app and php scripts in the server side. This is my recommendation.
My cent,
beno _________________ ---------
http://www.benitoestrada.net |
|
| Back to top |
|
 |
|