Subject | script executes in ibexpert but not with tibscript |
---|---|
Author | martinknappe |
Post date | 2006-09-18T22:43:57Z |
hi, i have a script that creates a database
it works fine when executed with ibexpert, so the script seems to be okay
i want to use this script to create a database from my delphi application
you can find the script under:
http://www.yourfilehost.com/media.php?cat=other&file=emptyDic.sql
the problem seems to lie with the insertion of 4 custom collations
right at the beginning of the script because when i leave out these
collation insertion lines and use collation unicode_fss instead of my
custom collation in all the domains that follow, the script executes
even from my delphi application
but there seems to be no logic here, because this exact same script
executes from ibexpert without any errors!
thanx,
martin
it works fine when executed with ibexpert, so the script seems to be okay
i want to use this script to create a database from my delphi application
you can find the script under:
http://www.yourfilehost.com/media.php?cat=other&file=emptyDic.sql
the problem seems to lie with the insertion of 4 custom collations
right at the beginning of the script because when i leave out these
collation insertion lines and use collation unicode_fss instead of my
custom collation in all the domains that follow, the script executes
even from my delphi application
but there seems to be no logic here, because this exact same script
executes from ibexpert without any errors!
thanx,
martin