Home > Archive > Clipper > December 2007 > DBF/NTX and access from web application
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
DBF/NTX and access from web application
|
|
|
| How can I access DBF/NTX from web server?
I would like to create a web application/web service displaying very
simple page with 2 fields: part number and stock quantity
Stock information is stored in DBF/NTX.
The displayed page should be read/parsed by an application running on
the sales representatives' Pocket PC.
The only possibility I know is Advantage Database Local Server and ADO
NET driver, the 32-bit version I use in my Delphi app's cooperates with
Clipper and DBF/NTX, but the license doesn't allow to use local server
in middleware applications.
The small trading company has 10 mobile representatives, the solution
doesn't need to be powerful, scalable etc.
| |
| Ron Pinkas 2007-12-09, 6:55 pm |
| Try xbScript.
http://www.xharbour.com/xhc/index.a..._i=7&show_sub=1
Ron
"ktos" <ktos@nikt.pl> wrote in message
news:fjgitd$pjt$1@node2.news.atman.pl...
> How can I access DBF/NTX from web server?
>
> I would like to create a web application/web service displaying very
> simple page with 2 fields: part number and stock quantity
> Stock information is stored in DBF/NTX.
> The displayed page should be read/parsed by an application running on the
> sales representatives' Pocket PC.
>
> The only possibility I know is Advantage Database Local Server and ADO NET
> driver, the 32-bit version I use in my Delphi app's cooperates with
> Clipper and DBF/NTX, but the license doesn't allow to use local server in
> middleware applications.
>
> The small trading company has 10 mobile representatives, the solution
> doesn't need to be powerful, scalable etc.
| |
| Frank Leverenz 2007-12-13, 7:55 am |
| Hi ktos,
we're using ADS 8.1 on windows and netware servers.
(the ADS 'server', not 'local server'!)
Access to DBF/NTX via
- Clipper 5.3
- CA-VO 2.7
- PHP 4 / Apache
- VisualBasic (ODBC driver)
- Delphi (ADO driver)
and its very fast!
Ciao
Frank
On 9 Dez., 12:18, ktos <k...@nikt.pl> wrote:
> How can I access DBF/NTX from web server?
>
> I would like to create a web application/web service displaying very
> simple page with 2 fields: part number and stock quantity
> Stock information is stored in DBF/NTX.
> The displayed page should be read/parsed by an application running on
> the sales representatives' Pocket PC.
>
> The only possibility I know is Advantage Database Local Server and ADO
> NET driver, the 32-bit version I use in my Delphi app's cooperates with
> Clipper and DBF/NTX, but the license doesn't allow to use local server
> in middleware applications.
>
> The small trading company has 10 mobile representatives, the solution
> doesn't need to be powerful, scalable etc.
| |
| RajeshK 2007-12-28, 3:55 am |
| I use to use Flagship for the same around 5 years ago.
(www.coral.in/aceweb/) I developed a web-based accounting s/w then.
Guess its still running unTouched !!!
Rajesh
On Dec 9, 4:18 pm, ktos <k...@nikt.pl> wrote:
> How can I access DBF/NTX from web server?
>
> I would like to create a web application/web service displaying very
> simple page with 2 fields: part number and stock quantity
> Stock information is stored in DBF/NTX.
> The displayed page should be read/parsed by an application running on
> the sales representatives' Pocket PC.
>
> The only possibility I know is Advantage Database Local Server and ADO
> NET driver, the 32-bit version I use in my Delphi app's cooperates with
> Clipper and DBF/NTX, but the license doesn't allow to use local server
> in middleware applications.
>
> The small trading company has 10 mobile representatives, the solution
> doesn't need to be powerful, scalable etc.
|
|
|
|
|