Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Character Codepage

 
   Database Forums (Home) -> ODBC RSS
Next:  Move Data Sources (ODBC) to another machine  
Author Message
RG2

External


Since: Jan 26, 2004
Posts: 11



(Msg. 1) Posted: Fri Aug 08, 2008 4:23 pm
Post subject: Character Codepage
Archived from groups: microsoft>public>sqlserver>odbc (more info?)

I have a access db version 2000 running on ms access 2003. There are bunch
of
tables linked to sql server 2005 db. Based on what I have read so far,
odbc doesn't do codepage translation. Hence, I better make sure that ms
access has the same code page as that of sql db. How can I find out what
character codepage ms access is using?

Thanks in advance

 >> Stay informed about: Character Codepage 
Back to top
Login to vote
Sylvain Lafontaine1

External


Since: Dec 13, 2003
Posts: 247



(Msg. 2) Posted: Sat Aug 09, 2008 12:21 am
Post subject: Re: Character Codepage [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Most ODBC drivers can do codepage translation (with the right parameter, of
course) but this doesn't mean that a codepage translation will always be
successful at 100% because there are many incompatibilities between meany
codepages. You can make a call to the Windows API to determine the windows
code page of a running machine but if you have a translation problem, a much
easier option for you would be to use Unicode (nchar, nvarchar and ntext)
instead of ANSI (char, varchar and text) for your string fields on
sql-server.

Also, when you want to post to more than a single newsgroup, it's better to
make a crosspost than a multipost; see:
http://www.cs.tut.fi/~jkorpela/usenet/xpost.html .

--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: sylvain aei ca (fill the blanks, no spam please)


"RG" wrote in message

>I have a access db version 2000 running on ms access 2003. There are bunch
>of
> tables linked to sql server 2005 db. Based on what I have read so far,
> odbc doesn't do codepage translation. Hence, I better make sure that ms
> access has the same code page as that of sql db. How can I find out what
> character codepage ms access is using?
>
> Thanks in advance

 >> Stay informed about: Character Codepage 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
bcp and invalid character value set - Hello I've read that there is a bug in sql server 2000 when doing a bcp command with dates in dd-mm-yyyy format. and to fix it there is a hotfix contained in sp4 . I ve installed the sp4 but the bug remains anybody has an idea about this hotfix and..

Connecting to Paradox - Hello, I am trying to connect to paradox database for the purpose of updating the record(s) in DTS ActiveX Script Task. I used the following connection string. But I get an error while connection. I have "UMTest.db" and "UMTest.px" ...

app hangs after ODBC API call - Our app that uses MFC ODBC classes(CDATABASE, CRECORDSET) often hangs after the folllowing sequence: - open connection - connection to DB lost due to network problems - close connection - open connection - open recordset App hangs in..

Insert failed - I am running the code below on two similar tables. They both have an identity insert field and both have a timestamp. The first routine labeled Insert Product Materials runs fine, the second, Insert products mateirals, fails. This is the error: error....

Troubles pulling binary data into VBScript - I'm a normal resident of the vbscript/wsh/server scripting forums, as I'm more of a scripter, and don't know word one about SQL...so here I am - :) I'm attempting to query a MS WSUS database stored on our SQL server (SQL 2000) - one of the two fields...
   Database Forums (Home) -> ODBC All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]