RE: Advice needed on web interface.

2006-08-31 Thread Tristan Leask
Heh, the way you lot drink, that wouldn't be very long now Ed! (From what I hear) BG Tristan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Posted At: 30 August 2006 20:21 Posted To: Profox Archive Conversation: Advice needed on web interface

RE: Advice needed on web interface.

2006-08-30 Thread Wolfe Stephen S GS-11 6 MDSS/SGSI
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Bourke Sent: Tuesday, August 29, 2006 7:59 AM To: profox@leafe.com Subject: Advice needed on web interface. We have a client with an existing networked membership application written in VFP8. They want to add a web interface to this. It would

RE: Advice needed on web interface.

2006-08-30 Thread David Stevenson
Stevenson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Bourke Sent: Tuesday, August 29, 2006 3:54 PM To: [EMAIL PROTECTED] Subject: Re: Advice needed on web interface. Thanks for your input folks. I'd rather not go down the LAMP route

RE: Advice needed on web interface.

2006-08-30 Thread stephen . russell
From: Wolfe Stephen S GS-11 6 MDSS/SGSI Use a DTS process on the SQL server side to update the VFP database. An update trigger could launch the DTS process. Then your dbf data is exposed on the outside of your firewall. Are you sure you want to do that?

RE: Advice needed on web interface.

2006-08-30 Thread Alan Bourke
On Wed, 30 Aug 2006 10:18:28 -0400, David Stevenson [EMAIL PROTECTED] said: Alan, If you're going to go with ASP.NET 2.0, then it makes sense to use the SQL Express 2005 that is free and integrates tightly with ASP.NET 2.0 security and login system. It sure does - I like the way you can

Re: Advice needed on web interface.

2006-08-30 Thread MB Software Solutions
David Stevenson wrote: And lastly, if the web hosting is done on-site, you can of course use the OLE-DB VFP driver from ASP.NET to read-write directly to the VFP tables. A good approach is to use a tiered design with objects talking to the backend and those objects accessed via the

RE: Advice needed on web interface.

2006-08-30 Thread David Stevenson
Michael, ObjectDataSource class, GridView, DetailsView and FormView -- are these DotNet things? Yes, they are all new in ASP.NET 2.0. You can see an overview of them here: http://www.asp.net/learn/dataaccess/tutorial04cs.aspx?tabid=63 David Stevenson -- No virus found in this outgoing

RE: Advice needed on web interface.

2006-08-30 Thread Wolfe Stephen S GS-11 6 MDSS/SGSI
From: Wolfe Stephen S GS-11 6 MDSS/SGSI Use a DTS process on the SQL server side to update the VFP database. An update trigger could launch the DTS process. Then your dbf data is exposed on the outside of your firewall. Are you sure you want to do that? Not if you communicated via a

Re: Advice needed on web interface.

2006-08-30 Thread Ed Leafe
On Aug 30, 2006, at 1:48 PM, David Stevenson wrote: But don't reveal all of Dabo's secrets before our special session over suds -- you've got to keep me in suspense a little longer. I don't think that there's any danger of that; I could go on about Dabo until the beer runs out! -- Ed

Advice needed on web interface.

2006-08-29 Thread Alan Bourke
We have a client with an existing networked membership application written in VFP8. They want to add a web interface to this. It would basically replicate a couple of forms and put them online, writing back to the VFP database. If the web hosting was done offsite, I would envisage using an

RE: Advice needed on web interface.

2006-08-29 Thread Allen
needed on web interface. We have a client with an existing networked membership application written in VFP8. They want to add a web interface to this. It would basically replicate a couple of forms and put them online, writing back to the VFP database. If the web hosting was done offsite, I would

Re: Advice needed on web interface.

2006-08-29 Thread Malcolm Greene
Alan, You might want to consider using MySQL, PHP and a low cost hosting vendor. Many of us on this list use LunarPages which is a very reasonably priced, very reliable hosting vendor. Highly recommended. If you go the MySQL route, you can read/write your MySQL tables directly from VFP via ODBC

RE: Advice needed on web interface.

2006-08-29 Thread Dave Crozier
To: profox@leafe.com Subject: Advice needed on web interface. We have a client with an existing networked membership application written in VFP8. They want to add a web interface to this. It would basically replicate a couple of forms and put them online, writing back to the VFP database. If the web

RE: Advice needed on web interface.

2006-08-29 Thread stephen . russell
From: MB Software Solutions [EMAIL PROTECTED] I like this idea. Allows you to have an existing VFP system while creating a new PHP web based equivalent (or replacement) at the same time. Doesn't the initial poster of this thread already do ASP.NET? If so why tackle a new environment? YMMV

RE: Advice needed on web interface.

2006-08-29 Thread Charlie Coleman
At 06:24 AM 8/29/2006 -0700, [EMAIL PROTECTED] wrote: From: MB Software Solutions [EMAIL PROTECTED] I like this idea. Allows you to have an existing VFP system while creating a new PHP web based equivalent (or replacement) at the same time. Doesn't the initial poster of this thread already

Re: Advice needed on web interface.

2006-08-29 Thread Eyvind Axelsen
ASP.NET can talk to (read/update) VFP tables through the VFP OLE DB provider. -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av Alan Bourke Sendt: 29. august 2006 13:59 Til: profox@leafe.com Emne: Advice needed on web interface. We have a client

RE: Advice needed on web interface.

2006-08-29 Thread stephen . russell
From: Charlie Coleman [EMAIL PROTECTED] Well, a definite advantage is that he probably wouldn't be forced to scrap everything the next time MS trashes ... uh innovates... their product line. They are working on version 3 currently according to a M$ geek at the code camp I just went to.

Re: Advice needed on web interface.

2006-08-29 Thread Ted Roche
On 8/29/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Personally I'd rather my vendor work on enhancements then abandon the product. I suspect many of us feel that way. http://fox.wikis.com/wc.dll?Wiki~MicrosoftBandWagon~SoftwareEng ___ Post

Re: Advice needed on web interface.

2006-08-29 Thread Alan Bourke
Thanks for your input folks. I'd rather not go down the LAMP route as there is just too much learning curve there for me for this project. I can already handle C# and MSSQL and have found designing sites in VS2005 with ASP.NET 2 intuitive to someone coming from a purely fat client background, so