Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: UNION character with binary fields
Message
From
07/07/2006 03:43:13
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
BUG: UNION character with binary fields
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01134369
Message ID:
01134369
Views:
54
Hi Aleksey,

I can't found a VFP's Feedback Connection,
then I send to you this bug with this channel.

UNION of char(N)/varchar(N) with varbinary(M) should return a varbinary(MAX(N,M))
( MSSQL return a character, but I don't agree with this choice
because binary data domain is less restrictive )
UNION of Memo with Blog should return a Blog

VFP fire an error here:
CREATE CURSOR testBUG (item V)

SELECT 0h44 FROM testBUG;
UNION ALL;
SELECT 'A' FROM testBUG
Thanks
Fabio
Reply
Map
View

Click here to load this message in the networking platform