I am using Microsoft Visual Studio 2005, Visual Basic, as the programming language for a software desktop application that I have already created.
Now I want to add an activation form to my prog...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22770108.htm...
I am unable to get this code to work - I am simply trying to return data from this stored procedure and fill the datagridview..... I am missing something along the way..... Thanks.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23073985.htm...
Hi
I have a function that returns a collection of parameters , sometimes after ive called this function i want to be able to add a SQL parameter to this parameter collection.
Public Fun...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23323...
I have a Dataset that I am filling from a WebAPI. What I would like to know is what would be the best object to use to be able to pull a value from a specific row and column from that Dataset to b...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/ADO.NET/Q_23406...
Hi
I want to know, when we bulk insert data from a CSV file to a SQL table, how is the data type issue hangled.
For example, I have a column in my temp table date(with data type date) and co...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23573611.html
How can I Do bulk update.
For example I have editable grid ,user is edting the grid and storing into
dataset. I have to update all the changes into DB. I need to update only the
changed records ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23772194.htm...
I have code that will "join" tow tables in a dataset. The resulting table is basically a "Left" Join of the data witch will produce a Column with a system.dbnull value. The question is How to I f...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/ADO.NET/Q_23136...
I have a form with a datagridview, this view if filled from a query that is a joining two tables.
I was trying to use the dataadapter,dataset... to fill and allow the user to edit the DGV.
but th...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/ADO.NET/Q_23380...
Hi,
Can someone point me to or post a Simple example of how ro get a VB.net Windows application to connect to a SQL 7 Databse (on our network so internal IP) using ADO.net ?
Thanks
IT
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23629181.html
Man, I'm just not having a good week. Seems nothing will work right completely.
Here's my current situation:
I've got about 50 items I need to loop through. I use an array to loop through eac...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23200922.html