Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Total beginner querying oracle tables
Hello, This is probably screechingly obvious, but I'm stumped. I've
hunted through all these groups for the answer, but it eludes me.
I am using ado from vba to connect to oracle tables to run an insert into query to download the oracle table locally:
sSql = "SELECT SFDATA.AHVZPER_PER_D.EMPLOYEE_ID,
SFDATA.AHVZPER_PER_D.EMP_NAME, SFDATA.AHVZPER_PER_D.BIRTH_DATE, SFDATA.AHVZPER_PER_D.SPOUSE_NAME INTO TESTTABLE FROM SFDATA.AHVZPER_PER_D ;"
Set adoRS = adoConn.Execute(sSql)
I've tried many different iterations, and nothing is helping. I suspect it's something so obvious it's not even documented, or else it's just plain wrong.
Thanks for any direction anyone can provide! Bonnie Received on Tue Feb 11 2003 - 19:57:26 CST
![]() |
![]() |