Questions tagged as 'dataset'

0
answers

How to return two or more selects by a stored procedure and how to receive them in a dataset using c #

It turns out that I have a stored procedure where I return two selects, simply and simply like doing a SELECT * FROM [NombreTabla] , one below the other. I from C # what I do is receive it with a DataSet in the following way: var re...
asked by 24.10.2018 / 17:53
0
answers

ODBC Error C # Input string error

I have a small system installed on a server. They use it from 5 PCs and it works correctly, but from the 6th PC it returns the error.    The input string does not have the correct format. OdbcDataAdapter daMovims = new OdbcDataAdapt...
asked by 19.09.2018 / 22:04
1
answer

How to update a database based on a DataGridView on VB.net?

I am loading a dataset directly to a DataGridView, it has the option to edit its records (in the DataGridView), but when finished it gives the option to save the changes, my doubt is how to save only those that were modified directly to the data...
asked by 24.01.2018 / 18:43
2
answers

How can I change values of a select using JQuery?

What I want is that when I press the buttons that are yellow, the select will change depending on the button that you press, for example if I click the antiparasitic button, the select should change to antiparasitic and so on. I add my jqu...
asked by 11.01.2018 / 18:50
1
answer

I am having trouble verifying a field inserted into a table in a SQL database with a parameter

In the part of else where it says //Si tiene registros vamos a comparar el parámetro con el campo rfc I have doubts if if the comparison is made like this, the query if it brings me the data well, and the rfc that I try to enter is...
asked by 01.11.2017 / 00:39