lazaridisaris
Programmer
Hi to All,
My problem is
1. I have an Oracle database which has some tables.
2.I have an SQL 2000 database that has some other tables
3.I have an Access 2000 database
The goal is to read a table from Oracle (which I do with ODBC connection) to SELECT some records from there with specific criteria and write them to a Table in MS SQL server.
The problem is that with ODBC connection this thing takes too long to complete.
My question is can I use an ADODB connection to run a stored procedure or Function in SQL server without changing to ADP access project (I thing that if I do that then I will loose the connection to ORACLE)
Or more simply how can I create a connection string to connect to the SQL Server ?
Thanks in advance.
Aris
My problem is
1. I have an Oracle database which has some tables.
2.I have an SQL 2000 database that has some other tables
3.I have an Access 2000 database
The goal is to read a table from Oracle (which I do with ODBC connection) to SELECT some records from there with specific criteria and write them to a Table in MS SQL server.
The problem is that with ODBC connection this thing takes too long to complete.
My question is can I use an ADODB connection to run a stored procedure or Function in SQL server without changing to ADP access project (I thing that if I do that then I will loose the connection to ORACLE)
Or more simply how can I create a connection string to connect to the SQL Server ?
Thanks in advance.
Aris