Recent content by Corvus

  1. C

    a datetime MySQL query string...

    I have used a bit of SQL and have never seen this BETWEEN ... AND statement. Did you try: $table_ticket.t_datetime >= '$asset_from_year-$asset_from_month-$asset_from_day%' AND $table_ticket.t_datetime <= $asset_to_year-$asset_to_month-$asset_to_day
  2. C

    Applescripter Needed!

    Where did you get that sample AppleScript from? I don't think that's even valid Terminal syntax. Run the AppleScript Editor, choose "Open Dictionary" from the File menu, and "Terminal" from the dictionary list. This will show Terminal's AppleScript commands. You should be using something...
  3. C

    C and Objective-C

    Objective C is a superset of C and has the same disadvantages as C: terse, cryptic syntax, bizarre precedence rules, primitive memory and process management, a convoluted development cycle. The main disadvantage of objective C itself is that it is a niche language; you won't find books about...
Back
Top