all groups > dotnet datatools > june 2005
Update MS Access Database Records
Posted by thomasp NO[at]SPAM msala.net at 6/28/2005 12:00:00 AM
First of all, thanks for the help on my previous VB.NET/MS Access questions.
This time I need do the following
1. Connect to a table
2. step through each of its records
3. read the value of two of the records fields
4. pass those values to a function
5. write the value returned by the funct... more >>
datagrid in ASP.NET
Posted by JoshHowood at 6/20/2005 9:14:03 AM
How can i use dropDownBox controls to edit a datagrid in ASP.NET?
Thank you very much... more >>
stock quotes
Posted by Chris at 6/15/2005 1:48:00 AM
I'm currently writing a custom financial app that tracks stock purchases and
values. however, I need help in retrieving stock quotes from the internet. A
20 minute delayed quote is fine. I do not want to revert to "page or screen
scraping". any guidance/code references are much appreciated. ... more >>
XML well formed
Posted by Estratovarius at 6/14/2005 7:12:01 PM
I used an object named XmlValidatingReader to validate an string that is
given. The fact is that I want to know if this string is an XML valid.
I did a method like this :
bool IsXmlWellFormed(string txt)
{
XmlValidatingReader vr = new XmlValidatingReader(txt,XmlNodeType.Element,
null);... more >>
can't get database Update to work
Posted by B at 6/13/2005 11:43:04 AM
Hi,
I'm unable to get a dataset to update the database properly on a call to
"update". I have a simple form with a bunch of text fields bound to fields in
a table called "settings" . It loads and fills correctly, and when I make
edits to the bound text fields the changes are reflected immedia... more >>
DataAdapters & VS05 B2
Posted by Jonesie at 6/8/2005 2:19:02 PM
In VS03 I can use a dataadapter to fill multipe tables in a dataset using a
stored proc in SQL2k that returns multiple result sets.
In VS05 B2 the DataAdapter is not in the toolbox by default. I'm sure I can
add it but is there a 'better' way of doing this now with table adapters or
somethi... more >>
Working with stored procedure transactions in .NET
Posted by Luis Rivas via .NET 247 at 6/7/2005 11:27:45 AM
Hi All,
I'm trying to work with stored procedure in VB.NET but there were some problems with that, I hope someone can help me.
First, is there a way to manage a stored procedure's transaction from VB.NET?, I tried something like this (see code below) but when I do commit an error appears becaus... more >>
Rookie newbie data reader question:
Posted by Mike Long at 6/5/2005 12:00:00 AM
I want to pull individual fields from a database to a VB.NET form, and I
can't do it with the data reader.
If it can't be done with the data reader, do I need a different connection
or adapter?
Thank you for any help.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
[ANN] Firebird ADO.NET Data Provider 1.7 Released
Posted by Carlos G.A. at 6/3/2005 7:37:00 PM
Hello:
The Firebird ADO.NET Data Provider 1.7 is available for download.
* Download information can be found here:
http://firebird.sourceforge.net/index.php?op=files&id=netprovider
* Release notes can be found here:
http://sourceforge.net/project/shownotes.php?release_id=332260
-... more >>
DataGrid Paging doesn't seem to work
Posted by Ashhad Syed at 6/2/2005 4:35:08 PM
I am binding results of a query to the DataGrid control. I have limited space
on the page there I have set 'Allow Paging' property to True and PageSize =
10. WHen results are more than 10 records, I see links for additional pages
at the bottom of the grid but clicking on those links does not t... more >>
tool to find file differences
Posted by mavrick101 at 6/1/2005 9:31:02 AM
Can any one help me find a tool to find differences between any two files...
asp, aspx.cs etc etc
thnx
... more >>
|