PDA

Click to See Complete Forum and Search --> : VB to word


Micke101
Feb 14th, 2001, 03:17 AM
Hi

I am reading a recordset to word.
The problem i'm having is that it takes to much time.
Each row takes about 1 second to print.
(and i have about 300 rows)

I am reading it into a table with pre defined cells.
I have tried to skip the recordset and just
read other values to word but it is the same
slow performance.

I have also tried to disconnect the virus program
but that didn't help anything.

im using late binding.

Anyone with an ide ????

Thanks in advance

Micke

Feb 14th, 2001, 05:02 AM
Hi Micke!

I am not sure if this will help, but try it !!
In what way are you connecting to your database?? Are you using ado?? Try using "forwardonly" if possible and try inserting the recordset into bookmarks in the word document!!

Hope it will help!!

John