Posts by user7654 • 31 points
2 posts
- 
		1 votes1 answer1677 viewsQ: Direct printing on the doorI need a VB.Net code to print directly to the port of a bead printer without using any driver windows. I add that my printer is connected by USB but in the future I needed to print on any type of… 
- 
		1 votes1 answer976 viewsQ: Postgresql - Add existing values for the current monthGood staff I have a table with column dates of certain records. I know that to sum up the records of a given day: SELECT SUM(CAST(REPLACE(coluna1,',','.') AS DOUBLE PRECISION)) FROM tabela1 where…