|
-
Problem while creating a stored procedure in Pervasive
Hello,
I'm facing a tricky problem and i don't know how to fix it ...
I have installed PSQL 9.50 on my pc ... Under the Database called "DEMOData", i can create stored procedures without any problem ...
We already installed PSQL 10.0 on our customer server.
So, now I create a new Database on my machine. And i copied all .ddf and .mkd files on my local machine in order to have the recent and latest version of customer Database.
Till now evrything works fine. I can open tables, change data structure, do a select querry ...
But, my only problem is i can't create a very simple stored procedure like this one:
CREATE PROCEDURE test2();
Begin
Select * from colors;
End ;
It returns the following error message:
Save Failed:com.pervasive.psql.utilities.core.DBException:[LNA][Pervasive][ODBC Engine Interface][Data Record Manager] No such table or object.
Can anybody tell me how to fix this problem ?
Thank you for your help ...
Paul
Similar Threads
-
By Guillermo in forum Database
Replies: 2
Last Post: 05-29-2001, 10:55 AM
-
By Guillermo in forum Database
Replies: 1
Last Post: 05-24-2001, 02:40 PM
-
By Keoki12 in forum Database
Replies: 1
Last Post: 05-23-2001, 05:17 PM
-
By gavin in forum VB Classic
Replies: 4
Last Post: 04-22-2001, 10:35 PM
-
By Gavin in forum VB Classic
Replies: 0
Last Post: 04-08-2001, 09:41 PM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks