Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / FoxPro / Setup / March 2004

Tip: Looking for answers? Try searching our database.

ODBC or not?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Home - 26 Feb 2004 06:33 GMT
Hi,

it is possibe to place the DBF, CDX and FPT files on the server while
executing the main program as a client from different pc's. These clients
can access the database through odbc. Another option is to place all files
only once on the server and let all the pc's connect to it directly.
What arguments are there do decide how to create a stable client server
application?

Thnx.

Rogier
Cindy Winegarden - 26 Feb 2004 17:03 GMT
> it is possibe to place the DBF, CDX and FPT files on the server while
> executing the main program as a client from different pc's. These
[quoted text clipped - 3 lines]
> What arguments are there do decide how to create a stable client
> server application?

Hi Rogier,

I keep my data files on a file server and access them through my apps on
different PCs all the time. I do this natively with a VFP front end - I
don't use ODBC.

There is no way you can have a true "client-server" app with VFP tables,
even if you access them via ODBC. As long as you've got a VFP front end
you're far better to access them directly through VFP. If you're accessing
the tables from a VB front end, for example, then of course you'll need to
use ODBC.

Signature

Cindy Winegarden  MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden@mvps.org  www.cindywinegarden.com

Igor Korolyov - 27 Mar 2004 16:01 GMT
Hi, Cindy!
You wrote  on Thu, 26 Feb 2004 12:03:48 -0500:

[Sorry, skipped]

CW> There is no way you can have a true "client-server" app with VFP tables,
CW> even if you access them via ODBC.

Not with ODBC, but easily with COM+ or WebServices - just write your own data access components, register them on server and access data only through them - it _will_ _be_ _real_ C/S!

[Sorry, skipped]

Signature

WBR, Igor

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.