Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Am I tired ?
Message
De
09/02/2008 09:35:06
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
09/02/2008 08:28:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01291041
Message ID:
01291047
Vues:
13
>Hi all !
>Can somebody for me mark pairs of ' which belongs to each other, putting 1 or 2
>behind ' ... ( '1 '2 )
>It should be trivial, but ....
>Regards,
>Gojko
>
>
>
>"OrderDate >='"+ e.Day.Date.ToString("dd-MMM-yyyy") +  "'AND OrderDate <'" +
>
>e.Day.Date.AddDays(1).ToString("dd-MMM-yyyy") + "'";
>
>
string filter = String.Format(
  "OrderDate >= '{0}' AND OrderDate < '{1}'",
  e.Day.Date.ToString("dd-MMM-yyyy"), 
  e.Day.Date.AddDays(1).ToString("dd-MMM-yyyy") );
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform