W
webdb_advisor
Hi -
I am:
working in VB6
have a sql server db with table attached to MDB
and
Need to insert rows from SQL Server into the Access table.
I have reviewed the FAQs recommending ADDNEW and DTS ... but I need to
make sure that there is no other efficent way (iterating and perfroming
ADD NEW is WAY TOO Slow)
I can insert into the MDB table from a view ... but that view needs to
filter using a Where clause ...
If I was doing this in SQL Server I would insert using a stored proc
that supplies the where clause variable as a parameter , but I have not
identified a way to do this from VB using ADO or DAO -- particularly a
way that will take advantage of pre-compiling the query in a Stored
Proc.
A fresh response or a pointer to a documented solution to this question
will be appreciated.
Thanks,
Steve
I am:
working in VB6
have a sql server db with table attached to MDB
and
Need to insert rows from SQL Server into the Access table.
I have reviewed the FAQs recommending ADDNEW and DTS ... but I need to
make sure that there is no other efficent way (iterating and perfroming
ADD NEW is WAY TOO Slow)
I can insert into the MDB table from a view ... but that view needs to
filter using a Where clause ...
If I was doing this in SQL Server I would insert using a stored proc
that supplies the where clause variable as a parameter , but I have not
identified a way to do this from VB using ADO or DAO -- particularly a
way that will take advantage of pre-compiling the query in a Stored
Proc.
A fresh response or a pointer to a documented solution to this question
will be appreciated.
Thanks,
Steve