|
-
August 19th, 1999, 07:30 PM
#1
Unicode recordsets in VB
Hi all,
The problem:
I am trying to copy data from a MS Access 2000 database to a SQL 7.0 database with VB 6.0. The data in the MS Access database is multi lingual that is the text fields are unicode. When I create the recordset for the table in Access I looze the unicode characters. They turn into "?" and are displayed on SQL as "?".
The question:
Is there a way to copy unicode data with VB 6.0 without loosing the unicode characters?
Is VB the tool for this or should I switch over to VC?
The solution:
Please fill in if you have any idea....
-
August 20th, 1999, 02:34 AM
#2
Re: Unicode recordsets in VB
did you check out the Data Transformation Services in SQL Server 7?
if you really only copy data from Access to SQLServer you shouldn't have to write a single line of code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|