Archive
Tuesday, 9. February 2010
1
vote
A Walk Down Delphi’s Memory Lane: "Pascal Strategy" circa 1993
Chris' Borland Debugger Blog
– Following on to my previous post, here's the "Pascal Strategy" section from the "Languages Two Year Plan, Second Draft - March 25, 1993" document. Please read my previous post for background on this document. Pascal Strategy In order to generate future revenues for Pascal, we must create tools ...
0
votes
Delphi REST White Paper in Japanese
Marco's Tech Blog
– My white paper on REST in Delphi 2010 is now a available in a fourth language (after English, French, and German). As for the others, there is a site where you have to register (giving Embarcadero your contact information) before you can download the document. The web site is: ...
2
votes
Delphi/C++Builder 2010 DBX4 and SQL Native Client
Dr.Bob's Delphi Notes
– There's a change in the SQL Server DBX4 driver for Delphi and C++Builder 2010, which not all developers may have noticed. The readme.htm states in the Database Changes section for dbExpress, the following: "MSSQL driver requires the installation of the SQL Native Client.
4
votes
ORM - Object Relational Mapping / Persistence Frameworks for Delphi
About Delphi Programming
– in Delphi Tools / Components :: Working with database data in Delphi can be really simple. Drop a TQuery on a form, set the SQL property, set Active and, voila, here's your database data in a DBGrid. Ok, you do need a TDataSource and a connection to a database, but that's just a few clicks away. ...
0
votes
jqGrid and XSS Security
Craig Stuntz's Weblog
– Version 3.5.2 of jqGrid included an important new feature: Now when autoencode is set to true we encode the data coming from server and not only when we post it (secutity fix) Prior to this, you were required to encode the data yourself. Now personally, I think that should be the default. But ...




