cesarperedat |
Miércoles 30 de julio de 2008 a las 08:39:05
EXCELENTE PAGINA DONDE UNO PUEDE APRENDER SOBRE LAS FUNCIONES BASICAS PARA SQL PLUS, EXCLUSIVAMENTE PARA TODOS LOS QUE TRABAJAMOS EN ARQUITECTURA DE BASE DE DATOS EN ORACLE Y SQL....
shakba |
Viernes 10 de febrero de 2006 a las 15:39:57
information relevant for people who are porting SQL from one product to another and/or are interested in possibilities and limits of 'cross-product' SQL....
gangeles |
Domingo 02 de octubre de 2005 a las 19:26:40
This article describes how to use the GetChunk and AppendChunk methods of an RDO and ADO column object. Included is the code for a working example of how to implement this behavior. The GetChunk and AppendChunk methods work with the LongVarChar and LongVarBinary column types, also known as TEXT and IMAGE columns, in Microsoft SQL Server. To identify these column types in RDO, use the .Type property that will return the constants rdLongVarChar or rdLongVarBinary, or use the .ChunkRequired property to determine if you need to use the Get/AppendChunk methods to access the column. Each of these column types is commonly referred to as Binary Large Objects (BLOBs), so the term BLOB will be used for the remainder of this article....
gangeles |
Sábado 01 de octubre de 2005 a las 23:55:46
Keep your databases in control with the fabFORCE DBDesigner4. Whether you have to design an new database or manage your data and models. DBDesigner4 SimpleWebFront Plugin Online Forum fabFORCE provides OpenSource utilities, components and infos for Kylix and Delphi programmers. All released under the GPL. Utilities Components Kylix Infos Film, video and music production, editing and post production. 3D animation and image editing. Resources and infos. fabFORCE Steadycam Link Collection Resources...
martin |
Lunes 01 de agosto de 2005 a las 01:37:55
Es una librería de interfaz para acceder a las bases de datos de los motores SQL más comunes: Oracle, SQLServer, InterBase, DB2, Informix, Sybase, SQLBase y ODBC. Utiliza APIs propios, y las apliaciones desarrolladas con esta librería se ejecutan limpia y eficazmente. Incluye una interfaz de usuario que permite acceder a las características específicas de cada base de datos....