Ken Thompson: è l’inventore di UNIX e lavorava in un’azienda (ATNT) che ha deciso di farsi un proprio sistema operativo (e un linguaggio per scriverlo). Attualmente lavora per GOOGLE (sta scrivendo GO, il suo C ad oggetti). Richard Stannman: è il padre del FREE SOFTWARE, ha fondato la GNU nel 1983 e hanno deciso di…
Oracle allows the assignment of special escape characters to the reserved characters in Oracle can be escaped to normal characters that is interpreted literally, by using ESCAPE keyword. – Use braces to escape a string of characters or symbols. Everything within a set of braces in considered part of the escape sequence SELECT {AT&T} FROM…
leggo un file excel da SQL SELECT * FROM OPENDATASOURCE(‘Microsoft.Jet.OLEDB.4.0’, ‘Data Source=c:\prova.xls; Extended Properties=Excel 8.0’)…[Foglio1$] se non è abilitato il comando OPENDATASOURCE, lanciare il seguente script per abilitarlo: sp_configure ‘show advanced options’, 1 RECONFIGURE GO sp_configure ‘Ad Hoc Distributed Queries’, 1 RECONFIGURE GO
The Microsoft® ODBC Data Source Administrator manages database drivers and data sources. On computers running the Microsoft Windows® 2000 operating system, this application is located in the Windows Control Panel under Administrative Tools. Its icon is named Data Sources (ODBC). Run the ODBC administrator, “Drivers” tab; Install driver “MySQL ODBC Driver 3.51” if not present:…