Ask a Question related to ASP Database, Design and Development.
-
Rogério Ricardo Santos #1
SELECT OK, INSERT and DELETE Problems in Windows 2003
Hi,
I´m not getting write, alter or exclude any register in my table.
Only read without problems.
What is happening ?
Generate the error:
Code = 500
"Cannot update the cursor ALUN, since it is read-only."
Is there some configuration in the Web.Config File ? Or is the problem
with host (IIS) ?
The database is the Visual FoxPro.
The connection is:
sSqli = "DELETE FROM alun WHERE registr = 1"
'Open the Connection
oConnectioni = New OleDbConnection("Provider=VFPOLEDB.1;data source=" &
Folder)
oConnectioni.Open()
oCommandi = New OleDbCommand(sSqli, oConnectioni)
oCommandi.ExecuteNonQuery()
oConnectioni.Close()
The read I get without problems. (SELECT)
I´m not getting alter nothing. (INSERT and DELETE)
The host is the Windows 2003
Thank you,
Rogério
E-mail: [email]rogerio.ricardo@uol.com.br[/email]
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Rogério Ricardo Santos Guest
-
What's faster - loop for insert or insert...select.
What is faster if I'm moving large numbers of records (anywhere from 10,000 to 300,000 records per archive) from one query to another table? 1)... -
SQL Update, Insert and Delete
Why do I get the message "Operation must use an updateable query" on an Update, Insert and Delete. Mind you the site worked fine before a recent... -
Problems sending mail with Windows 2003 server's SMTP server (I'm also using the integrated POP3 service)
Hi, I am setting up POP3 accounts for my users. I am using the POP3 and SMTP services built into Windows 2003 Server Std Edition. My users can... -
Windows 2003 Pop3 server new user problems
Anyone (i.e. Microsoft) know whats happening - was it an automatic update thats stuffed something ? just It and to the -
Windows Server 2003 Problems
We just migrated a ASP/ADO app over to Windows 2003 Server from a Windows 2000 machine. We transferred all the includes and .asp Web pages... -
Ray at #2
Re: SELECT OK, INSERT and DELETE Problems in Windows 2003
[url]http://www.aspfaq.com/5002[/url]
Ray at home
"Rogério Ricardo Santos" <rogerio.ricardo@uol.com.br> wrote in message
news:eE1MdQxkDHA.4008@TK2MSFTNGP11.phx.gbl...> 'Open the Connection
> oConnectioni = New OleDbConnection("Provider=VFPOLEDB.1;data source=" &
> Folder)
>
> oConnectioni.Open()
> oCommandi = New OleDbCommand(sSqli, oConnectioni)
>
Ray at Guest



Reply With Quote

