dbTalk Databases Forums  

Paradox table import in SQL Server 2000

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Paradox table import in SQL Server 2000 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mario Cappa
 
Posts: n/a

Default Paradox table import in SQL Server 2000 - 08-30-2004 , 03:56 AM






I need to import any paradox tables in SQL Server 2000, but i'm having
troubles with char conversion:
Does anyone have any idea about why all accented chars in source paradox
table turn into other chars in the new SQL Table:

à in paradox turns into Ó in SQL
è " " " " Þ " "
ì " " " " ý " "
ò " " " " ? " "
ù " " " " ¨ " "
é " " " " Ú " "

Any hints on what should i trim to correcty this behavior?

Thanks

Mario



Reply With Quote
  #2  
Old   
Hilary Cotter
 
Posts: n/a

Default Re: Paradox table import in SQL Server 2000 - 08-30-2004 , 06:39 AM






you need to pick another collation. What collation is DTS automatically
selecting? It looks like you should be using French.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


"Mario Cappa" <mario.cappa (AT) arcott (DOT) it> wrote

Quote:
I need to import any paradox tables in SQL Server 2000, but i'm having
troubles with char conversion:
Does anyone have any idea about why all accented chars in source paradox
table turn into other chars in the new SQL Table:

à in paradox turns into Ó in SQL
è " " " " Þ " "
ì " " " " ý " "
ò " " " " ? " "
ù " " " " ¨ " "
é " " " " Ú " "

Any hints on what should i trim to correcty this behavior?

Thanks

Mario





Reply With Quote
  #3  
Old   
Mario Cappa
 
Posts: n/a

Default Re: Paradox table import in SQL Server 2000 - 08-30-2004 , 10:28 AM



Hello Hilary,
i couldn't find a way to see which collation is my DTS automatically
selecting, i can only imagine it's Latin General since i've changed nothing
in default settings and i'm in italy.
Anyway it looks more like it's a problem with settings on OEM/ANSI
translation settings, but even in this case i couldn't find a way to set
such a setting.

Mario Cappa

"Hilary Cotter" <hilaryk (AT) att (DOT) net> ha scritto nel messaggio
news:ezjkYZojEHA.3724 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Quote:
you need to pick another collation. What collation is DTS automatically
selecting? It looks like you should be using French.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


"Mario Cappa" <mario.cappa (AT) arcott (DOT) it> wrote in message
news:cguq57$vv4$1 (AT) news (DOT) ngi.it...
I need to import any paradox tables in SQL Server 2000, but i'm having
troubles with char conversion:
Does anyone have any idea about why all accented chars in source paradox
table turn into other chars in the new SQL Table:

à in paradox turns into Ó in SQL
è " " " " Þ " "
ì " " " " ý " "
ò " " " " ? " "
ù " " " " ¨ " "
é " " " " Ú " "

Any hints on what should i trim to correcty this behavior?

Thanks

Mario







Reply With Quote
  #4  
Old   
Hilary Cotter
 
Posts: n/a

Default Re: Paradox table import in SQL Server 2000 - 08-30-2004 , 10:51 AM



how are you importing the table? Is this through a DSN? If so what collation
sequence are you using. I think you should be using ANSI.

Also check the collation of the table which DTS created. Do a sp_help
TableName using Query Analyzer.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


"Mario Cappa" <mario.cappa (AT) arcott (DOT) it> wrote

Quote:
Hello Hilary,
i couldn't find a way to see which collation is my DTS automatically
selecting, i can only imagine it's Latin General since i've changed
nothing
in default settings and i'm in italy.
Anyway it looks more like it's a problem with settings on OEM/ANSI
translation settings, but even in this case i couldn't find a way to set
such a setting.

Mario Cappa

"Hilary Cotter" <hilaryk (AT) att (DOT) net> ha scritto nel messaggio
news:ezjkYZojEHA.3724 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
you need to pick another collation. What collation is DTS automatically
selecting? It looks like you should be using French.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


