Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : I can read a file, but I get errors when I try to edit/delete/create records?Search Forum

Forum Home > FlexODBC - ODBC Driver for DataFlex Embedded DBMS > FlexODBC Frequently Asked Questions

 New Topic 
 
 Post Reply 
 I can read a file, but I get errors when I try to edit/delete/create records? 
 Author   Message 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-02-26 12:18:39
This typically happens because of one of the following:-

Invalid header - Some applications have used the now non-supported DataFlex MAKE_FILE command to create data files. The data files created by this command are not compatible with the API that our program uses to access data files. If you open the desired file in DFFILE and re-save it without change, this will repair the invalid header.

File read-only - This user on a network has insufficient rights to update a file on a network, or the file is marked read-only on disk.

Overlap fields - These special type fields are supported by DataFlex but by no other system, so sometimes you will get the error "Multi-user conflict - another user changed the record" because this is an untyped binary field and the comparisons always fail. Simply remove the overlap type fields from your query.
 

  Top 
 New Topic 
 
 Post Reply 

Jump to