C
Chris
Hi,
when creating an SqlCommand do I use the name of a stored procedure :
'mytable'
Now, I've seen (working) code where that SP is preceded by the name of a
user :
'user1.mytable'
I try it at home ... hence I've created 'user1' in the DB (with dbo rights
on myDB) but when executing the command do I get a :
Could not find stored procedure 'user1.mytable'
How come ?
thanks
Christian
when creating an SqlCommand do I use the name of a stored procedure :
'mytable'
Now, I've seen (working) code where that SP is preceded by the name of a
user :
'user1.mytable'
I try it at home ... hence I've created 'user1' in the DB (with dbo rights
on myDB) but when executing the command do I get a :
Could not find stored procedure 'user1.mytable'
How come ?
thanks
Christian