"Mario Cappa" <mario.cappa (AT) arcott (DOT) it> wrote in message
news:cguq57$vv4$1 (AT) news (DOT) ngi.it...
I need to import any paradox tables in SQL Server 2000, but i'm having
troubles with char conversion:
Does anyone have any idea about why all accented chars in source
paradox
table turn into other chars in the new SQL Table:

à in paradox turns into Ó in SQL
è " " " " Þ " "
ì " " " " ý " "
ò " " " " ? " "
ù " " " " ¨ " "
é " " " " Ú " "

Any hints on what should i trim to correcty this behavior?

Thanks

Mario









Reply With Quote
  #5  
Old   
Mario Cappa
 
Posts: n/a

Default Re: Paradox table import in SQL Server 2000 - 08-30-2004 , 11:08 AM



I'm using ANSI on SQL but i'm not sure the setting is the same on Paradox
table
Table is imported through Paradox 5.x OLE DB drivers and collation sequence
results as Latin1_General_CI_AS


"Hilary Cotter" <hilary.cotter (AT) gmail (DOT) com> ha scritto nel messaggio
news:Our0dmqjEHA.556 (AT) tk2msftngp13 (DOT) phx.gbl...
Quote:
how are you importing the table? Is this through a DSN? If so what
collation
sequence are you using. I think you should be using ANSI.

Also check the collation of the table which DTS created. Do a sp_help
TableName using Query Analyzer.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


"Mario Cappa" <mario.cappa (AT) arcott (DOT) it> wrote in message
news:cgvh2s$848$1 (AT) news (DOT) ngi.it...
Hello Hilary,
i couldn't find a way to see which collation is my DTS automatically
selecting, i can only imagine it's Latin General since i've changed
nothing
in default settings and i'm in italy.
Anyway it looks more like it's a problem with settings on OEM/ANSI
translation settings, but even in this case i couldn't find a way to set
such a setting.

Mario Cappa

"Hilary Cotter" <hilaryk (AT) att (DOT) net> ha scritto nel messaggio
news:ezjkYZojEHA.3724 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
you need to pick another collation. What collation is DTS
automatically
selecting? It looks like you should be using French.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


"Mario Cappa" <mario.cappa (AT) arcott (DOT) it> wrote in message
news:cguq57$vv4$1 (AT) news (DOT) ngi.it...
I need to import any paradox tables in SQL Server 2000, but i'm
having
troubles with char conversion:
Does anyone have any idea about why all accented chars in source
paradox
table turn into other chars in the new SQL Table:

à in paradox turns into Ó in SQL
è " " " " Þ " "
ì " " " " ý " "
ò " " " " ? " "
ù " " " " ¨ " "
é " " " " Ú " "

Any hints on what should i trim to correcty this behavior?

Thanks

Mario











Reply With Quote
  #6  
Old   
Hilary Cotter
 
Posts: n/a

Default Re: Paradox table import in SQL Server 2000 - 08-30-2004 , 09:34 PM



how about trying the international setting on your dsn?

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


"Mario Cappa" <mario.cappa (AT) arcott (DOT) it> wrote

Quote:
I'm using ANSI on SQL but i'm not sure the setting is the same on Paradox
table
Table is imported through Paradox 5.x OLE DB drivers and collation
sequence
results as Latin1_General_CI_AS


"Hilary Cotter" <hilary.cotter (AT) gmail (DOT) com> ha scritto nel messaggio
news:Our0dmqjEHA.556 (AT) tk2msftngp13 (DOT) phx.gbl...
how are you importing the table? Is this through a DSN? If so what
collation
sequence are you using. I think you should be using ANSI.

Also check the collation of the table which DTS created. Do a sp_help
TableName using Query Analyzer.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


