Introduzione Quante volte è capitato di avere la necessità di verificare la validità di uno o più indirizzi mail? Penso una miriade di volte, in particolar modo in tutte quelle situazioni, dove per esempio il vostro ipotetico sistema deve comunicare via mail con i propri utenti. In questo breve articolo vedremo come creare un servizio … Continua a leggere »
Pubblicato in dicembre 2009 …
Soluzioni SugarCRM Open Source
SugarCRM è il software Open Source più conosciuto e diffuso per la gestione delle informazioni che una azienda genera nei rapporti con i propri clienti, sia effettivi che potenziali. SugarCRM è una piattaforma orientata al Web matura, robusta e versatile, utilizzabile sia in ambiente Windows che Unix/Linux e adattabile alle esigenze sia delle piccole che … Continua a leggere »
Free TDS: Execute Query & Send Result
Tabular Data Stream (TDS) is an application layer protocol, used to transfer data between a database server and a client. Initially designed and developed by Sybase Inc. for their Sybase SQL Server relational database engine in 1984, and later by Microsoft in Microsoft SQL Server. For more info see wikipedia at URL http://en.wikipedia.org/wiki/Tabular_Data_Stream
FreeTDS is the open source implementation of the TDS protocol described briefly in the previous paragraph.
Often you must provide a query result in CSV or other text format for integration with other systems or simply to import the data to an Excel spreadsheet for pivot tables. Continua a leggere »