Connecting Tech Pros Worldwide Help | Site Map

Export Access table into another DBMSpreserving Unicode characters?

 
LinkBack Thread Tools Search this Thread
  #1  
Old November 12th, 2005, 06:54 PM
JJ
Guest
 
Posts: n/a
Default Export Access table into another DBMSpreserving Unicode characters?

Hi,

usually, I'm not using MS servers, but I have a big problem with a
Access table.

I should create a web application for a Historical Dipartment.
They have created a populated a Access database using unicode
compression field (for ancient language).

I would like to export this table into MySQL o Postgres, but it's
impossible because when I export this table in a .txt o cvs format the
unicode charaters have been "destroyed" for memory allocation problems
(cause Access use a compression tool for unicode fields).
Also with professional tools for dump Access to another DBMS.

I would to know if using a MS SQL server I can skip this problem cause
both MSQLserver both Access are Microsoft product. But I prefer,
sincerly. a method for export th unicode field intactly cause I love
MySQL ;)

Thank you :)

  #2  
Old November 12th, 2005, 06:54 PM
Michael \(michka\) Kaplan [MS]
Guest
 
Posts: n/a
Default Re: Export Access table into another DBMSpreserving Unicode characters?

Does mysql even support Unicode? If they do, then find a format they can
accept which has Unicode in it.


--
MichKa [MS]
NLS Collation/Locale/Keyboard Development
Globalization Infrastructure and Font Technologies

This posting is provided "AS IS" with
no warranties, and confers no rights.


"JJ" <dreamers_spa@yahoo.it> wrote in message
news:1b641cf1.0402040047.c1d0c63@posting.google.co m...[color=blue]
> Hi,
>
> usually, I'm not using MS servers, but I have a big problem with a
> Access table.
>
> I should create a web application for a Historical Dipartment.
> They have created a populated a Access database using unicode
> compression field (for ancient language).
>
> I would like to export this table into MySQL o Postgres, but it's
> impossible because when I export this table in a .txt o cvs format the
> unicode charaters have been "destroyed" for memory allocation problems
> (cause Access use a compression tool for unicode fields).
> Also with professional tools for dump Access to another DBMS.
>
> I would to know if using a MS SQL server I can skip this problem cause
> both MSQLserver both Access are Microsoft product. But I prefer,
> sincerly. a method for export th unicode field intactly cause I love
> MySQL ;)
>
> Thank you :)[/color]


  #3  
Old November 12th, 2005, 06:56 PM
JJ
Guest
 
Posts: n/a
Default Re: Export Access table into another DBMSpreserving Unicode characters?

Sure. MYSQL 4.1 supports Unicode, Unicode2 and utf-8.

I also try to export this access table into a txt file and then into a
Oracle DB... there is the same problem with MySQL:(

JJ

"Michael \(michka\) Kaplan [MS]" <michkap@online.microsoft.com> wrote in message news:<4021105b$1@news.microsoft.com>...[color=blue]
> Does mysql even support Unicode? If they do, then find a format they can
> accept which has Unicode in it.
>
>
> --
> MichKa [MS]
> NLS Collation/Locale/Keyboard Development
> Globalization Infrastructure and Font Technologies
>
> This posting is provided "AS IS" with
> no warranties, and confers no rights.
>
>
> "JJ" <dreamers_spa@yahoo.it> wrote in message
> news:1b641cf1.0402040047.c1d0c63@posting.google.co m...[color=green]
> > Hi,
> >
> > usually, I'm not using MS servers, but I have a big problem with a
> > Access table.
> >
> > I should create a web application for a Historical Dipartment.
> > They have created a populated a Access database using unicode
> > compression field (for ancient language).
> >
> > I would like to export this table into MySQL o Postgres, but it's
> > impossible because when I export this table in a .txt o cvs format the
> > unicode charaters have been "destroyed" for memory allocation problems
> > (cause Access use a compression tool for unicode fields).
> > Also with professional tools for dump Access to another DBMS.
> >
> > I would to know if using a MS SQL server I can skip this problem cause
> > both MSQLserver both Access are Microsoft product. But I prefer,
> > sincerly. a method for export th unicode field intactly cause I love
> > MySQL ;)
> >
> > Thank you :)[/color][/color]
  #4  
