Adding data to a datagrid view cell by cell
Tue, 4 Mar 2008 14:33:02 -0800
Hi,
I am new to VB.net so at the moment I seem to be spending a lot of my time
searching for solutions to problems online. However this problem has me
stumped.
I have written a little program that as a part of it pulls information out
of a text file. What I want to do is display some of that information ...
|
save datatable to binary mssql field
Sat, 23 Feb 2008 17:37:00 -0800
hi every body, i need to save a datatable in a field of my mssql database. i
was thinking in a binary field but i don' know how do it.
Has somebody some solution?
thanks ...
|
Help: DataRow problem
Mon, 18 Feb 2008 11:35:55 -0800 (PST)
Guys,
I have declared 2 dataRows and assigned New daraRows as below.
Dim aRow as DataRow
aRow = OutFormat.DataSet.Tables("demotbl").NewRow '*** Point 1
----
----
Dim bRow as DataRow
bRow = OutFormat.DataSet.Tables("demotbl").NewRow '***Point 2
---
---
bRow = OutFormat.DataSet.Tables("demo ...
|
DbDataAdapter.Fill(DataTable) fails with SP output
Wed, 13 Feb 2008 12:45:32 +0100
Hi, I'm using OLEDb components to fill a DataTable with results of stored procedures.
myDbDataAdapter.Fill(myDataTable)
Most of the time it works fine but with some stored procedures it returns an empty table (no
exceptions or errors occur).
When comparing Stored Procedures that work with ones that don't, ...
|
Identifying empty Active Directory attributes
Tue, 12 Feb 2008 16:32:08 -0000
Hi
I am trying to extract user data from Active Directory and locate it in an
offline Access database for reporting. The problem I have is when I came
acrsoss an object where an attribute is empty.
I tried to trap this with an isDBnull call (as below) but this does not
work - is it possible to identify null ...
|
a really basic question, that has me stumped!!!
Mon, 11 Feb 2008 08:11:44 -0000
Hi,
I am use to working against SQL Server databases, but now am trying to
connect to a basic Access 2007 accdb I have my my local dev machine.
I know I have not kept up with the latest technologies, but there seems to
be a few to many ways to connect, OLEDB, ADO, ADO.net, RDO etc...
What I want to kno ...
|
How do I view my data?
Sun, 10 Feb 2008 14:25:10 -0000
Hi
I have the following code to dump data from an AD search into a datatable.
This all appears to work fine, but my question is, how can I actually SEE
the data that is being placed in the rows? I can't seem to be able to figure
that bit out!
Thanks!
JB
' CREATE DATA TABLE AND COLUMNS
...
|
|
|
Repeating a stored procedure
Sat, 9 Feb 2008 12:11:01 -0000
Hi all
Still trying to get my head around VB.Net/ADO.Net and have a question.
I can't work out how to 'process' a stored procedure multiple times.
In other words, in VB6/ADO I would do something like:
For i = 1 to 10
rs.Open "usp_Stored_Procedure '" & i & "'"
....process the results
rs ...
|
Our new website
Fri, 8 Feb 2008 15:15:21 -0800
This website is for artist, freelancers, programmers, writers, translators. All who is looking for work.
If you are a skilled professional use page "Add profile" to create your profile.
Also this website is for those who is looking for skilled professional.
If you are looking for a professional use page "Pr ...
|
Dataset
Fri, 8 Feb 2008 12:52:45 -0500
Hi!! I am having issues retrieving a dataset and populating it into a
GridView in Visual Studio.
Below I posted the code.
I am getting a pilot ID from a Combo box and then storing it in the variable
id and then using it on a second query where I retrieve a Dataset based on
the SQL query and it should populat ...
|