Loading ...

How To Install Mysql Proxy

Hello everybody, quick post on how to install MySQL proxy. You may be puzzled why it is needed? Because MySQL proxy allows you to track all generated SQL by MySQL. As of now, you can catch generated SQL for SQL server with SQL Server Request Profiler. But in order to achieve it for MySQL, you'll...

Create Payment Proc

Hello everybody, today I want to write a few words about method CreatePaymentProc in graph SOOrderEntry. Among different features of this method, want to describe that it have for some reason out parameter! Take a look on it's declaration: public virtual void CreatePaymentProc(SOOr...