|
-
Sep 15th, 2000, 07:16 AM
#1
I have teh following problem:
I create a temp table in a SQL7 DB by:
cn.execute "select * into #temp from table1"
My issue is that when I refer to the tmep table the line below
rs.open "select * from #temp",cn,adopenkeyset.....
I receive an err msg specifying that this is not allowed in this context on a 50% basis.
No Idea, I'm stuck with this for more than 1 day.....
It works on 1 Pc, but not on its copy just beside of it????
thanks for any idea.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|