Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default query db problems

    Got this error and im not really sure what to do next
    link
    <a target=_blank class=ftalternatingbarlinklarge
    href="http://healthhokkaido.com/files/index.cfm


    error
    ">[url]http://healthhokkaido.com/files/index.cfm[/url]


    error
    </a> Error Executing Database Query.
    [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft
    Access Driver] Selected collating sequence not supported by the operating
    system.

    The error occurred in
    C:\Sites\Accounts\bimfire\healthhokkaido.com\www\f iles\catalog_getCategories.cfm
    : line 1
    Called from C:\Sites\Accounts\bimfire\healthhokkaido.com\www\f iles\index.cfm:
    line 62
    Called from
    C:\Sites\Accounts\bimfire\healthhokkaido.com\www\f iles\catalog_getCategories.cfm
    : line 1
    Called from C:\Sites\Accounts\bimfire\healthhokkaido.com\www\f iles\index.cfm:
    line 62

    1 : <cfquery name="qGetCategories" datasource="#application.ds#">
    2 : select id,name from categories
    3 : </cfquery>

    SQL select id,name from categories
    DATASOURCE cart
    VENDORERRORCODE -5026
    SQLSTATE HY000

    quiero mas Guest

  2. Similar Questions and Discussions

    1. CF.query problems with CF8
      Hello, in migration to CF8 (from CF7) when we use : CF.query("xx","DELETE FROM TEST WHERE TR=1"); for example CF failed with...
    2. Problems with Recordset (Query) in Dreamweaver BindingsPanel
      Coldfusion Gurus- I keep getting this error when I try to make a connection to my database using the Dreamweaver Bindings Panel: "There are no...
    3. problems with evaluate-function and " ' " in query
      hello. strange problem. let's say i have the following variable: cfset content = "let's rock" if i make an insert-query into a ms sql server...
    4. Dymanic Query and CFIF Problems
      Problem: I have an application where I have one access table with the following fields: autonum, cca_index, cca_category, wt_index, wt_category. ...
    5. MySQL query problems
      Hi, Not sure if the problem here is PHP or MySQL, but here we go. I am trying to do two queries on a database - one after the other, but the...
  3. #2

    Default Re: query db problems

    This is a guess.

    It might be a keyword problem with name.
    Dan Bracuk Guest

  4. #3

    Default Re: query db problems

    Try the following:
    <OL><li> Stop all Coldfusion services
    <li> Open the database in Microsoft Access
    <li> Select from the menu: <b>Tools -> Database Utilities ->Compact and repair
    database.</b>
    <li> Restart CF.

    <li> If that didn'twork then see <a target=_blank
    class=ftalternatingbarlinklarge
    href="http://support.microsoft.com/default.aspx?scid=http://support.microsoft.co
    m:80/support/kb/articles/Q202/1/50.ASP&NoWebContent=1">Microsft KB article
    202150</a>.

    <li> Finally, <b>Don't use Microsoft Access for any important or revenue
    generating activity!</b>
    </OL>


    MikerRoo Guest

  5. #4

    Default Re: query db problems

    HI guys - thanks for the reply
    just wondering
    This is a error i recieved from the site online
    On my computer its all working fine
    should i upload the files again?

    quiero mas Guest

  6. #5

    Default Re: query db problems

    quiero mas wrote:
    > HI guys - thanks for the reply
    > just wondering
    > This is a error i recieved from the site online
    > On my computer its all working fine
    > should i upload the files again?
    That will not help you. The root cause is that you have specified
    a collation (string sort order) on your development machine that
    is not supported on the server. Uploading the file again will not
    resolve the underlying issue.
    First make sure your database uses the General sort order (as
    explained in the KB article MikerRoo linked), then upload the
    database again.

    Jochem

    --
    Jochem van Dieten
    Adobe Community Expert for ColdFusion
    Jochem van Dieten **AdobeCommunityExpert** Guest

  7. #6

    Default Re: query db problems

    Thakns for the great advice
    just one more question
    should i also becareful of which font i choose?
    I am trying to display both japanese and english
    should i use for example arial unicode ms?
    or do you have another suggestion?
    does it matter?

    quiero mas Guest

  8. #7

    Default Re: query db problems

    The font is not the most critical thing.
    What counts is that you use unicode throughtout your db, that you keep the
    default utf-8 encoding on the coldfusion server and that your CF files (and any
    other content is saved as utf-8).

    Then you can mix and match unicode fonts and characters.

    Arial Unicode MS is ok for windows. What about linux, unix, macintosh, and
    portable devices?
    I think Hiragino Kaku Gothic Pro covers some of those but you'll have to ask
    Japanese webmasters what they use.


    MikerRoo Guest

  9. #8

    Default Re: query db problems

    Thanks - i think i may be able to sort things out - I appreciate all your help
    over the last year.

    I have read somewhere that you aren't very famiiar with mysql - is that right?
    I am about to start studying another db applaication as you suggested as soon
    as i get this online -
    I had thought of mysql since it has those gui that can be used with it
    what do you think? Any books you can suggest?

    Many thanks again Miker and crew

    MArk

    quiero mas Guest

  10. #9

    Default Re: query db problems

    <blockquote>quote:<br><hr><i>Originally posted by: <b><b>quiero mas</b></b></i>
    Thanks - i think i may be able to sort things out - I appreciate all your help
    over the last year.

    I have read somewhere that you aren't very famiiar with mysql - is that right?
    I am about to start studying another db applaication as you suggested as soon
    as i get this online -
    I had thought of mysql since it has those gui that can be used with it
    what do you think? Any books you can suggest?

    Many thanks again Miker and crew
    MArk<hr></blockquote>

    Hmmm....
    "I have read somewhere that you aren't very famiiar with mysql" ...
    "Any books you can suggest?"

    Are you sure you want MY book recommendations? :P

    MySQL is a good database to learn but I don't personally know a book to
    recommend.
    Good luck.


    MikerRoo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139