I wanted to retrieve table properties using pervasive sql control center. Version 9.52
How can i retrieve all the tables properties from a Database ? i tried some thing like below for one table but it throwed me an error
select * from "TABLE NAME"
CALL psp_column_attributes (, ,)
error messgae :- Invalid procedure name
It's possible you're installation doesn't have the system stored procedures. You should be able to recreate them. There should be a directory called
restore
under thesystem
database directory. I can't remember where is was in V9, maybec:\pvsw\demodata\system
. I know that for v10 (and later), it is inC:\ProgramData\Pervasive Software\PSQL\system\restore
orC:\ProgramData\Actian\PSQL\system\restore
.