Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

IB-Conversions · Convert OtherDBMS to Firebird/IB

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 837
  • Category: Data Formats
  • Founded: Jun 19, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 633 - 663 of 677   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
633 ¹ß¼Û½ÇÆÐ¾Ë¸²
adclick@... Send Email
Apr 7, 2010
12:21 pm
NAVER - http://www.naver.com/ ... junn7 ´Ô²² º¸³»½Å ¸ÞÀÏ <RE: [IB-Conversions] maximum stored proc name> ÀÌ ´ÙÀ½°ú °°Àº ÀÌÀ¯·Î Àü¼Û...
634 Craig Arenson
rumbadaping@... Send Email
Apr 7, 2010
12:34 pm
thanks, is there any scope for this to increase in future firebirds? 2.5 maybe? ... [Non-text portions of this message have been removed]...
635 Claudio Valderrama C.
i5cvalde Send Email
Apr 7, 2010
12:39 pm
... No, 2.5 is feature-frozen. It's in RC2 phase. It won't be necessarily in FB3.0. Have a look here ...
636 ¹ß¼Û½ÇÆÐ¾Ë¸²
adclick@... Send Email
Apr 7, 2010
12:39 pm
NAVER - http://www.naver.com/ ... junn7 ´Ô²² º¸³»½Å ¸ÞÀÏ <RE: [IB-Conversions] maximum stored proc name> ÀÌ ´ÙÀ½°ú °°Àº ÀÌÀ¯·Î Àü¼Û...
637 Craig Arenson
rumbadaping@... Send Email
Apr 28, 2010
3:13 pm
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...
638 Ivan Prenosil
iprenosil Send Email
Apr 28, 2010
7:09 pm
CREATE PROCEDURE GET_PRODUCTIVITY ( tiepe char(1) character set none) returns ( name varchar(30) character set none, short_name varchar(2) character set none, ...
639 Ceglar Maurizio
ceglarmaurizio Send Email
Apr 28, 2010
7:11 pm
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...
640 Ann W. Harrison
annwharrison Send Email
Apr 28, 2010
7:58 pm
... 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@... Send Email
Apr 29, 2010
6:51 am
Works like a bomb. thank you! ... [Non-text portions of this message have been removed]...
642 Ceglar
ceglarmaurizio Send Email
Apr 29, 2010
4:21 pm
... Thank you very much for your valuable links, I think FBExport was just what I wanted....
643 ptpics99 Send Email May 2, 2010
7:34 pm
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...
644 Helen Borrie
helebor Send Email
May 3, 2010
3:01 am
... 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...
645 ptpics99 Send Email May 3, 2010
5:45 am
... 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...
646 titititi_totototo
titititi_tot... Send Email
Oct 24, 2010
6:14 pm
Hello, I have a file 'comp.ib6&#39;. 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...
647 Helen Borrie
helebor Send Email
Oct 24, 2010
6:46 pm
... If it is indeed an IB6 database file then you will be able to open it in Firebird 1.0.3, links here: ...
648 Markus Ostenried
macnoz Send Email
Oct 24, 2010
8:07 pm
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...
649 Totototo Titititi
titititi_tot... Send Email
Oct 24, 2010
11:07 pm
It works ! Thanks ! I can read the file. Thanks a lot to Helen and Markus ! ________________________________ From: titititi_totototo...
650 p51b.mustang Send Email Apr 11, 2011
8:43 am
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...
651 Chirag Ode
chiragode.pr... Send Email
Apr 11, 2011
8:43 am
Hi How can i access database which is on server in firebird? From: Chirag Ode [Non-text portions of this message have been removed]...
652 chiragode.proaccin
chiragode.pr... Send Email
Apr 11, 2011
8:44 am
how can i access database which is on linux server in firebird?...
654 Claudio Valderrama C.
i5cvalde Send Email
Apr 12, 2011
3:47 am
... Read the basic documentation, ask in firebird-support at yahoo, not here. C....
655 Claudio Valderrama C.
i5cvalde Send Email
Apr 12, 2011
3:48 am
... 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...
656 p51b.mustang Send Email Apr 12, 2011
4:02 am
... 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...
657 jclichthouse Send Email Jun 29, 2011
9:30 pm
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@... Send Email
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...
659 jclichthouse Send Email Jun 30, 2011
2:04 pm
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@... Send Email
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...
661 Helen Borrie
helebor Send Email
Jul 1, 2011
3:33 am
... Or subscribe to the firebird-tools list and ask if anyone has something ready-to-go... ./hb...
662 jclichthouse Send Email Jul 2, 2011
7:31 pm
... 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...
663 jclichthouse Send Email Jul 3, 2011
5:10 pm
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 ...
Messages 633 - 663 of 677   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help