[V4RB] Two V4RB 1.11 crashing problems
Keith DeLong
delong at redcort.com
Sun Nov 28 16:45:42 CST 2004
Hi Ruslan,
Problem #1
V4RB crashes if an invalid RecID is passed. For example:
VCursor(InDB,"Select * from Names WHERE RecID = 9999",kV_Server, kV_NoLocks,
kV_Random)
This crashes the application if 9999 is an invalid recID
Problem #2
V4RB crashes if a sub select results in no records selected. For example:
SELECT * FROM Employees WHERE Salary IN
(select max(Salary) from Employees WHERE Active = false)
This crashes the application if all employees are active.
I tested and verified both of these bugs using ViSQL.
I know you are focused on 2.0 but these are show stopping, deal breaking
critical problems. They crash my application without warning or error.
How quickly can we get a fix for these?
Thanks,
Keith DeLong
More information about the Valentina
mailing list