Old November 12th, 2005, 06:57 PM
Bernard Peek
Guest
 
Posts: n/a
Default Re: Export Access table into another DBMSpreserving Unicode characters?

In message <1b641cf1.0402040047.c1d0c63@posting.google.com> , JJ
<dreamers_spa@yahoo.it> writes[color=blue]
>Hi,
>
>usually, I'm not using MS servers, but I have a big problem with a
>Access table.
>
>I should create a web application for a Historical Dipartment.
>They have created a populated a Access database using unicode
>compression field (for ancient language).
>
>I would like to export this table into MySQL o Postgres, but it's
>impossible because when I export this table in a .txt o cvs format the
>unicode charaters have been "destroyed" for memory allocation problems
>(cause Access use a compression tool for unicode fields).
>Also with professional tools for dump Access to another DBMS.
>
>I would to know if using a MS SQL server I can skip this problem cause
>both MSQLserver both Access are Microsoft product. But I prefer,
>sincerly. a method for export th unicode field intactly cause I love
>MySQL ;)[/color]

Create the table structure in MySQL and attach it to the Access database
using ODBC. Create an append query in Access and append all of the
existing Access table to the empty MySQL table.



--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author. Will work for money.

  #5  
Old November 12th, 2005, 06:58 PM
Michael \(michka\) Kaplan [MS]
Guest
 
Posts: n/a
Default Re: Export Access table into another DBMSpreserving Unicode characters?

You can use the wizard to SPECIFY the way to export the text. If you do
this, then everything will work.


--
MichKa [MS]
NLS Collation/Locale/Keyboard Development
Globalization Infrastructure and Font Technologies

This posting is provided "AS IS" with
no warranties, and confers no rights.



"JJ" <dreamers_spa@yahoo.it> wrote in message
news:1b641cf1.0402050118.40f17cd@posting.google.co m...[color=blue]
> Sure. MYSQL 4.1 supports Unicode, Unicode2 and utf-8.
>
> I also try to export this access table into a txt file and then into a
> Oracle DB... there is the same problem with MySQL:(
>
> JJ
>
> "Michael \(michka\) Kaplan [MS]" <michkap@online.microsoft.com> wrote in[/color]
message news:<4021105b$1@news.microsoft.com>...[color=blue][color=green]
> > Does mysql even support Unicode? If they do, then find a format they can
> > accept which has Unicode in it.
> >
> >
> > --
> > MichKa [MS]
> > NLS Collation/Locale/Keyboard Development
> > Globalization Infrastructure and Font Technologies
> >
> > This posting is provided "AS IS" with
> > no warranties, and confers no rights.
> >
> >
> > "JJ" <dreamers_spa@yahoo.it> wrote in message
> > news:1b641cf1.0402040047.c1d0c63@posting.google.co m...[color=darkred]
> > > Hi,
> > >
> > > usually, I'm not using MS servers, but I have a big problem with a
> > > Access table.
> > >
> > > I should create a web application for a Historical Dipartment.
> > > They have created a populated a Access database using unicode
> > > compression field (for ancient language).
> > >
> > > I would like to export this table into MySQL o Postgres, but it's
> > > impossible because when I export this table in a .txt o cvs format the
> > > unicode charaters have been "destroyed" for memory allocation problems
> > > (cause Access use a compression tool for unicode fields).
> > > Also with professional tools for dump Access to another DBMS.
> > >
> > > I would to know if using a MS SQL server I can skip this problem cause
> > > both MSQLserver both Access are Microsoft product. But I prefer,
> > > sincerly. a method for export th unicode field intactly cause I love
> > > MySQL ;)
> > >
> > > Thank you :)[/color][/color][/color]


 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.