Posts by Fernando Costa • 47 points
6 posts
-
-3
votes1
answer57
viewsQ: DATE CRITERIA ENTER A SUBQUERY - SQL
I am doing a query that the boundary dates are based on subquerys, I would like to put a condition so that the boundary column is between data1 and data2 follows the query: SELECT PSECAO.CODIGO…
-
0
votes1
answer26
viewsA: Export to excel
As there were no answers, the solution was on the _load page put the instruction Scriptmanager.Getcurrent(this). Registerpostbackcontrol(btnGeraExcel);
-
0
votes1
answer26
viewsQ: Export to excel
Good morning. I created a gridview with data from a table When I run the function to generate the Excel spreadsheet, nothing happens, could anyone give a help in what might be happening? follows…
-
1
votes1
answer57
viewsQ: Error executing a subquery in sql server
I am trying to return values where the date is between two fields of my page this field and max(field) This is the consultation: SELECT COD_SECAO , SECAO , CHAPA , NOME , DTNASCIMENTO , DATAADMISSAO…
-
0
votes0
answers45
viewsQ: Database image does not load
Good morning, I’m trying to display an image previously recorded in a database in the form gridview, but this is returning an error and I can’t figure out what is wrong following the aspx snippet…
-
3
votes2
answers146
viewsQ: Error writing new record in Access database
I’m making a CRUD with Winforms in the C#, I have an error entering the date in the birth date field. This displays the following message when trying to save the new record: Missing operator syntax…