similar to: dbi, rodbc, rmysql, charset problem

Displaying 20 results from an estimated 200 matches similar to: "dbi, rodbc, rmysql, charset problem"

2010 Apr 20
1
Problem installing RODBC
I have a problem with some missing headers when trying to install RODBC on my linux box. > install.packages("RODBC", + lib="/usr/local/david/R") trying URL 'http://cran.stat.auckland.ac.nz/src/contrib/RODBC_1.3-1.tar.gz' Content type 'application/x-gzip' length 990220 bytes (967 Kb) opened URL
2013 Jun 29
0
rake db:create giving undefined method `' for nil:NilClass
My ruby version is 1.8.7 I have installed mysql-essential-5.0.90-win32 and using Fedena 2.3.5 List of all gems installed:* columnize (0.3.6) declarative_authorization (0.5.1) fattr (2.2.1) ffi (1.9.0) gem_plugin (0.2.3) highline (1.6.19) i18n (0.4.2) metaclass (0.0.1) mime-types (1.23) mocha (0.14.0) mongrel (1.1.5) mysql (2.8.1) net-ping (1.6.0) prawn (0.6.3) prawn-core (0.6.3) prawn-format
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
On Fri, 3 Dec 2004, Reid Spencer wrote: > Could someone please apply this patch to the Win32 support so that > Morten and Jeff can handle the recent changes? I can't do it because > I"m on the road with only email access. I'd be happy to do it. Can someone send me the patch as an attachment off-list? -Chris > > <Tool > >
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
Could someone please apply this patch to the Win32 support so that Morten and Jeff can handle the recent changes? I can't do it because I"m on the road with only email access. Thanks, Reid. -----Forwarded Message----- > From: Morten Ofstad <morten at hue.no> > To: Reid Spencer <reid at x10sys.com> > Subject: Updated LLVM Visual Studio project files > Date: Thu,
2010 Jun 13
6
WINE is ignoring locale settings
Even on plain WINEPREFIX I am unable to get Polish-specific chars to work. On unix (Arch x64) everytching works fine. Wine is setting wrong codepage in registry ( in HKEY_CURRENT_USER\Software\Wine\Fonts\Codepages apears "1252,437" while it should be "1252,437") Code: $ locale LANG=pl_PL.utf8 LC_CTYPE="pl_PL.utf8" LC_NUMERIC="pl_PL.utf8"
2002 Sep 09
1
Character set of filename problem?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm getting the rsync error "partial transfer (code 23) at main.c(925)" when restoring a 'rsync-ed' Windows partition from a Linux system. I feel the problem might be caused by the characterset (win-1250) which the files on Windows partition are stored in. Is there any solution to this? Thank you lukas - -- Lukas Kubin phone:
2004 Sep 27
1
net ads user and utf8
hello I am using the samba 3.0.2a windows 2003 server. Samba is connected to W2K with security = ADS. Same user names contain non english characters. When I try: getent passwd - user names don't display correctly. net ads user - user names don't display correctly. What is wrong?? ----------- smb.conf ----------- unix charset = UTF8 display charset = UTF8 ---------- /etc/profile
2009 Feb 02
0
how to change character set to unicode in 10g over sql server 2003
Just now we have started development and our client want database character set is in unicode.what we have is given below please suggest ASAP... > select * from nls_database_parameters where parameter like '%CHARACTERSET'; PARAMETER VALUE NLS_CHARACTERSET WE8MSWIN1252 NLS_NCHAR_CHARACTERSET AL16UTF16 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Mar 21
0
[LLVMdev] Universal tool for creating your own language and parsing the AST
Hi everyone, I'm writing a language, that will be a "generic language", useful for (I hope) describing any language. It's called Jeebox. I've had success describing C, ObjC, PHP, JavaScript, Java, my own language SpeedyCog, and others. It isn't released YET... but I am working on it. What is the relevance to LLVM? Well... once Jeebox is released... it will remove one
2012 May 05
2
Mysql identifier not found
Hello, notice in the console output beneath that there is a resultid 6 but it can not be cleared : [May 5 11:46:27] -- Executing [s at sub:3] MYSQL("SIP/vart-00000336", "Connect connid localhost dialplan host Asterisk") in new stack [May 5 11:46:27] -- Executing [s at sub:4] MYSQL("SIP/vart-00000336", "Query resultid 4 DELETE FROM pickuptbl WHERE
2015 Feb 26
0
Native characterset is wrong for unicode builds for Windows
On Thu, Feb 26, 2015 at 2:09 PM, maillist at tlink.de <maillist at tlink.de> wrote: > > When I send some outlandish characters through enc2native (or format) in R > 3.1.2 on Ubuntu trusty it works quite well: > > > "?????" > [1] "?????" > > enc2native("?????") > [1] "?????" > >
2008 Jul 25
3
Help with rep
Hi Is it possible to use the rep command (or maybe some other "shortcut") to create a vector with the following format: 4 3 4 2 3 4 1 2 3 4 Any help is much appreciated. Thanks Jacob Jacob L van Wyk Department of Statistics University of Johannesburg, APK Box 524 Auckland Park 2006 South Africa Office Tel: +27 11 559 3080 Fax: +27 11 559 2832 [[alternative HTML version
2015 Feb 27
0
Native characterset is wrong for unicode builds for Windows
On 26/02/2015 6:34 PM, maillist at tlink.de wrote: >> On 26/02/2015 3:09 PM, maillist at tlink.de wrote: >>> When I send some outlandish characters through enc2native (or format) in >>> R 3.1.2 on Ubuntu trusty it works quite well: >>> >>> > "?????" >>> [1] "?????" >>> > enc2native("?????")
2012 Oct 07
1
Problem with national characters in main, xlab, ylab with pdf{grDevices} / postscript {grDevices}
Hello. I'm trying to make some graphics with nationalized labels (pdf for use in LaTeX document). On console (displayed on screen) using all looks ok: ----------------------------------------\/ data<-rnorm(100) hist(data,main='Rozk?ad g?sto?ci punkt?w', xlab='Warto?? na osi y', ylab='Cz?sto?? wyst?powania') -------------------------------------------/\ But
2015 Feb 27
0
Native characterset is wrong for unicode builds for Windows
On 27/02/2015 2:31 AM, maillist at tlink.de wrote: > Am 27.02.2015 um 03:13 schrieb Duncan Murdoch: >> On 26/02/2015 6:34 PM, maillist at tlink.de wrote: >>>> On 26/02/2015 3:09 PM, maillist at tlink.de wrote: >>>>> When I send some outlandish characters through enc2native (or format) in >>>>> R 3.1.2 on Ubuntu trusty it works quite well:
2006 Jul 20
3
Permutation Distribution
Hallo Is there an elegant way to do the following: Dataset consists of 2 variables: var1: some measurements, and var2: a grouping variable with two values, 1 and 2. There are (say) 10 measurements from group 1 and 15 measurements from group 2. The idea is to study the permutation distribution of mean(group 1) * mean(group2). One way would be to permute 1s and 2s and select the corresponding
2008 Jul 19
3
R version 2.7.1 (warnings)
Hi I have installed the new version 2.7.1, and get the following messages. Is there some way I can "fix it" ? I use SciViews as well, so the problem may be with one of the libraries that is loaded at start-up: Start-up: Loading required package: datasets Loading required package: utils Loading required package: grDevices Loading required package: graphics Loading required package:
2005 May 25
3
Errors in Variables
I hope somebody can help. A student of mine is doing a study on Measurement Error models (errors-in-variables, total least squares, etc.). I have an old reference to a "multi archive" that contains leiv3: Programs for best line fitting with errors in both coordinates. (The date is October 1989, by B.D. Ripley et al.) I have done a search for something similar in R withour success. Has
2015 Feb 26
4
Native characterset is wrong for unicode builds for Windows
When I send some outlandish characters through enc2native (or format) in R 3.1.2 on Ubuntu trusty it works quite well: > "?????" [1] "?????" > enc2native("?????") [1] "?????" > Encoding(enc2native("?????")) [1] "UTF-8" In Windows the result is different: > "?????" [1] "?????" >
2006 Sep 22
2
A simple resampling problem
Dear UseRs I would like to show my students how to use "resampling" to solve the following simple problem: If a family has two children of which one is a boy, what is the probability that the other child is also a boy. The answer is (obviously) 1/3, and can be show easily using the usual methods. But I would like to get the students to think of resampling, by doing the following: