![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I need a way to intercept and modify SQL statement with parameters sent by .NET application. It should be transparently, I mean I don't want application to be recompiled. Is there any simple way to do this? Thanks |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Zabuti Maxim (zabutima... (AT) gmail (DOT) com) wrote: : Hi, : I need a way tointerceptand modifySQLstatementwith parameters : sent by .NET application. It should be transparently, I mean I don't : want application to be recompiled. Is there any simple way to do this? : Thanks You could send it thru a proxy. *There are probably examples on someplace like sourceforge. Writing one to monitor the data being passed back and forth is pretty easy - editing the data as it goes thru would be trickier. $0.10 |
#5
| |||
| |||
|
|
Hi, I need a way to intercept and modify SQL statement with parameters sent by .NET application. It should be transparently, I mean I don't want application to be recompiled. Is there any simple way to do this? Thanks |
#6
| |||
| |||
|
|
Zabuti Maxim schreef: Hi, I need a way to intercept and modify SQL statement with parameters sent by .NET application. It should be transparently, I mean I don't want application to be recompiled. Is there any simple way to do this? Thanks There is nothing more simple than that. *Oracle calls it their VPD: http://www.oracle.com/technology/obe...ty/vpd/vpd.htm |
![]() |
| Thread Tools | |
| Display Modes | |
| |