Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Params and fieldlength? [CORE251] #582

Open
firebird-automations opened this issue Nov 4, 2004 · 11 comments
Open

Params and fieldlength? [CORE251] #582

firebird-automations opened this issue Nov 4, 2004 · 11 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: johnvandew (johnvandew)

Is related to JDBC132
Is duplicated by CORE4663
Relate to CORE3559

Votes: 4

SFID: 1060280#⁠
Submitted By: johnvandew

Hi,
Using FB 1.5, both embedded and server,
D7 with Zeos

all on WinXP sp2

field 'name' is varchar(10)

OK:
Select * from ATable
where name = 'a_big_name'

OK:
Select * from ATable
where name = 'a_bigger_name'

OK:
Select * from ATable
where name = :AName
Params[0].AsString:='a_big_name'

Error:
Select * from ATable
where name = :AName
Params[0].AsString:='a_bigger_name'

OK:
Select * from ATable
where Cast(name as VARCHAR(100) = :AName
Params[0].AsString:='a_bigger_name'

I have to cast the field to a large field to prevent
error occurring...

Same result with LIKE and CONTAINING
Using ZEOS: Error -303

bug?

Kind Regards,
John

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Version: 1.5.0 [ 10025 ]

Component: Engine [ 10000 ]

assignee: Dmitry Yemanov [ dimitr ]

SF_ID: 1060280 =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

assignee: Dmitry Yemanov [ dimitr ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 10275 ] => Firebird [ 14507 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 3.0 Alpha 1 [ 10331 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @mrotteveel

Link: This issue is related to JDBC132 [ JDBC132 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 3.0 Beta 1 [ 10332 ]

Fix Version: 3.0 Alpha 1 [ 10331 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 3.0 Beta 2 [ 10586 ]

Fix Version: 3.0 Beta 1 [ 10332 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Fix Version: 3.0 Beta 2 [ 10586 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @mrotteveel

Link: This issue is duplicated by CORE4663 [ CORE4663 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @mrotteveel

Link: This issue relate to CORE3559 [ CORE3559 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants