Pages work on Windows XP but not Windows Server 2003?

R

Roy

Hey all,

I have an editable datagrid with custom paging set up. I have my work
server which uses sql server 2k and windows server 2003. My pages work,
but the "update" button never works. Ever. There are no errors, and the
page refreshes, but data is never saved to the db.

Curiously though, running the exact same setup at home (with the only
difference being that I have windows xp pro), the pages work fine and
updates go through. Confusing, no?

Any clues what could be causing this?
If it's of any import, my code that should be saving the info to the db
is below:

MyConnection.Open()
objCommand = New SqlCommand(strSQLQuery, MyConnection)
objCommand.ExecuteNonQuery()
MyConnection.Close()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top