T
teo
Hallo,
I'm performing a mass insertion
from a text file to a db table
with AdoNet commands, like this:
myCommand.CommandText = "BULK INSERT ..."
from a Win form
no problem
but
from a Web form
(the same command, on the same db, on my pc)
I receive a message about a needed authorization
The message (Italian language):
"L'utente non è autorizzato a utilizzare
l'istruzione per il caricamento di massa."
(It tells I have non authorization
to perform the mass insertion)
What I need
and
where have I to set it?
I'm performing a mass insertion
from a text file to a db table
with AdoNet commands, like this:
myCommand.CommandText = "BULK INSERT ..."
from a Win form
no problem
but
from a Web form
(the same command, on the same db, on my pc)
I receive a message about a needed authorization
The message (Italian language):
"L'utente non è autorizzato a utilizzare
l'istruzione per il caricamento di massa."
(It tells I have non authorization
to perform the mass insertion)
What I need
and
where have I to set it?