Hi I have a stored proc that looks like this CREATE PROCEDURE GET_PRODUCTIVITY ( tiepe char(1) character set none) returns ( name varchar(30) character set...
CREATE PROCEDURE GET_PRODUCTIVITY ( tiepe char(1) character set none) returns ( name varchar(30) character set none, short_name varchar(2) character set none, ...
Hello All I have to convert the database from InterBase 5.x. to Firebird there is some open source tools dedicated to this? Thank [Non-text portions of this...
... After you decide which version of Firebird to use - and I suggest either the most recent 2.1 or 2.5 - backup the database using the InterBase server and...
641
Craig Arenson
rumbadaping@...
Apr 29, 2010 6:51 am
Works like a bomb. thank you! ... [Non-text portions of this message have been removed]...
Hi, I'm running FB 2.5 beta 2 and I'm porting a sql server db over to FB. I'm having trouble converting the following stored proc which essentially selects a...
... Well, yes, someone could, but why don't you learn Firebird's procedural SQL language (PSQL) yourself? MSSQL Server is the only dbms that uses VBScript for...
... Firstly, thanks for converting this. I have already learned a good deal of PSQL but having spent over a couple of hours unsuccessfully trying to get this...
Hello, I have a file 'comp.ib639;. I thing it's an interbase 6 file. I don't know what is the structure (fields etc.) of the file and I don't have IB server. I'm...
On Sun, Oct 24, 2010 at 15:58, titititi_totototo ... If it's really an Interbase database file then you need an installed server to read the data (later...
Hi, I am in the process of converting a very old database, VI-T0.9.4.41 (if memory serves me best was the first release of Firebird from Interbase), to the...
... Typically one does not jump too many versions ahead. Weren't you aware of previous versions in that many years? ... And gbak didn't produce any error...
... Yes so true but, despite my pleas, the powers that be at the site did not want to change anything. And now, they are having memory problems. ... No 2.5...
Hi, After a long search on google I stil have no clue how to convert this code. [code] ALTER PROCEDURE [dbo].[PhonePerson_TR] ( @PersoonNr int , @XmlPhone...
658
Paul Lopez
paul.lopez@...
Jun 30, 2011 3:23 am
... Hi Edwin, You might want to try some of the following to get you started: - parameters that have defaults : all params following the first param that has a...
Paul Thanks for the response ... After a search i found more info on what you are saying. More study is needed to understand and implement this ( in MS-Sql...
660
Paul Lopez
paul.lopez@...
Jul 1, 2011 1:29 am
Hi Alan, ... I don't have any great news for you. At the moment, firebird does not support x-path queries (AFAIK). Not sure if you can consider a third party...
... not support x-path queries (AFAIK). ... to help with what you need to achieve. ... something ready-to-go... ... Thanks for the tip. I have post the...
Hi there, I have converted this MS-Sql sp to firebird. Can someone please tel me if i did it the right way or did i misunderstand something. Thanks Edwin ...