vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello I have a project where I need to update a few tables in a SQL Server 2000 database which resides behind a firewall, ie port 1433 is blocked. I also need to verify the updates were successful. I am a C# developer. What are my options in doing this.. web services? John Dalberg |
| ||||
| Hi Assuming that you are not allowed to use a different port or a different method of communicating directly with the database, then web services seems the way to go! John "John Dalberg" <john_dd@hotmail.com> wrote in message news:x8g4yff5ouij.1ew6u2lc8iovb$.dlg@40tude.net... > Hello > > I have a project where I need to update a few tables in a SQL Server 2000 > database which resides behind a firewall, ie port 1433 is blocked. I also > need to verify the updates were successful. > I am a C# developer. What are my options in doing this.. web services? > > John Dalberg |