|
ANN: SQL Server Data Access Components with .NET support Released!
Core Lab company has recently announced the release of SQL Server Data Access Components with .NET support, a library of native VCL
components for direct access to MS SQL database server. SDAC provides high performance direct access to SQL Server using OLE DB directly through a set of COM-based interfaces.
New SDAC version can work in managed environment and support .NET Framework. Provides MS SQL Server specific features support: windows authentication, metadata, unicode fields, manual refresh for record
in a dataset, automatic getting Identity value and results of triggers work and a lot of more. SDAC 3.00 new features encapsulate Delphi 8 support, connection pooling option, local sorting ability, sources of TCRGrid grid component. New .NET Windows Forms and ASP.NET demo projects were added to demonstrate using SDAC in .NET Framework.
SDAC offers advanced design-time editors, extended SQL tracing capabilities
provided by TMSSQLMonitor component and DBMonitor application. Also wide data-aware and reporting components support. Easy migration from BDE. SDAC supports SQL Server 2000, SQL Server 7 and MSDE. Following IDE are supported by SDAC: Borland Delphi 8, 7, 6 and 5, C++ Builder 6 and 5.
SDAC is licensed per a developer and can be distributed without royalty fee only in compiled executable programs.
Free support is provided for registered users.
SDAC 3.00 Standard edition costs $99, Professional (includes source code) - $345.
Trial version is available for free download
at www.crlab.com/sdac/download.html
For more information, contact Core Lab,
Web: http://www.crlab.com/sdac,
Email: sdac@crlab.com
Related Discussions - DOT ON SCREEN (2001-01-03 03:42:55)Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function
COLORREF SetPixel(
HDC hdc, // handle...
- HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2001-01-03 03:04:54)This is possible using COM objects and ActiveX Server ...
Don't ask how ... I'm not into COM object programming ... :o)
Regards
/Filip
- HELP WITH CHDIR !!!! TURBO PASCAL VS DELPHI (2001-01-03 06:48:49)This is because the ChDir Procedure, the SetCurrentDir and SetCurrentDirectory Functions are changing the directory in the active process.
Try...
- FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
- HELP WITH EXCEPTIONS ..... I'M GETTING CRAZY! (2001-01-06 19:59:49)How to make it run as if you were running it outside of Delphi.
Tools | Debugger Options --> Language Exceptions.
Their is a checkbox titled...
- HOW TO CREATE SEQURE LOGIN TO DESKTOP APPLICATION (2001-01-05 09:30:01)I'm not pretty sure, what your intention is. One possible approach would be to use a edit-field, which cannot be "spyed out" by the usual password...
- TELEPHONE BASED APPLICATION (2001-01-08 10:29:39)I did something like this. I wrote a fully operative phone-
based banking applciation in two days using VisualVoice and
Dialogic cards. However,...
- QUERY PARAMETER QUESTION...? (2001-01-04 22:44:03)there are two parts
first is writing the script with variable and another is using bind variable
eg-
for first you can say
query1.sql.text...
- HOW TO LOAD INI INTO A DLL (2001-01-05 14:43:45)unfortunatelly I haven't found anything interesting in the win32api help.
I tried different methods. It seems like it is loading the data while...
- MANIPULATING WINDOWS OF OTHER PROGRAMS (2001-01-04 19:11:41)You need to use the EnumWindows API function to figure out the handle of each window that you want to manipulate (you may also need to use...
|