Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Expand result column from SQL query
Message
De
12/06/2003 19:15:27
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00799608
Message ID:
00799620
Vues:
19
Thanks, I got it to work.

My mistake was instead of this:
Select iif(ConvrtDate>0,000000+Responders,0) as Converted ...
I should have done this:
Select 000000+iif(ConvrtDate>0,Responders,0) as Converted ...
Aloha,

James
>Try
Select 000000 + myfield as newMyfield ...
>
>
>>Hi All,
>>
>>How do I control the column width for a numeric column in a SQL result set.
>>
>>I'm using the CrossTab foundation class and am getting an data overflow error. On one of the queries I did this:
>>
>>
>>Select 000001 as Mailed ...
>>
>>
>>and it fixed the problem. However now I need to use the data from a field. I tried expanding the field width but that didn't work.
>>
>>Thanks in advance for any help.
>>
>>Aloha,
>>
>>James
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform