Is that Merant driver multi-threaded?  The Microsoft Dbase/FoxPro ODBC
Driver is single-threaded and it's not really good for a server environment.

Thanks,

Howie Hamlin
--
inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
www.CoolFusion.com
============================================================
Please vote for iMS in the Most Innovative category here:
*** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***
============================================================
Check out inFusion Mail Server - the world's most configurable email server

----- Original Message -----
From: Helge Hetland <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 25, 2000 3:21 PM
Subject: RE: DBASE


> Thank you!
>
> Works like a breeze :)
>
> The setup is like this (on Solaris / CF 4.51):
> MERANT dBase/FoxPro Driver:
> Fill out the fields Datasourcename and Databasedirectory
> Databasedirectory is only the directory part that is common for all
> directories, for example "db"
>
>
> Then the table is called like this:
> <CFQUERY name="GetRecord" dataSource="userdb" maxRows=1>
> SELECT *
> FROM /www/docs/home/#session.username#/db/EMPLOYEES.DBF
> WHERE EMPLOYEEID = #Variables.RecordID#
> </CFQUERY>
>
> Helge
>


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to