Advertisement

1 - 8 of 8 containing alltags:("Microsoft vb.net 2008 express") (0.002 seconds)
I am using the following code to assign value from a datreader to datarows' unsuccessfully. Currently, I have myrow as the output of row vlaue and 3 as the output of column value .  3 is the defaul...
Zones: Visual Studio, MS Visual Basic, .NET Framew...Date Answered: 03/22/2008 Grade: A Views: 0
I can't get any data to retrun from using a dataview on a typed dataset datatable. I am using tdt's row(0),a datatable from a untyped dataset, as source of filter string and I use tblth.table("th...
Zones: Visual Studio, MS Visual Basic, .Net Editors...Date Answered: 06/29/2008 Grade: A Views: 0
I don't know which method  to call on a string to get to the last character of a string --- thisfilename0 What I want to do is to change the '0' in 'thisfilename0' to --- thisfilename1 Please ...
Zones: Visual Studio, MS Visual Basic, .NET Framew...Date Answered: 07/02/2008 Grade: A Views: 0
If I use dbdatasetname.tables("tbl").tablename I can get table and column name into  strings but I am not able to get result from a dataview on table in a typed dataset ..I remember that when ...
Zones: MS Visual Basic, V...Date Answered: 06/30/2008 Grade: A Views: 5
I use this 'Not IsDBNull' but all that does is returning all rows from the source datatable: For Each row In tdt.Rows             Console.WriteLine("{0}", i.ToString)             'dv.RowFilter =...
Zones: MS Visual Basic, V...Date Answered: 07/01/2008 Grade: A Views: 0
using dv.find(variable.tostring) at first finds a row suprising from miss code the dv.sort("company") but then dv.find returns -1 after I added dv.sort("company") in the attached code snippet. Whe...
Zones: Visual Studio, MS Visual Basic, .NET Framew...Date Answered: 06/30/2008 Grade: A Views: 0
---Dim query = _     From order In orders.AsEnumerable() _     Where order.Field(Of DateTime)("OrderDate") > New DateTime(2001, 8, 1) _     Select order     ' Create a table from the query.   ...
Zones: LINQ, MS Visual Basic, Visua...Date Answered: 07/05/2008 Grade: B Views: 71
I went to the Access database to change one column name in one the table. Next thing I know is that table can not be previewed successfully again. I am using Visual Studio 2008 express version in ...
Zones: Visual Studio Express, M...Date Asked: 07/02/2008 Points: 500 Comments: 5
  • 1