RE: DBASE coldfusion 4 problem

2005-08-14 Thread Mark A Kruger
awesome

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 6:03 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

I changed the permission with a CHMOD through FTP and now it works so thanks
to everyone.

Pat

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED]
Sent: August 13, 2005 20:57
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Another issue worth double checking, are the settings of the datasource in
the CFAdmin.  It is possible that write permissions are not enabled there
since they were not needed before.


-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 5:52 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

But does the user ID the ColdFusion service runs under have permission.  It
should, but worth checking.

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 5:44 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

By ftp, I can write in the directory since a downlaoded the file, change
some fields in dbfmanager and upload it back.

Patrick












~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214939
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
Hi,
 
I have to modify an old site of a client which is under CF 4 and DBase IV
(ouch!!!) and when i try to insert data in a table i get this message :
 
[INTERSOLV][ODBC dBase driver]Cannot modify a table which has been opened
read only.
 
Anyone knows a solution?
 
Thanks
 
Pat


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214906
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread Mark A Kruger
Whoa... reaching back into the dark ages eh?  When you say insert data do
you mean via Cf? If it's locked you could try this undocumented by widely
know CF function call:

cfset tmp = CFUSION_DBCONNECTIONS_FLUSH()

If you are having a locking problem that might do it.

However, I think you probably have to deal with the settings on the Db
itself. I would download it and start trying to break in :)  Oh... there's
also a repair utility you can use. If you have an old Copy of Goldmine you
might find it there (GM used to use Dbase IV).

-Mark

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 5:58 PM
To: CF-Talk
Subject: DBASE coldfusion 4 problem


Hi,

I have to modify an old site of a client which is under CF 4 and DBase IV
(ouch!!!) and when i try to insert data in a table i get this message :

[INTERSOLV][ODBC dBase driver]Cannot modify a table which has been opened
read only.

Anyone knows a solution?

Thanks

Pat




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214907
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread Connie DeCinko
Can you provide more information?  Did it work at one time and recently
started to error?  Typical questions: any changes been made to the server
and or app recently?  Do you get the error if you try and add data outside
of CF?
 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 13, 2005 3:58 PM
To: CF-Talk
Subject: DBASE coldfusion 4 problem

Hi,
 
I have to modify an old site of a client which is under CF 4 and DBase IV
(ouch!!!) and when i try to insert data in a table i get this message :
 
[INTERSOLV][ODBC dBase driver]Cannot modify a table which has been opened
read only.
 
Anyone knows a solution?
 
Thanks
 
Pat




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214908
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
The app never inserted value in the database, it was only reading.

I never worked with dbase.. Started CF in 1999 with oracle so... :(

I downloaded the .dbf file but I can only open them with Excel. SO I don't
know how to insert data in beside by CF.

Thanks

Pat 

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED] 
Sent: August 13, 2005 19:13
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Can you provide more information?  Did it work at one time and recently
started to error?  Typical questions: any changes been made to the server
and or app recently?  Do you get the error if you try and add data outside
of CF?
 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 3:58 PM
To: CF-Talk
Subject: DBASE coldfusion 4 problem

Hi,
 
I have to modify an old site of a client which is under CF 4 and DBase IV
(ouch!!!) and when i try to insert data in a table i get this message :
 
[INTERSOLV][ODBC dBase driver]Cannot modify a table which has been opened
read only.
 
Anyone knows a solution?
 
Thanks
 
Pat






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214909
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread Connie DeCinko
Download this and see if you can gain some more insight into the database:
http://www.dbfmanager.com/download/
 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 13, 2005 4:18 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

The app never inserted value in the database, it was only reading.

I never worked with dbase.. Started CF in 1999 with oracle so... :(

I downloaded the .dbf file but I can only open them with Excel. SO I don't
know how to insert data in beside by CF.

Thanks

Pat 

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED]
Sent: August 13, 2005 19:13
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Can you provide more information?  Did it work at one time and recently
started to error?  Typical questions: any changes been made to the server
and or app recently?  Do you get the error if you try and add data outside
of CF?
 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 3:58 PM
To: CF-Talk
Subject: DBASE coldfusion 4 problem

Hi,
 
I have to modify an old site of a client which is under CF 4 and DBase IV
(ouch!!!) and when i try to insert data in a table i get this message :
 
[INTERSOLV][ODBC dBase driver]Cannot modify a table which has been opened
read only.
 
Anyone knows a solution?
 
Thanks
 
Pat








~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214910
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
Well this program works just fine..

I still get the error as read only.. Maybe something on the server? I asked
the sysadmin but no answer yet.

Thanks

Patrick 

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED] 
Sent: August 13, 2005 19:30
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Download this and see if you can gain some more insight into the database:
http://www.dbfmanager.com/download/
 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 4:18 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

The app never inserted value in the database, it was only reading.

I never worked with dbase.. Started CF in 1999 with oracle so... :(

I downloaded the .dbf file but I can only open them with Excel. SO I don't
know how to insert data in beside by CF.

Thanks

Pat 

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED]
Sent: August 13, 2005 19:13
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Can you provide more information?  Did it work at one time and recently
started to error?  Typical questions: any changes been made to the server
and or app recently?  Do you get the error if you try and add data outside
of CF?
 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 3:58 PM
To: CF-Talk
Subject: DBASE coldfusion 4 problem

Hi,
 
I have to modify an old site of a client which is under CF 4 and DBase IV
(ouch!!!) and when i try to insert data in a table i get this message :
 
