Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Include NULL in the result
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01036945
Message ID:
01036977
Views:
15
>Try
* VFP
> SELECT SPACE(50) as cEmpName, SPACE(10) as cUserID, null as cUsGrLink_pk
> FROM Users WHERE RECNO() =1
>* SQL Server
> SELECT SPACE(50) as cEmpName, SPACE(10) as cUserID, null as cUsGrLink_pk
>
This gives me the same error:
SQL: Cannot determine data type of SQL column "column" (Error 1890)Visual FoxPro cannot determine the data type of the specified SQL column because the first record in the field contains a null value.

The funny thing is that it displays some strange characters instead of the column name (lets call them greek for the lack of better description).
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform