Delphi 2009 imported the UPS WSDL without any errors, and I managed to invoke the web service with my account information and an example parcel ID. The response from the server is:
My application uses unicode characters and i have several text fields where i want to restrict user from inputing special characters like :\'\";
I\'m running windows 7 ultimate (32bit) and have a very anoying problem with my installation of delphi.
With DataSnap 2009 i seems to be possible to use a remote database connection in the client datamodule, usi开发者_Python百科ng a TDSProviderConection and an associated TSQLConnection. The client side
The application I am now trying to support (a former creation of mine) is a complete mess, and so I programmed an extension to it as a separate executable which I then launch, call application.minimiz
How to escape the special characters when executing an SQL query, when it is executed from Delphi using TADOQuery or TADOCommand etc..
I just noticed that some of my new Delphi controls get installed in the Public Documents folder in windows 7 (TMS Smooth controls and Virtual Treeview).Is there a reason for this, is this a convention
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m working with a team for a bigger application with Delphi 2007. It use a bigger legacy framework to access the data. Both the app and framework use String as datatype for strings. I have started t
I have been struggling to get the MSBuild to successfully build my .dproj file for the last few days on a build machine.