Alex VincyAug 26, 20181 min readHow to remove single quotes in Oracle PIVOTFor example, below is the query to get pivot table from ORDERS table SELECT * FROM ( SELECT customer, product FROM orders ) PIVOT (...
Alex VincyAug 26, 20181 min readThe ConnectionString property has not been initializedQuestion I am getting "The connection string property has not been initialized" while connecting to my SQL server database. web.config...
Alex VincyAug 26, 20181 min readQR and Barcode ScannerClick here to get the most powerful QR and barcode scanner. Fast & Accurate QR barcode scanner. Scans all QR and Barcode formats. Simple...
Alex VincyAug 26, 20183 min readOracle Pivot ExampleOccasionally it may be necessary to 'flip' a table on its side, so to speak, meaning to convert rows to columns in order to display data...