Re: Accessing VFP9 data from Perl/JSP pages being served from Apache/Linux?
- From: "Matthew L Reed" <nousenetspam at dead ice dot us>
- Date: Fri, 3 Mar 2006 09:15:59 -0800
There is a dbi driver for ADO, you might be able to use that to get to VFP
via ADO, but I can't imagine it being all that robust. There is also an odbc
driver for dbi, that is also worth trying. Unfortunately, there is no VFP
driver (dbi for VFP? Come on, be real lol....).
If your data access needs aren't realtime, you might want to have your VFP
app export your data into a dbi compatible format on a regular basis, as
there are dbi drivers for many different data formats.
"William Fields" <Bill_Fields@xxxxxxxxxxxxxxxx> wrote in message
news:uRnCHEuPGHA.456@xxxxxxxxxxxxxxxxxxxxxxx
I don't think VFP9 data can be accessed via ODBC any longer - the VFP ODBC
driver has not been updated in years (don't even think it's available for
download). And I'm really certain that stored procedure access via ODBC is
either non-existent, or so limited to the extent of being unusable.
Anyone else?
--
William Fields
Code Contortionist
MCSD - Microsoft Visual FoxPro
US Bankruptcy Court
Phoenix, AZ
".dll hell - .rpm hell - whatever.
The grass is always greener"
"swdev2" <wsanders@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:u1EqTJoPGHA.3408@xxxxxxxxxxxxxxxxxxxxxxx
Does it need to be oledb? If not - there is a nice perl library that
uses
odbc IN linux for Apache.
Yer PerlGeeks know about it. I've got an url floating around somewhere.
OTOH - if you want to make a bridge with oledb - it can be done - and
it's
not a trivial thing - you'll have to purchase
the bridge drivers for the linux box and also for the machine that will
hang
off the novell server to make the bridge.
I've got the info from a previous client somewhere floating about - I'll
post it as I find it (rsn).
regards [Bill]
--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net
"William Fields" <Bill_Fields@xxxxxxxxxxxxxxxx> wrote in message
news:#pV6nFlPGHA.1696@xxxxxxxxxxxxxxxxxxxxxxx
Is the VFP9 OLEDB provider able to be used under Apache/Linux? We have adata
mission critical Linux app that we'd like to have direct access to our
(living on a Novell server), but I have no idea how to accomplish that.
Thanks.
--
William Fields
Code Contortionist
MCSD - Microsoft Visual FoxPro
US Bankruptcy Court
Phoenix, AZ
".dll hell - .rpm hell - whatever.
The grass is always greener"
.
- References:
- Accessing VFP9 data from Perl/JSP pages being served from Apache/Linux?
- From: William Fields
- Re: Accessing VFP9 data from Perl/JSP pages being served from Apache/Linux?
- From: swdev2
- Re: Accessing VFP9 data from Perl/JSP pages being served from Apache/Linux?
- From: William Fields
- Accessing VFP9 data from Perl/JSP pages being served from Apache/Linux?
- Prev by Date: RE: VFP 9: _environ.vcx and shellexecute not firing
- Next by Date: Where do I "store" functions for a form?
- Previous by thread: Re: Accessing VFP9 data from Perl/JSP pages being served from Apache/Linux?
- Next by thread: Re: Accessing VFP9 data from Perl/JSP pages being served from Apache/Linux?
- Index(es):
Relevant Pages
|