Subject | RE: [IBO] Problem with DDL extract |
---|---|
Author | IBO Support List |
Post date | 2013-09-11T13:37:57Z |
I had sent you a message on Skype letting you know I had ran the regression
test against Firebird 2.0 and came across that issue and fixed it. You just
need to get my latest and test it out. Let me know how you wish to proceed.
IIRC I gave you SVN access to my primary development repository so that
should do it for you, at least to test it.
Thanks,
Jason
www.ibobjects.com
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Robert Martin
Sent: Tuesday, September 10, 2013 4:55 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] Problem with DDL extract
Hi
Just tested the following code which comes up with a ISC error message
'arithmatic exception, numeric overflow, or string truncation' on the
'DDL.ExecuteStrings(DDL_List, DDL_Errors);'.
DDL_List := TStringList.Create;
DDL_Errors := TStringList.Create;
try
DDL := TIB_DDL_Extract.Create(IBODatabase);
try
//Get ddl for database
DDL.IB_Connection := IBODatabase;
DDL.ExecuteStrings(DDL_List, DDL_Errors);
Temp := UpperCase(DDL_List.Text);
.....
When testing the 'Metadata extract' tool in the ibutilities tool bar on
the same database I get an ISC error with the following message 'Column
unknown M.RDB$RELATION_TYPE at line 18, column 3'. This could be due to
my database version 2.0.xx.
Thanks
Rob
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
http://tracker.ibobjects.com - your portal to submit and monitor bug reports
http://community.ibobjects.com - your portal to purchase and upgradeYahoo!
Groups Links
test against Firebird 2.0 and came across that issue and fixed it. You just
need to get my latest and test it out. Let me know how you wish to proceed.
IIRC I gave you SVN access to my primary development repository so that
should do it for you, at least to test it.
Thanks,
Jason
www.ibobjects.com
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Robert Martin
Sent: Tuesday, September 10, 2013 4:55 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] Problem with DDL extract
Hi
Just tested the following code which comes up with a ISC error message
'arithmatic exception, numeric overflow, or string truncation' on the
'DDL.ExecuteStrings(DDL_List, DDL_Errors);'.
DDL_List := TStringList.Create;
DDL_Errors := TStringList.Create;
try
DDL := TIB_DDL_Extract.Create(IBODatabase);
try
//Get ddl for database
DDL.IB_Connection := IBODatabase;
DDL.ExecuteStrings(DDL_List, DDL_Errors);
Temp := UpperCase(DDL_List.Text);
.....
When testing the 'Metadata extract' tool in the ibutilities tool bar on
the same database I get an ISC error with the following message 'Column
unknown M.RDB$RELATION_TYPE at line 18, column 3'. This could be due to
my database version 2.0.xx.
Thanks
Rob
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
http://tracker.ibobjects.com - your portal to submit and monitor bug reports
http://community.ibobjects.com - your portal to purchase and upgradeYahoo!
Groups Links