Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Thread: SQL Query

    by copeg
    Replies
    13
    Views
    1,523

    Re: SQL Query

    I feel like we are going in circles. Don't expect anyone to have any clue what you are talking about unless you provide all the details, better yet post code that is succinct and which clearly...
  2. Thread: SQL Query

    by copeg
    Replies
    13
    Views
    1,523

    Re: SQL Query

    Sorry, I don't know what TableModles is, nor exactly where you are stuck. I recommend breaking the problem down as small as possible, being explicit about the problem, post an SSCCE, and ask a...
  3. Thread: SQL Query

    by copeg
    Replies
    13
    Views
    1,523

    Re: SQL Query

    Read post #8, which I will reiterate: what did you try?
  4. Thread: SQL Query

    by copeg
    Replies
    13
    Views
    1,523

    Re: SQL Query

    What did you try? Where are you stuck?
  5. Thread: SQL Query

    by copeg
    Replies
    13
    Views
    1,523

    Re: SQL Query

    Then use option b. Perform the query, use the getDate function of ResultSet(presuming the driver supports this operation), and use the returned Date object as needed.
  6. Thread: SQL Query

    by copeg
    Replies
    13
    Views
    1,523

    Re: SQL Query

    a) Do this on the database side - I am not familiar with Paradox, but many databases have ways of converting one date data type to another (for instance, in MySQL you can use the DATE function). b)...
Results 1 to 6 of 6