Hi, I'm having a problem with french characters when performing a database dump from the console window on a Windows XP machine.
For example a field containing :Midi-Pyrénées will appear as Midi-Pyr‚n‚es when exported.
mysqldump -u root -p mydb --default-character-set=utf8 >...
If I'm logged into the domain, via the XP pro, under a user with full admin rights and I go to control panel >> System >> Advanced >> Settings (User profiles) I have two accounts:
1) the local system admin account and
2) the domain 'SANTA' user account that also has local machine admin rights...
Hi, I'm experiencing some odd behaviours with my PC powering up and and down:
Powering up
The computer needs to beed turned off completely from the switch at the rear. When turned on again from this switch, no matter how long after the system was shut down, the fans automatically come on...
I have two tables, Books and RelatedBooks , with identical field names, title and author
The RelatedBooks has records that related to the table Books, but not all Books have related books.
I want a list of all books from both the Books table and RelatedBooks table when I specify a criteria...
Does anyone know how to prematurely exit a Case Select statement in ASP (not ASPX). I'm trying something like:
Select Case x
Case "one"
'check second condition
If y=z Then Exit Case
'else do something
Case "Two"
'do something
Case...
The Problem:
When I insert dates in SQL Server 2000 into a field having a data type 'datetime', the date is recorded in US format even though I had specified a european format, e.g., 01/09/2002 gets recorded in the database as 09/01/2002.
The Code:
<cfset thedate = "01/09/2003">...
I'm fairly new to ColdFusion and especially using the CFHTTP tag. Here's the problem:
We have a database storing over 3000 links (and increasing) to various web sites. What we want to do is create an automatic link checker that will probe each link stored in the database to test whether they're...
Does anybody know if it is possible to write a ASP script that could check for dead links externally and internally to the web server. I know this can be done in PERL but can it be done in ASP?
Does anybody know if it is possible to write a coldfusion script that could check for dead links externally and internally to the web server. I know this can be done in PERL but can it be done in CF?
Hi, I'm a newbie to coldfusion. What I'm trying to acieve is send a string parameter in a url and have the next page read the value.
myfirstpage.cfm
<cfset subjectname = "English">
<cfoutput>
<a href="mynextpage.cfm?subjectname=#subjectname#>
#subjectname#</a>
</cfoutput>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.