By Tim on
Monday, October 10, 2011 3:02 PM
Embarcadero’s CodeRage virtual conference starts next week from October 17 2011, and is worth a look if you have any interest in Delphi or the new RAD Studio XE2.
There are sessions on 64-bit Delphi, the new cross-platform FireMonkey framwork, the new LiveBindings data binding system, Prism (Delphi for .NET), and extras including a session on Regular Expressions in Delphi and elsewhere, Dependency Injection and Delphi Spring, unit testing with Delphi, and using 3D graphics in business applications.
Of course you could wait for the replays to be available, but if this is like previous events there is a chance to ask questions to people who might actually know the answers, so there is an advantage to the live event – though the event is schedules for Pacific Time so the afternoon ones involve a late night if you are in the UK.
Related posts:Updated SQLite wrapper for Embarcadero Delphi (and Free Pascal)
What’s coming in...
|
By Tim on
Wednesday, August 31, 2011 7:53 PM
Microsoft’s Eric Nelson has posted about how the OLEDB driver for SQL Server is being deprecated and will not be supported beyond “Denali”, the forthcoming version.
OLEDB was created to be the successor to ODBC – expanding the supported data sources/models to include things other than relational databases. Notably OLEDB was tightly tied to a Windows only technology (COM) whilst ODBC was not (Although we did try and take COM cross platform via partners)
ODBC never did get replaced. What actually happened is that ODBC remained the dominant of the two technologies for many scenarios – and became increasingly used on none Windows platforms and has become the de-facto industry standard for native relational data access.
ODBC was as I recall Microsoft’s first attempt at creating a universal database API.
The death of OLEDB will be slow, according to Nelson. The OLEDB driver...
|
By Tim on
Monday, June 13, 2011 1:45 PM
FileMaker Pro is a database manager from FileMaker Inc, a wholly owned subsidiary of Apple. It is a capable produce that has been around for over 20 years and is the dominant Mac-based database manager, though there is also a Windows version. FileMaker has evolved relatively slowly, with more focus on usability than on features. In comparison to Microsoft Access, FileMaker wins on usability and scalability, but Access has a more traditional approach based on SQL and programming with Visual Basic for Applications. FileMaker has a drag-and-drop script editor and support for AppleScript on the Mac.
Although the script editor is frustrating for someone used to writing code, it does work. As well as manipulating the data, you can set and retrieve local and global variables, perform loops and display custom dialogs; it is not as limited as it may seem at first.
A FileMaker database can be huge, with 8 terabytes specified as the theoretical limit. External databases are accessible through ODBC on both Windows...
|
By Graham Keitch on
Wed, 13 Apr 2011 17:42:18 GMT
Oracle Database 10g Express is a free edition that can be used for development and deployment. After a long wait, the Beta release of 11g R2 is now available for download.
|
By Tim on
Thursday, April 07, 2011 10:30 PM
Visual Studio LightSwitch, currently in public beta, is Microsoft’s most intriguing development tool for years. It is, I think, widely misunderstood, or not understood; but there is some brilliant work lurking underneath it. That does not mean it will succeed. The difficulty Microsoft is having in positioning it, together with inevitable version one limitations, may mean that it never receives the attention it deserves.
|
By Tim on
Wednesday, March 16, 2011 8:39 AM
Microsoft has announced the release candidate of Entity Framework 4.1, the data persistence library for .NET, with a go-live licence. The final release to the web is expected in around one month’s time.
The big new feature is code-first, where you do not need to define a database schema or even a database model. You simply write classes that define objects you want to store, and the framework handles the work of defining the database for you.
|
By PaulEdwards on
Tuesday, October 26, 2010 3:25 PM
I guess a lot of people know about LINQPad and what a great tool it is for LINQ queries, but it’s definitely worth another mention even if you have heard some already. I’ve been using it recently and want to give an overview of what you can do with this great tool.
|
By Tim on
Monday, September 20, 2010 1:45 AM
I’m not able to attend the whole of Oracle OpenWorld / JavaOne, but I have sneaked in to MySQL Sunday, which is a half-day pre-conference event. One of the questions that interests me: is MySQL in safe hands at Oracle, or will it be allowed to wither in order to safeguard Oracle’s closed-source database business?
It is an obvious question, but not necessarily a sensible one. There is some evidence for a change in direction. Prior to the takeover, the MySQL team was working on a database engine called Falcon, intended to lift the product into the realm of enterprise database management. Oracle put Falcon on the shelf; Oracle veteran Edward Screven (who also gave the keynote here) said that the real rationale for Falcon was that InnoDB would be somehow jiggered by Oracle, and that now both MySQL and InnoDB were at Oracle, it made no sense.
Context: InnoDB is the grown-up database engine for...
|
By Tim on
Wednesday, August 25, 2010 8:14 AM
I had a chat with Jay Schmelzer and Doug Seven from the Visual Studio LightSwitch team. I asked about the release date – no news yet.
|
By Graham Keitch on
Thu, 01 Jul 2010 17:07:58 GMT
Quest Toad Extension for Visual Studio allows developers to work with Visual Studio Team Foundation Server and Oracle Database. Grey Matter has teamed up with Quest to provide an exclusive introductory 20% discount on this product.
|
By PaulEdwards on
Thursday, March 25, 2010 4:00 PM
Today I was generating a typed DataSet, using the Data Source Configuration Wizard in Visual Studio (“Add New Data Source…” from the Data Sources window or Data menu). I had two stored procedures, accessing a linked server, in my database that I wanted added to my DataSet.
|
By Dave on
Tuesday, March 23, 2010 5:45 PM
When it comes to writing T-SQL, one of my pet hates is the unnecessary use of loops and cursors. As we all know, SQL is a set based language and has been designed to work using sets of data. Far too often do I see people looping unnecessarily in their back-end code resulting in a slow user interface.
|
By Graham Keitch on
Fri, 19 Mar 2010 14:33:28 GMT
An attempt to clarify scenarios where Oracle Full Use licensing is required for testing.
|