JICGreg
Technical User
- Mar 14, 2007
- 34
I have been using remote view to update data from foxpro to sql. My sql database has grown large (just under 2gb) and nearly 700,000 records.
I'm now having trouble updating the sql program with the process I have been using for over six months. I'm wondering if there could be some sort of size limit on views that is kicking in.
When I issue tableupdate() it works for a while and then I finally get an error code that sames ...tmp file is too large. When I go to help it tells me about a 2gb limit. None of my foxpro dbc or tables would be anywhere close to that but if the sql table was included, then I would probably violate that.
Thanks for any input.
I'm now having trouble updating the sql program with the process I have been using for over six months. I'm wondering if there could be some sort of size limit on views that is kicking in.
When I issue tableupdate() it works for a while and then I finally get an error code that sames ...tmp file is too large. When I go to help it tells me about a 2gb limit. None of my foxpro dbc or tables would be anywhere close to that but if the sql table was included, then I would probably violate that.
Thanks for any input.