Hi Gurus,
I am doing a query that requires me to put some results in a temporary
table.
The first query using IDC works fine, but if I use the back-button to repeat
the
query I get the following message:
Error Performing Query
[State=S0001][Error=2714][Microsoft][ODBC SQL Server Driver][SQL
Server]There is already an object named '#answers' in the database.
"#anwers" is the temporary table I create. ( see the whole query below).
This all worked fine under IIS 3.0, but after upgrading to IIS 4.0 we
experienced this
problem.
Any help appreciated,
Michael
IDC-query:
Datasource: Web SQL
SQLStatement:
+ SELECT * into #answers FROM isp WHERE areanumber like '%%%riktnr%%%' or
riks=1
+ if '%Erbjuder_Epost%' = 'Ja' delete from #answers where erbjuder_epost <>
'ja'
+ if '%egen_hemsida%' = 'Ja' delete from #answers where egen_hemsida <> 'ja'
+ if '%nyhetsgrupper%' = 'Ja' delete from #answers where nyhetsgrupper <>
'ja'
+ if '%stoder_cgi%' = 'Ja' delete from #answers where stoder_cgi <> 'ja'
+ if '%stoder_fp%' = 'Ja' delete from #answers where stoder_fp <> 'ja'
+ if '%modem_hastighet%' = '56.600 Bps' delete from #answers where
modem_hastighet <> '56.600 Bps'
kvallspris *60 /100) + manad from #answers where riktnr like '%%%riktnr%%%'
or riks=1 order by totalkostnad asc
Template: find.htx
Username: xx
password: xxxxxx