If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Pervasive.SQL > compatibility problem Btrieve / Pervasive.SQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-21-04, 05:03
fabien fabien is offline
Registered User
 
Join Date: Apr 2004
Posts: 2
Unhappy compatibility problem Btrieve / Pervasive.SQL

hi all,
I'm have a problem between Btrieve and Pervasive.SQL . My current system is on Btrieve (Pervasive transactionnal engine) and i need to make public data with a broswer. When I import data in ODBC I have a probleme : no DDF . If I try to create DDF by importing Btrieve file with Pervasive Control Center The data are said incompatible (Overlaps on Zstring)... I have try a Java applet connection with PIDS method but without DDF create need I used Btrieve API or no ? When I try with PMKE I can't connect (error occured when connecting to database : access denied).
need help plz

(I'm french, sorry for my poor english)
Reply With Quote
  #2 (permalink)  
Old 04-21-04, 17:04
mirtheil mirtheil is offline
Registered User
 
Join Date: Dec 2001
Posts: 1,026
To use the PMKE connection with JCL, you'll need DDFs. If you have overlapping fields, you are not going to be able to create DDFs using the Pervasive tools (mainly because overlapping fields is very bad from a database design perspective).
If you use the PIDS connection with JCL, you'll need the IDS server on a Windows machine connecting to the Pervasive engine. In addition, you'll need to use SCursor or XCursor and handle the byte structure of the record on your own.
My suggestion would be to verify there really are overlapping fields and if not, fix the indexes so DDFs can be created.
__________________
Mirtheil Software
Certified Pervasive Developer
Certified Pervasive Technician
Custom Btrieve/VB development
http://www.mirtheil.com
I do not answer questions by email. Please post on the forum.
Reply With Quote
  #3 (permalink)  
Old 04-21-04, 18:24
fabien fabien is offline
Registered User
 
Join Date: Apr 2004
Posts: 2
Thx. I will try to make DDf manually by DDf maker or other program. I hope that could be good after.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On