English 中文(简体)
C#
原标题:SQL message listener in C#

我有一个C#Windows服务,负责倾听吉大港山区开发方案的港口的声音,并在接到吉大港山区开发公司的请求后提出行动。 这一行动通常是执行在同一机器(视窗XP专业人员或以上)居住的申请。

现在,我需要C#Windows服务,以听取来自亚行客户的即将到来的问询,并再次启动执行申请的行动。 我正在寻求一些帮助,帮助执行一个简单的倾听者,接收来自亚行客户的询问,并在回复亚行客户后启动“康乐”行动。 我是否可以提到任何资源/组合法? 我无法选择在目标机器上安装任何数据库服务器(SQL快递、MySQL等)。

XML组合需要考虑:

<XmlConfiguration>
   <SQLListenerPort>18781</SQLListenerPort>
   <HttpRootUrl>http://127.0.0.1:8731/</HttpRootUrl>
   <HttpsRootUrl>https://127.0.0.1:8732/</HttpsRootUrl>
   <ServeHttpsRequests>true</ServeHttpsRequests>
   <Triggers>
      <!-- Sample triggers for testing, please update for production deployment -->
      <Trigger>
         <URL>http://127.0.0.1:8731/CustomerID</URL>
         <Action>MyExecutable.exe CustomerID</Action>
      </Trigger>
      <Trigger>
         <SQL>SELECT * FROM A/SQL>
         <Action>MyExecutable.exe A</Action>
      </Trigger>
      <Trigger>
         <SQL>SELECT * FROM B</SQL>
         <Action>MyExecutable.exe B</Action>
      </Trigger>
      <Trigger>
         <URL>https://127.0.0.1:8732/CASE1/CustomerID/MachineID</URL>
         <Action>TEST.exe CustomerID MachineID</Action>
      </Trigger>
   </Triggers>
</XmlConfiguration>

Behaviour -

C#Windows Service received query SlectT * from A ,ookingsmap and fires the executable with a case (即A ).

感谢你时间。

in

最佳回答

JDBC是一份标书,在一名通用管理人领导下将各种数据库信息预报系统统一起来,并有一个单一的信息预报系统与用户接口。 没有JDBC的灯塔,由JDBC装载的每个特定驾驶员都将使用自己的本土程序与数据库相连接。 因此,你不能听听听听亚行的呼吁,因为亚行没有这样的呼吁。 如果你要收到一张卡片申请并交还一套结果,你将不得不执行亚行驾驶员的一套程序,例如TDS,例如为服务器司机。 执行TDS服务意味着,你必须写上TDS网关,这是一次完全无用的工作,因为你可以简单地把TDS听从服务器本身的港口(伪造安全细节......)。

您可以研究的是接收普通的吉大港山区网络服务电话(SOAP或REST),并将之作为普通网络服务要求处理,并将结果作为SOAP的对策或吉大港山区环境方案的对策。 或者,你可以简单地暴露一个 OData 。 但是,客户必须与这一服务互动,就像任何WWWWWW服务一样,没有JDBC,也没有其他数据库技术包让客户参与。

问题回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签