Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Sv: Response.Write


Message #1 by "Anders Lundholm" <lundholm@s...> on Sun, 3 Dec 2000 18:37:19 +0100
Hello!



> I have a feeling that as this stuff is compiled now, it will not be 

possible.

> If so then is there some other way by which I can see the content of 

the

> SQL Strin before trying to execute the Command?



It might work ..



string strSQL =3D "SELECT blah FROM blah";

Response.Write(strSQL.ToString());

Other code stuff here..



With Regards

Anders Lundholm - lundholm@s...

--










  Return to Index