Board index » delphi » Re: What Borland should stop wasting their time on
Larry
![]() Delphi Developer |
Re: What Borland should stop wasting their time on2006-02-01 03:04:44 PM delphi41 Craig Stuntz writes: "I can not tell why you want to convert to .NET at all" Larry: 1. When Vista arrives, Win32 will be a legacy platform 2. We want to be ready to leverage off current and future .NET technologies such as ASP.NET, workflow, Avalon, SQL CLR integration, etc. 3. Sharing code/objects with other VS development teams in my organization 4. Managed code, Garbage Collection, should help with stability and testing Of course, we could stick with Win32 for the time being, but timing wise, it makes sense for the direction of our product to do it now. Craig Stuntz writes: "I don't know why you'd concurrently use CDS and dbGo" Larry: Because this was BORLAND'S recommended data model for Delphi 7. Craig Stuntz writes: "Regarding currency symbols (and the like) I can not figure out why you want to do this manually in the IDE. That seems to be just asking for Create a DB domain for currency (or use an existing domain) and assign your display format in code to anything that matches." Larry: I use the SQL "money" format, which translates to a Delphi TBCDField. In the "Fields" collection, I set the "Currency" flag to True and my currency symbols appear automatically. Does this sound right? |