473,396 Members | 2,030 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

DBCS and MS Access

J
I am importing an excel spreadsheet with japanese characters into a
table in MS Access. I open the table after the import, I can see the
characters fine. If I export the data back to an excel, it is fine too.

I am creating a text file with this data. I export this to a text file
using DAO recordset, it appears as "???????" in the text file.
Any idea.

Nov 13 '05 #1
2 2097
J wrote:
I am importing an excel spreadsheet with japanese characters into a
table in MS Access. I open the table after the import, I can see the
characters fine. If I export the data back to an excel, it is fine too.

I am creating a text file with this data. I export this to a text file
using DAO recordset, it appears as "???????" in the text file.
Any idea.


Are you directly exporting the table? Perhaps if you used a query to
export the data it will be translated from DBCS to 1-byte char set.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)
Nov 13 '05 #2
J
I am using
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel8,
strCntryTab, strFile, Yes
to export the excel data into MS Access table. The data looks fine in
the table after importing. After that I have a routine which creates a
recordset and points to this table. This is where it reads ??????. I am
reading one record at a time to send it to a text file.

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

63
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy...
13
by: bill | last post by:
I am trying to convince a client that dotNet is preferable to an Access project (ADP/ADE). This client currently has a large, pure Access MDB solution with 30+ users, which needs to be upgraded....
1
by: Dave | last post by:
Hello NG, Regarding access-declarations and member using-declarations as used to change the access level of an inherited base member... Two things need to be considered when determining an...
0
by: Ranjith | last post by:
Hi, I have got a problem of DBCS enabling a CICS-COBOL-DB2 application. I have identified some steps that need to be done to DBCs enable DB2. Some of them like 1) Changing the settings in...
0
by: Richard G. Riley | last post by:
I'm looking for some pointers on unicode/dbcs systems in C : specifically general advice on maintaining cross platform/language dependance and lists of standard functions which may be used. Any...
1
by: imbhujji | last post by:
There is a script for data export from db2 to cvs files. It is currently working fine on one AIX machine but not on another. The problem I am facing is -- DBCS characters are visible in Command...
0
by: chandurp | last post by:
Hi, Is it possible to give DBCS/Unicode characters for the user name on db2? I tried of give Unicode characters username for db2 installed on Windows (language-English), but failed to add user....
3
by: skneife | last post by:
I have a Solution that contains a website and its web.config and another project named testWebSite. I need to access to the web.*config located in the website project from testWebSite like this:...
2
by: eitsubashkumars | last post by:
I have configured remote access VPN with local pool in ASA firewall however im accessing all the resources(my private network such as servers ) through Asa firewall after getting connected the VPN...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.