Ask a Question related to Coldfusion Database Access, Design and Development.
-
quiero mas #1
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
-
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... -
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... -
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... -
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. ... -
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... -
Dan Bracuk #2
Re: query db problems
This is a guess.
It might be a keyword problem with name.
Dan Bracuk Guest
-
MikerRoo #3
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
-
quiero mas #4
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
-
Jochem van Dieten **AdobeCommunityExpert** #5
Re: query db problems
quiero mas wrote:
That will not help you. The root cause is that you have specified> 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?
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
-
quiero mas #6
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
-
MikerRoo #7
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
-
quiero mas #8
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
-
MikerRoo #9
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



Reply With Quote

