I have interbase database (version 6.0.1) in which I am importing data from an external table created from other interbase database (version 7.1)
External table is defined as
CREATE TABLE EXT_ANALITIKA EXTERNAL 'C:\External\From_AST\EXT_ASTTT.TXT' (
And stored procedure for importi9ng is...
I got the user with certain rights to install interbase on Linux, but when I tried (I have version InterBaseSS_LI-V6.0.tgz and I used script “install”) I got some message that something couldn’t be executed and that I should try to login as a root and to try again.
My conclusion is that I don’t...
I have table
Number Some data
1 x
3 y
4 s
5 x
I would like to find smallest number starting from 1 which is not in the table.
In this case that would be 2.
Does somebody have idea how to write query?
I have table
Number Some data
1 x
3 y
4 s
5 x
I would like to find smallest number starting from 1 which is not in the table.
In this case that would be 2.
Does somebody have idea how to write query?
How can I write to XML file which is packed in JAR file using JDOM?
I tried something with EntityResolver but I didn’t succeed?
Does anybody have some example?
I created report which have one sub report (main stored procedure is linked with sub report stored procedure). I checked stored procedures and when I call them separately from crystal I get good results. However when I create complete report I don’t get good results in sub report. I checked...
I have one strange problem. I get report with one first page filed with data which are returned from my stored procedure and I get couple more pages which are empty and only page header is visible. Does anybody have some idea what is happening?
I have one stored procedure SP1 whose parameter sp1_a1 is linked to sub report procedure SP2_a1. Due to some changes I would like to add to report one more procedure which have all parameters as SP1 and than that procedure will be linked with SP2.
Also I would like to enter only parameters for...
I am using some stored procedure from reports. I have fields from that
stored procedures on my report. I wrote new stored procedure which has
same fields. Can I somehow rename existing procedure because if I
remove it than all fields from report are removed?
I have CR IX.
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.