dbTalk Databases Forums  

Status 11 and 12 with PSQL 9.1

comp.databases.btrieve comp.databases.btrieve


Discuss Status 11 and 12 with PSQL 9.1 in the comp.databases.btrieve forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Axel Potthoff
 
Posts: n/a

Default Status 11 and 12 with PSQL 9.1 - 11-06-2005 , 07:34 AM






Hi,

when I install PSQL 9.1 to a new System and start our application, I got
Status codes 11 and 12.

When I install PSQL 8.x to a new System and start our application, everthing
works fine.

When I install fist PSQL 8.x to a new system and after this install PSQL 9.1
to this system and then start our application everything works fine too.

Can anyone tell me, why simply installing PSQL 9.1 does not work?

Our application uses simple Btrieve calls and has no SQL features.

Thank You

Axel


Reply With Quote
  #2  
Old   
Bill Bach
 
Posts: n/a

Default Re: Status 11 and 12 with PSQL 9.1 - 11-06-2005 , 10:00 PM






Your application is uaing an old method of defining the data file names
-- using a SPACE as a terminating character.

Since OS/2 created on the ability to have long file names (and this
feature has caught on with almost every other major OS), the space
terminator is no longer "safe".

You have two options:
1) Change the code to terminate every filename with a NULL byte (0x00)
instead of a space (0x20).
2) Change the "Allow Embedded Spaces" setting in the PSQLv9 PCC to
UNCHECKED (i.e. OFF). This will force PSQLv9 to behave like older
versions that did NOT allow spaces to appear in filenames.

Please note that if you pick option 2, you must change it on every
client workstation.
Goldstar Software Inc.
Building on Btrieve(R) for the Future(SM)
Bill Bach
BillBach (AT) goldstarsoftware (DOT) com
http://www.goldstarsoftware.com
*** Chicago: Pervasive.SQL Service & Support - November, 2005 ***
*** Chicago: Pervasive DataExchange Class - November, 2005 ***

Axel Potthoff wrote:

Quote:
Hi,

when I install PSQL 9.1 to a new System and start our application, I
got Status codes 11 and 12.

When I install PSQL 8.x to a new System and start our application,
everthing works fine.

When I install fist PSQL 8.x to a new system and after this install
PSQL 9.1 to this system and then start our application everything
works fine too.

Can anyone tell me, why simply installing PSQL 9.1 does not work?

Our application uses simple Btrieve calls and has no SQL features.

Thank You

Axel


Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.