I ran the following query in Sybase IQ 15.4

create table #temp1 (id varchar(1))

select * from #temp1

But I got this error:

SQL Anywhere Error - 1000011: Transaction 13377xxx attempted to access '#temp1' created by transaction 0.

but my coworker run the same query in his machine using same credential and his query ran fine.

Any ideas??

asked 07 Aug '14, 12:43

IQGeek's gravatar image

IQGeek
0336
accept rate: 50%


it was an aqua studio setting. I unchecked Auto Complete and Auto Commit option which caused this issue. Once I checked the option, everything works.

permanent link

answered 07 Aug '14, 15:42

IQGeek's gravatar image

IQGeek
0336
accept rate: 50%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×41

question asked: 07 Aug '14, 12:43

question was seen: 3,667 times

last updated: 07 Aug '14, 15:42