Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Am I tired ?
Message
From
09/02/2008 09:35:06
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
09/02/2008 08:28:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01291041
Message ID:
01291047
Views:
11
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform