Re: client side cursor vs server side cursor regarding memory used
- From: "William \(Bill\) Vaughn" <billvaRemoveThis@xxxxxxxxxx>
- Date: Mon, 18 Apr 2005 12:39:04 -0700
I think you would have a lot more luck and dramatically better performance
if you used BCP or DTS for this instead of JET and a client application.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
"Jiho Han" <jiho.han@xxxxxxxxxxxxxxxx> wrote in message
news:uv$iVODRFHA.1476@xxxxxxxxxxxxxxxxxxxxxxx
>I have a VB 6 app that imports data from a text data source via JET 4.0 to
>a
> SQL server database.
>
> Although I did not receive the error myself but when my client tested it,
> they received a out of memory error. There are about 60K+ rows with 150
> columns each of text and numeric values. Obviously, there are checks that
> need to be done like, the client system config, etc. I wanted to know
> whether using a different type of cursor made any difference in the usage
> of
> memory. I may have some misconceptions regarding client side cursors and
> would like to dispel some of it if false. For example, I think that since
> the client side cursor keeps track of the cursor on the client side, it'd
> retain all the records retrieved so far whereas the server side cursor
> might
> not. Maybe I am confusing it with disconnected recordsets.
>
> Any insights provided in this matter will be greatly appreciated.
> Thanks
>
> Jiho
>
>
.
- Follow-Ups:
- References:
- Prev by Date: Re: client side cursor vs server side cursor regarding memory used
- Next by Date: RE: Syntax error in insert statement?
- Previous by thread: Re: client side cursor vs server side cursor regarding memory used
- Next by thread: Re: client side cursor vs server side cursor regarding memory used
- Index(es):
Relevant Pages
|
|