Addressing a SQL Server DB using C# - TechRepublic
Question
December 10, 2009 at 11:08 AM
tony.in.kent

Addressing a SQL Server DB using C#

by tony.in.kent . Updated 16 years, 7 months ago

OK – be gentle please I know how stoopid this is going to sound.

I’ve recently inherited a SQLServer DB – with no handover and no documentation.

I’m not a software person as such, but have done a lot in the past with VB, MSAccess and a few other things.

I’ve had no problem understanding the DB and learning the basics of SQL server but I now need to address the web front end.

(The DB by the way is hosted on a remote PC to which I have remote desktop access).

I’ve found the source code for the webpages making up the front end and from the other angle I have established which SQLServer store procedures appear to be feeding data to/from the front end. But what I can’t find at all is how the front end addresses the database.

I believe it is using compiled c# code, but I cannot see how I look at / modify that.

See, I told you it would sound stupid!

Can anyone give me some pointers on where to look – or what further information I need to give you to give you a clue?

Grateful for ANY help here.

Regards,

Tony

This discussion is locked

All Comments