CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    Melbourne, Victoria, Australia
    Posts
    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....



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    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
  •  





Click Here to Expand Forum to Full Width

Featured