Re: newbie- Views and session



OK, if the database is Oracle, why have VFP in the mix at all?

The answer to your first question is a definitive "maybe" and you've given
nothing to change that so far.

When you say session do you mean an ASP Session or a VFP Session class (or
datasession), or something quite different?

You still haven't told us where you're running this code.

Dan


shall@xxxxxxxx wrote:
It will run on Server 2003 with Classic ASP.
In the future hope to migrate to ASP.NET.
IT Will be in VFP 6.0.
In a few months hope to get it to VFP 9.0

The database will be Oracle.


Dan Freeman wrote:
Not enough information. Where will this code be running? What kind of
server/OS? What technology? (Classic ASP, ASP.NET, Java, JSP, PHP,
etc.)

Dan

shall@xxxxxxxx wrote:
I will have a web page that calls a VFP DLL( Foxpro).

lnValue=SQLExec(lnSqlConnect,"Select * from customer where
State=?lcState","Query1")

Will the Views be in a seperate session?

Example one has lcState="CA" and at the same time another person has
lcState="TX"

TIA
Steve


.



Relevant Pages

  • RE: Multiple database(datasource) updation using single datagridvi
    ... foxpro database at a time, but here both database structures are different, ... possible to solve through some relations between Oracle DATATABLE and VFP ... Datatable, (but oracle datatable is bound to the datagridview), now how can ...
    (microsoft.public.windows.group_policy)
  • Multiple datasource insertion from Single vb.net Datagridview
    ... Oracle Version:9i ... datatable is bound to that datagridview.. ... 'Infer the schema using database metadata through a ... the Case belongs VFP also ...
    (microsoft.public.vsnet.general)
  • Re: Multiple database(datasource) updation using single datagridvi
    ... when the user click on save, it should save oracle database as well as ... possible to solve through some relations between Oracle DATATABLE and VFP ... Datatable, (but oracle datatable is bound to the datagridview), now how ...
    (microsoft.public.windows.group_policy)
  • Multiple database(datasource) updation using single datagridview
    ... Oracle Version:9i ... 'Infer the schema using database metadata through a ... the Case belongs VFP also ... HOW CAN I USE SINGLE DATAGRIDVIEW FOR MULTIPLE DATASOURCES (few columns ...
    (microsoft.public.windows.group_policy)
  • Re: Any Web Servers for Visual FoxPro
    ... Session is a VFP baseclass and as such has an EXACT meaning. ... sessions as well as several users being able to access the web server ... I was thinking that maybe the EEATASoft webserver might ...
    (microsoft.public.fox.programmer.exchange)

Loading