PDA

Click to See Complete Forum and Search --> : Not Responding on selection


mace
May 23rd, 2000, 03:07 AM
Hi.

I'm writing an application that will import a recordset (depending on the selection criteria) from one db table to another db table. However, my application seems to stop responding when I'm selecting from a large database. Is there a way to get this to work? I check the table after I kill the process and it does insert the some of the recordset. The problem is, it is nowhere near completion.

Note: The databases are located in different servers.

Any and all help is appreciated. Thanks.

joedoer
May 23rd, 2000, 04:24 AM
What dbs are you using?

mace
May 23rd, 2000, 07:52 PM
The DBS I'm using is MS SQL 6.5 .. I'm also using VB 5.0 using RDO.

-- mace

mace
May 28th, 2000, 09:57 PM
Hi all.

Actually I figured it out. Thanks to joedoer for your interest in helping me out.

-- mace