Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WHY does my VFP database lockup?

Status
Not open for further replies.

gambhir

Programmer
Oct 17, 2000
15
US
I have developed a form using Coldfusion 4.5. The form is submitted through MS PWS. The submit is successful. However when I open my VFP 5 project it returns an error "file access is denied". Does it take that long to write to the database? Why is causing this error or performance problem I am encountering?

Much obliged
 
hmm dunno about ColdFusion etc. Is the dbf shared? excluseve? do you have user/PWS rights to dir holding the dbf? John Durbin
john@johndurbin.com
MCP Visual FoxPro
ICQ VFP ActiveList #73897253
 
Hi, gambhir!

How you write your data into VFP database from ColdFusion? What you use for that? OLEDB? ODBC? ADO?

Looks like you written data into some object that handled data, but data will not be really written to database until you not say so (call method of object that updates data).
Also, it looks like you opened table somewhere in exclusive mdoe in Cold Fusion, so noone else can open it until it will be closed in your application or by system.


Vlad Grynchyshyn
vgryn@softserve.lviv.ua
The professional level of programmer could be determined by level of stupidity of his/her bugs
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top