gateways

Character set issues with Oracle Gateways, SQL Server, and Application Express

I am migrating data from a Oracle on VMS that accesses data on SQL Server using heterogeneous services (over ODBC) to Oracle on AIX accessing the SQL Server via Oracle Gateways (dg4msql). The Oracle VMS database used the WE8ISO8859P1 character set. The AIX database uses WE8MSWIN1252. The SQL Server database uses "Latin1-General, case-i...

How to send sms

Hi, I want to send an sms to a mobile phone through my C#, C++ code. Can any body help me. I dont want any mobile, or any external device attached to my computer. I am just having my laptop, or desktop PC and in that i want to write a C++ or C# application which can send an sms to a mobile phone. ...

Coldfusion : Listening to the Email messages

I am trying to have a kind of observer pattern in ColdFusion We want to listen to the incoming Email messages and act on them. Scenario is something like this : Application sends email to the helpdesk system Helpdesk system automatically generates a ticket and responds with an email to the email address of the application The applicat...