Revolving around the core of technology
Many new features and updates to existing features have been added in Version 4.6. These changes are listed below
|
|
Extended copy
Extended copy allows programmers to copy SQL code in:
/* ** Retrieve the owner object(s) of a given property */ create procedure dbo.dt_getobjwithprop @property varchar(30), @value varchar(255) as set nocount on if (@property is null) or (@property = '') begin raiserror('Must specify a property name.',-1,-1) return (1) end if (@value is null) select objectid id from dbo.dtproperties where property=@property else select objectid id from dbo.dtproperties where property=@property and value=@value |
Enhanced Threading
Many low-level changes have been made in this version of WinSQL that allows it to optimally run
on a multi-CPU machine.
Enhanced Editor
Several enhancements have been made in the SQL editor, which includes:
ODBC Drivers
Data Direct's ODBC drivers are now bundled with the Developer and Professional version at no extra charge.
For details about these drivers visit http://www.datadirect.com