"Mario Cappa" <mario.cappa (AT) arcott (DOT) it> wrote in message
news:cgvh2s$848$1 (AT) news (DOT) ngi.it...
Hello Hilary,
i couldn't find a way to see which collation is my DTS automatically
selecting, i can only imagine it's Latin General since i've changed
nothing
in default settings and i'm in italy.
Anyway it looks more like it's a problem with settings on OEM/ANSI
translation settings, but even in this case i couldn't find a way to
set
such a setting.

Mario Cappa

"Hilary Cotter" <hilaryk (AT) att (DOT) net> ha scritto nel messaggio
news:ezjkYZojEHA.3724 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
you need to pick another collation. What collation is DTS
automatically
selecting? It looks like you should be using French.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


"Mario Cappa" <mario.cappa (AT) arcott (DOT) it> wrote in message
news:cguq57$vv4$1 (AT) news (DOT) ngi.it...
I need to import any paradox tables in SQL Server 2000, but i'm
having
troubles with char conversion:
Does anyone have any idea about why all accented chars in source
paradox
table turn into other chars in the new SQL Table:

à in paradox turns into Ó in SQL
è " " " " Þ " "
ì " " " " ý " "
ò " " " " ? " "
ù " " " " ¨ " "
é " " " " Ú " "

Any hints on what should i trim to correcty this behavior?

Thanks

Mario













Reply With Quote
  #7  
Old   
Mario Cappa
 
Posts: n/a

Default Re: Paradox table import in SQL Server 2000 - 08-31-2004 , 03:35 AM



I solved my problems after i could find paradox tables native language and
change it to Western Europe ANSI

Thanky you for your suggestions

Mario

"Hilary Cotter" <hilary.cotter (AT) gmail (DOT) com> ha scritto nel messaggio
news:%23HjsoMwjEHA.2340 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Quote:
how about trying the international setting on your dsn?

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


"Mario Cappa" <mario.cappa (AT) arcott (DOT) it> wrote in message
news:ezhKiuqjEHA.704 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
I'm using ANSI on SQL but i'm not sure the setting is the same on
Paradox
table
Table is imported through Paradox 5.x OLE DB drivers and collation
sequence
results as Latin1_General_CI_AS


"Hilary Cotter" <hilary.cotter (AT) gmail (DOT) com> ha scritto nel messaggio
news:Our0dmqjEHA.556 (AT) tk2msftngp13 (DOT) phx.gbl...
how are you importing the table? Is this through a DSN? If so what
collation
sequence are you using. I think you should be using ANSI.

Also check the collation of the table which DTS created. Do a sp_help
TableName using Query Analyzer.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


"Mario Cappa" <mario.cappa (AT) arcott (DOT) it> wrote in message
news:cgvh2s$848$1 (AT) news (DOT) ngi.it...
Hello Hilary,
i couldn't find a way to see which collation is my DTS
automatically
selecting, i can only imagine it's Latin General since i've changed
nothing
in default settings and i'm in italy.
Anyway it looks more like it's a problem with settings on OEM/ANSI
translation settings, but even in this case i couldn't find a way to
set
such a setting.

Mario Cappa

"Hilary Cotter" <hilaryk (AT) att (DOT) net> ha scritto nel messaggio
news:ezjkYZojEHA.3724 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
you need to pick another collation. What collation is DTS
automatically
selecting? It looks like you should be using French.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


"Mario Cappa" <mario.cappa (AT) arcott (DOT) it> wrote in message
news:cguq57$vv4$1 (AT) news (DOT) ngi.it...
I need to import any paradox tables in SQL Server 2000, but i'm
having
troubles with char conversion:
Does anyone have any idea about why all accented chars in source
paradox
table turn into other chars in the new SQL Table:

à in paradox turns into Ó in SQL
è " " " " Þ " "
ì " " " " ý " "
ò " " " " ? " "
ù " " " " ¨ " "
é " " " " Ú " "

Any hints on what should i trim to correcty this behavior?

Thanks

Mario















Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.