Actually the latest versions of the Microsoft drivers (MDAC 2.0+, I
believe) have removed all database update capability for DBase files. So,
unless you only need read access, or can live with the older ODBC drivers
(many security problems), then DBase isn't really an option on NT. I'd be
interested in hearing about other workable DBase ODBC drivers for NT, as
we've got a client using DBase files and it's kept us from updating the
drivers on that server. (To be more precise, I updated to the latest MDAC
on the server and broke their entire web site. Microsoft makes it nigh on
impossible to revert back to older versions of ODBC drivers. The web site
had to be moved to another server with version MDAC 1.5 drivers.)
Jim
-----Original Message-----
From: Howie Hamlin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, May 25, 2000 1:52 PM
Subject: Re: DBASE
>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.
------------------------------------------------------------------------------
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.