Hi,
I'm trying to create a stored procedure that seeks a string (eg '0099 ') in a column of type 50 times PIC 9(4)
COMPANIES column is as follows:
0099006901610169000000000000000000000000000000000000000000000000000000000
Here is my sp:
CREATE PROCEDURE usp_GetCompanyInfo (in: CompanyID char...
Hi,
I try to create a stored procedure which takes a parameter i.e. :CompanyId char(4) and to get some info about the company.
I tried this SELECT statement into the PERVASIVE.SQL DATA MANAGER (a sort of SQL Analyzer) and it works fine.
SELECT GROUP, NAME
FROM MYTABLE
WHERE (COMPAGNIES...
Hi,
What I try to do is to create a stored procedure which takes a parameter i.e. :CompanyId char(4) and to get some info about the company.
I tried this SELECT statement into the PERVASIVE.SQL DATA MANAGER (a sort of Analyzer) and it works fine.
SELECT GROUP, NAME
FROM MYTABLE
WHERE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.