Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copyfromrecordset Bug ?

Dear all,

I have created an DAO database through Excel :
Set DB = DBEngine.CreateDatabase(DBPath & DBName, dbLangGeneral & ";pwd=",
dbEncrypt)

I have an Table with some memo fields....
If I make an query, all think works fine:
Set rs = DB.OpenRecordset(SQL, dbOpenDynaset)

but with the command:
NumberOfRows = .Range("B2").CopyFromRecordset(rs)
I get the results into the sheet, the failure is that the database-fields
with the memo type,
contains only the first character from the field!!!

Is this a known bug ???
I have searched very long, but don't find any solution and I won't use
ADO...

Regards, Ibrahim


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copyfromrecordset Bug ?

It's a bug: http://support.microsoft.com/default...kb;ja;JP414048
If you are not japanese you should translate it through
http://world.altavista.com/


"news.btx.dtag.de" schrieb im Newsbeitrag
...
Dear all,

I have created an DAO database through Excel :
Set DB = DBEngine.CreateDatabase(DBPath & DBName, dbLangGeneral &

";pwd=",
dbEncrypt)

I have an Table with some memo fields....
If I make an query, all think works fine:
Set rs = DB.OpenRecordset(SQL, dbOpenDynaset)

but with the command:
NumberOfRows = .Range("B2").CopyFromRecordset(rs)
I get the results into the sheet, the failure is that the database-fields
with the memo type,
contains only the first character from the field!!!

Is this a known bug ???
I have searched very long, but don't find any solution and I won't use
ADO...

Regards, Ibrahim




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Search Sample for Oracle-to-Excel extraction with CopyFromRecordset Keith Clark Excel Discussion (Misc queries) 0 January 22nd 09 07:31 PM
CopyFromRecordset Problem sunzj Excel Discussion (Misc queries) 0 August 2nd 07 06:32 PM
Format data in Excel after using copyfromrecordset jj Excel Discussion (Misc queries) 2 June 13th 07 06:48 AM


All times are GMT +1. The time now is 09:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"