Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem requerying a remote view
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00909860
Message ID:
00914573
Vues:
18
>create sql view cc_cce remote connection 'm project' as
> select cce.*, description1 from cce, payment where
> cce.cce_payment=payment.payment_no and cce_payment is not null and cast
> (convert(char(10), date_accept,111) as datetime)=?Filter_CC_date ;
>union select cce.*, 'Paiement différé' as description1 from cce where
> cce_payment_transfer is not null and cast(convert(char(10),
> date_accept,111) as datetime)=?Filter_CC_date

What is the length of Payment.description1 field?
A moment of silence is our cosmic reset button.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform