I have a VB.NET (4.5) project in VS2013. In it I have several DataGridViews populated by a SQL Server 2012 database. The DGV and connection has all been set up with the wizards, so I have BindingSources, DataSets and TableAdapters for the DGVs - no custom coding to populate the DGVs.
I need to...
Please help, Tell me how to make and retrieve data from database and pass numbers as column names.
I am using VB 2008 and used
SQLStr = "SELECT * FROM my_table Where column_name " & byt_loop
SQLCmd.CommandText = SQLStr
SQLdr = SQLCmd.ExecuteReader
If...
hi friends,
when i going to update a database it shows an exception that like "NO VALUE GIVEN FOR ONE OR MORE PARAMETERS" what will be the problem? i
if anyone knows pls tell me frnds...
thanks in advance...
hi friends....i have one doubt in my library project..... when i want to display the selected row of datagrid in a single form when i click inorder to edit...how can i get the values of cells from datagrid to that form..... any ideas..... pls frnds......:)
hi friends,
This s one part of code in my lib proj for find bookrecord..... But i find one difficult in this.. when i select the record based on the BOOKID which s matched my id i want to display that record in a datagrid view alone. How can i set a single record to the datagrid view??
Private...
I am new to this vb.net
I need to know how to make connection to the table created to take a value from table to label and other procedures for calculation
i have made the table using add connection and so on to create a table in database explorer window
I noticed many times that Database connectivity using DataSet designer runs slow in opening Data Entry form. I just wanted to know what is the better options between hard coding for connectivity and DataSet designer.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.