Hi, I'm trying to get the interbase client working between SCO Unix and Win2k. I've got IB Version SI_V5.5.0.744 on SCO OpenServer 5, I've restored the data...
... Tony, As this list is for other DBs converting to Firebird/InterBase 6, your question is off-topic here. The best place to go for support on Borland's ...
Hi All. I am trying to create a Interbase Table but I don't know what the interbase field is for a Boolean Field. Could someone please post a list of all the...
... InterBase doesn't have a Boolean type - you define your own using a domain. It can be whatever you like but most people use either a VARCHAR(1), some...
... Types are documented in Data Definition Guide and Language Reference Guide, both available in PDF format. There's no boolean type. Just use a smallint. C. ...
263
openos2@...
Apr 9, 2002 4:18 am
부재중입니다. _________________________________________________________ 한미르 메일 ( http://mail.hanmir.com/ ) 우리끼리 통하는 인터넷...
264
Raphael Bauduin
raphael.bauduin@...
Apr 9, 2002 9:10 am
Hi, I am in a period of tests to see if I can migrate a DB from mssql to Firebird (I'm what you can call a Firebird newbie....) I'd like to do it "manually"....
265
openos2@...
Apr 9, 2002 9:10 am
부재중입니다. _________________________________________________________ 한미르 메일 ( http://mail.hanmir.com/ ) 우리끼리 통하는 인터넷...
You can try the sql2gdb migration wizard - it should be easy. You can download it from the following URL. [http://www.ibphoenix.com/sql2gdb.html] The site had...
271
openos2@...
Apr 12, 2002 2:59 am
부재중입니다. _________________________________________________________ 한미르 메일 ( http://mail.hanmir.com/ ) 우리끼리 통하는 인터넷...
Thanks Marcelo. I just finished reading your documentation on migration from SQL to Firebird/IB. It's excellent. I am going to try it tomorrow. I have a...
273
openos2@...
Apr 12, 2002 3:30 am
부재중입니다. _________________________________________________________ 한미르 메일 ( http://mail.hanmir.com/ ) 우리끼리 통하는 인터넷...
... You need to put the full path to the database file in single quotes. Please post your future support questions to the ib-support list. This list is for...
Your site provides sql2gdb.zip. But IBPhoenix site mentions that we also need delpak5.zip. Their site is too busy. Where can I get this file? Thanks...
Trying to convert my Access 2000 database to Firebird using sql2gdb. Gives errors. See Files (error_conversion.zip). When proceeded, .gdb file is created. Only...
280
IB-Conversions@yahoog...
Apr 12, 2002 10:21 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the IB-Conversions group. File :...
A simple database got converted to gdb fine. But could access only one of the tables using commaand "select * from tblAAA". While trying to execute this...
I don't have much time to look at the logs right now, but for the 'table not found' syndrome, the best thing to do is check whether you used quoted identifiers...
Works like a charm with ISQL. Doesn't work with IBAccess. Any better freeware Front-end for Firebird? Thanks Marcelo! ... the 'table ... them ... code. ... ...
During conversion from Access to GDB (using sql2gdb) used the following option: Name map method: Use quotes (dialect 3 only) After conversion, the SQL string I...
During conversion from Access to GDB (using sql2gdb) used the following option: Name map method: Use quotes (dialect 3 only) After conversion, the SQL string I...
In my experience, quoted identifiers are a one-way street. I played with them only enough to realize they were case-sensitive, and then stopped using them at...