Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL VIEW SELECT numeric column 4-digit integer
Message
From
30/11/2004 17:54:49
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00965848
Message ID:
00965899
Views:
12
Hi, Sergey!

>It'll be 4 digits column as long as you don't modify the view in the View Designer. You can also try
CREATE SQL VIEW AS SELECT (INT(999)-INT(999)) as nCol,
Ye be a saint, mon! It was the dirty view designer that was causing the trouble. I'd forgotten it had that nasty little side-affect. I'd only recently started using it again so had been used to programmatic views. Anyway, I used your trick of the INT(999)-INT(999) in the View Designer, and that works, too. (Just putting 999-999 was not good enough.)

Anyhoo, thanks!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform