Forum Replies Created

Viewing 15 posts - 13,471 through 13,485 (of 13,838 total)

  • RE: Cannot Attach Database Error 1105

    I agree with AJ Ahrens - it should recreate the log file if none exists.

    Can you post the full device 'activation error' message?

    Regards

  • RE: Problem displaying data

    But aren't your customers in tblPaxList?  When you create the ServiceRefNo self join on tblPaxList, the returned recordset will be larger than required because ServiceRefNo is not unique on tblPaxList...

  • RE: Problem displaying data

    Sorry to mess you about, but this is tough to crack without also seeing the base data.  As you've already identified, you're getting too many results as a consequence of...

  • RE: Temp Tables and Table Variables

    What error message do you get?

  • RE: Problem displaying data

    I am sure that this can be achieved without the need for the query you originally requested.

    Can you post sample details showing the query you are running, the output you...

  • RE: Problem displaying data

    This sounds like an unusual way to do things.  Can you go into more detail about what you will be using the resultset for and perhaps we will find another, more...

  • RE: need help on writing a sub-query

    So

    select product, city

    from product_cities

    where city = 'boston' or city = 'chicago' or city = 'denver'

    is not what you want?  (I know you're using IDs, but the theory's the same)...

  • RE: Question of the Day for 29 Jun 2005

    So you got it right then?

  • RE: This is producing a weird result

    Sorry - I meant for you to replace 'fieldlist' with your list of fields to be selected.  Fieldlist is not a keyword

  • RE: This is producing a weird result

    select distinct

    will return unique rows, at field-by-field level.  If any of the fields in the rows are different, the row will be returned.  Therefore the fewer fields you return,...

  • RE: Comparing Text Fields

    Aha - never had to work with huge text fields - over to someone else!

  • RE: Changing default date for database

    Yup, I was talking twaddle once again.

    Best go home and swat up

    Phil

  • RE: This is producing a weird result

    Prob not the dept table, as that is not included in the section of your code which is causing you problems.  Update: there is no dept table - you...

  • RE: Comparing Text Fields

    Please post some sample data (just the relevant fields will do) and datatype/size of text fields.  No need for full text indexing.

    Regards

  • RE: Merging Columns of 2 databases

    Remi is right.  What is your objective?  It is easy to write a SELECT query to display the data how you want.  Or you can create a permanent VIEW of...

Viewing 15 posts - 13,471 through 13,485 (of 13,838 total)