Posts by Laísa Ferreira Cardoso • 116 points
7 posts
- 
		0 votes1 answer53 viewsQ: Banking integrationGood afternoon! I need guidance/suggestion. Here’s the thing: we have a clock software where it records all the markings in a MS Access database. I need to create a report of each employee on the… 
- 
		0 votes2 answers56 viewsQ: Delay in loading some recordsHello! We work with Sugarcrm. Anyone not familiar with Sugarcrm is a CRM made in mysql and php that uses the Zend framework. We used the opensource version and made some customizations. I’m having… 
- 
		0 votes2 answers630 viewsQ: IP Blocked remote access mysql linux debianI’m making the following mistake: [exec] mysqladmin: connect to server at '179.111.225.163' failed [exec] error: 'Access denied for user 'rqtecnologia'@'177.21.38.34' (using password: YES)' I’ve… 
- 
		1 votes2 answers412 viewsQ: Problems to convert data mon dd yyyy hh:mmI made a select in SQLSERVER inside php: mssql_query(SELECT TOP 1 ven.DATA FROM tab_venda ven (nolock) INNER JOIN dbo.tab_item_venda iven (nolock) ON iven.num_Venda = ven.NUM_VENDA INNER JOIN… 
- 
		2 votes1 answer39 viewsA: How to check time entry and cancel calculation when come blankI believe you have to check before you do anything. Like: //se for diferente de null, faz o calculo if ($val1 <> null and $val2 <> null) { $datetime1 = new DateTime("2017-04-05, $val1");… 
- 
		4 votes3 answers3464 viewsQ: Average between 3 direct dates in sqlserver bank?What is the most efficient way to calculate the average of dates in the same column by the sqlserver database? I need to take the date of the last 3 sales of a customer, and return in days to know… 
- 
		1 votes0 answers238 viewsQ: Windows server folder access by PHP on LinuxWe have an intranet developed in PHP that is inside a Linux server with apache. I need to access a folder that is on another server and that server is Windows. Is there any way to do this?