Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Problem with INSERT

Author  Topic 

sirmanix
Starting Member

9 Posts

Posted - 2001-07-11 : 12:15:14
I get the error message :
Operation must use an updateable query.
When I do
SQL="INSERT INTO table (name) Value('"+varname+"')"
What wrong here

thanks





Edited by - sirmanix on 07/11/2001 12:16:45
   

- Advertisement -