hi all,

i am using temporary table to store ids,from this i am calculating the records count,it is working fine and i am getting the result.The problem is i am getting warning that temporary table does not exists

Recommended Answers

All 3 Replies

Create the table before loading other parts of the code.

Why do you use a temporary table, instead of a regular one ?

i am getting comma separated ids(string) as parameter in store procedure,so i am splitting and storing it in temp table and i am passing those ids to query

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.