[INTERSOLV][ODBC dBase driver]Cannot modify a table which has been opened
read only.
 
Anyone knows a solution?
 
Thanks
 
Pat










~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214911
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread Connie DeCinko
Well since it is a file based system, much like MS Access, I wonder if you
need write permission on the folder the DB is located in?  Can you get an
insert to work locally?
 
 
Constanty Connie DeCinko III
Web Architect, Webmaster, Web Developer
Lone Jet Enterprises
Glendale, Arizona
www.LoneJet.com
 

 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 13, 2005 5:14 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Well this program works just fine..

I still get the error as read only.. Maybe something on the server? I asked
the sysadmin but no answer yet.

Thanks

Patrick 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214912
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread Dawson, Michael
This may be too obvious, but I fall for it occasionally, but do you have
the file open for reading, in a different program, while you are trying
to insert the data with CF?

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 13, 2005 7:22 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Well since it is a file based system, much like MS Access, I wonder if
you need write permission on the folder the DB is located in?  Can you
get an insert to work locally?
 
 
Constanty Connie DeCinko III
Web Architect, Webmaster, Web Developer
Lone Jet Enterprises
Glendale, Arizona
www.LoneJet.com
 

 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 5:14 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Well this program works just fine..

I still get the error as read only.. Maybe something on the server? I
asked the sysadmin but no answer yet.

Thanks

Patrick 






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214913
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
By ftp, I can write in the directory since a downlaoded the file, change
some fields in dbfmanager and upload it back.

Patrick 

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED] 
Sent: August 13, 2005 20:22
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Well since it is a file based system, much like MS Access, I wonder if you
need write permission on the folder the DB is located in?  Can you get an
insert to work locally?
 
 
Constanty Connie DeCinko III
Web Architect, Webmaster, Web Developer
Lone Jet Enterprises
Glendale, Arizona
www.LoneJet.com
 

 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 5:14 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Well this program works just fine..

I still get the error as read only.. Maybe something on the server? I asked
the sysadmin but no answer yet.

Thanks

Patrick 






~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214915
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
It is on a remote server and I upload it there.

Patrick 

-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: August 13, 2005 20:29
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

This may be too obvious, but I fall for it occasionally, but do you have the
file open for reading, in a different program, while you are trying to
insert the data with CF?

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 7:22 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Well since it is a file based system, much like MS Access, I wonder if you
need write permission on the folder the DB is located in?  Can you get an
insert to work locally?
 
 
Constanty Connie DeCinko III
Web Architect, Webmaster, Web Developer
Lone Jet Enterprises
Glendale, Arizona
www.LoneJet.com
 

 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 5:14 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Well this program works just fine..

I still get the error as read only.. Maybe something on the server? I asked
the sysadmin but no answer yet.

Thanks

Patrick 








~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214916
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread Connie DeCinko
But does the user ID the ColdFusion service runs under have permission.  It
should, but worth checking. 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 13, 2005 5:44 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

By ftp, I can write in the directory since a downlaoded the file, change
some fields in dbfmanager and upload it back.

Patrick 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214918
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread Connie DeCinko
Another issue worth double checking, are the settings of the datasource in
the CFAdmin.  It is possible that write permissions are not enabled there
since they were not needed before.
 

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 13, 2005 5:52 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

But does the user ID the ColdFusion service runs under have permission.  It
should, but worth checking. 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 5:44 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

By ftp, I can write in the directory since a downlaoded the file, change
some fields in dbfmanager and upload it back.

Patrick 






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214919
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
Thanks, I pointed everything to the sysadmin and will wait on his reply.

Thanks to all

Patrick 

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED] 
Sent: August 13, 2005 20:57
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Another issue worth double checking, are the settings of the datasource in
the CFAdmin.  It is possible that write permissions are not enabled there
since they were not needed before.
 

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 5:52 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

But does the user ID the ColdFusion service runs under have permission.  It
should, but worth checking. 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 5:44 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

By ftp, I can write in the directory since a downlaoded the file, change
some fields in dbfmanager and upload it back.

Patrick 








~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214921
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread CFDEV
I changed the permission with a CHMOD through FTP and now it works so thanks
to everyone.

Pat 

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED] 
Sent: August 13, 2005 20:57
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Another issue worth double checking, are the settings of the datasource in
the CFAdmin.  It is possible that write permissions are not enabled there
since they were not needed before.
 

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 5:52 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

But does the user ID the ColdFusion service runs under have permission.  It
should, but worth checking. 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 5:44 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

By ftp, I can write in the directory since a downlaoded the file, change
some fields in dbfmanager and upload it back.

Patrick 








~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214922
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: DBASE coldfusion 4 problem

2005-08-13 Thread Connie DeCinko
Great!  Glad we could help.
 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 13, 2005 6:03 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

I changed the permission with a CHMOD through FTP and now it works so thanks
to everyone.

Pat 

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED]
Sent: August 13, 2005 20:57
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

Another issue worth double checking, are the settings of the datasource in
the CFAdmin.  It is possible that write permissions are not enabled there
since they were not needed before.
 

-Original Message-
From: Connie DeCinko [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 5:52 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

But does the user ID the ColdFusion service runs under have permission.  It
should, but worth checking. 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 13, 2005 5:44 PM
To: CF-Talk
Subject: RE: DBASE coldfusion 4 problem

By ftp, I can write in the directory since a downlaoded the file, change
some fields in dbfmanager and upload it back.

Patrick 










~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214923
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54