Questions tagged as 'sql-server'

0
answers

Error creating JDBC connection pool (sqlserver microsoft) payara shows error: java.lang.NoSuchFieldError: isEC

I am trying to create connection pool with sqlserver in payara 5 load the driver of sqlserver version 7 in the path \glassfish\domains\domain1\lib\ext but it shows the following error, when creating the datasource by the graphical inter...
asked by 26.12.2018 / 20:14
0
answers

Run time of my script in php only lasts 30 seconds

I have the following problem when I run my script in php only lasts 30 seconds cutting the same that is not an excess process, what happens is that I am importing information and probe changing in ini : max_execution_time=300 max_input_t...
asked by 26.12.2018 / 17:43
0
answers

Search record in two tables not related to a single query from a textbox in c # with sql-server

I have trouble searching for records through a textbox. I have two tables, one called mother and the other parent, and I need to search from a third table called proxy, through a textbox with the rut, the record of who will be the proxy, whic...
asked by 23.12.2018 / 17:06
1
answer

Carousel on VB.net

I am trying to make a slider or carousel by recovering the routes of the images from my database to my vb.net application. I can not show the images, besides I can not access my variables that are in the HTML code. Both Response.Write(Indi...
asked by 02.02.2016 / 20:16
0
answers

Use div id and value for a query in SQL

As the title says, I would like to know how to capture the div id or value and thus be able to use it as a query in SQL server This is my code: <?php define('DB_SERVER','1.2.3.4'); define('DB_NAME','database'); define('DB_USER','sa'); de...
asked by 03.01.2019 / 23:48
0
answers

Doubt in Consultation

Good evening, I've been trying to make this query, but unfortunately, I can not find the way to put the name of the state of origin and destination. The Diagram itself is too extensive, but in this particular part it is where I do not u...
asked by 12.12.2018 / 04:55
1
answer

INSERTING A SQL SERVER DATA BASE WITH PHP

Hi, I'm trying to make an insert to a sql server database with php. I execute the program and I get the message that it was inserted correctly but when I go to look in the database it does not insert anything and I can not find the error. This i...
asked by 11.12.2018 / 20:49
0
answers

Problem with remote MySQL

Good afternoon, I hope you are well, I want to comment on the problem I'm having to see if someone happened to him and got the solution. I have a program made in visual .NET and this what it does is take information from the tables in my data...
asked by 11.12.2018 / 21:19
0
answers

Query does not return SQL Server result

I have a problem with the following query in an sp, before it was executed and I returned the value, now it just throws me Commands completed correctly. and not the The result of the query strong> I share the query: BEGIN --INICIO S...
asked by 11.12.2018 / 17:20
2
answers

how to include database in the C # project and use it locally?

I have a system in C # for inventories that uses Sql server is already finished, but now if I want to sell or install it on another computer I would have to install sql server Express to the client and that does not fit me, as you do if you Are...
asked by 17.12.2018 / 23:30