Groups | Blog | Home


Archived Months
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007


all groups > vb.net data > february 2004 > threads for february 15 - 21, 2004

Filter by week: 1 2 3 4

[ANN] Firebird .NET Data Provider 1.5 released
Posted by Carlos_Guzmán_Álvarez at 2/21/2004 1:34:38 PM
Hello: Firebird .NET Data Provider 1.5 available for download. Thanks very much to all the people that has been helping during the development stage. --------------------------------------------------- You can read the Changelog at: https://sourceforge.net/project/shownot...more >>

Can't understand why databinding is so misbehaved
Posted by Abhishek Singhal at 2/19/2004 7:18:03 PM
Hello All What is the correct way of changing databound controls in code ? I have tried several and used the currencymanager.endcurrentedit method also, but each time i have to employ some workaround or other. Is there a consistent way, where in it can be defined as to how you can change ...more >>

Newbie SQL DataReader
Posted by elroyskimms NO[at]SPAM yahoo.com at 2/18/2004 2:40:18 PM
The MS WebMatrix Project has a code generator which returns IDataReaders, but I need to work with an SQL DataReader. Where can I find a sample function which would create and return an SQL DataReader?...more >>

Table Locking
Posted by Venkatesh at 2/18/2004 1:27:55 PM
Hi I need to increment the sequence number in a sequence number table as part of a larger transaction taking care that no other process can access the table during the course of the transaction. I plan on using a Holdlock against the table in a stored proc when I get the next sequence n...more >>

how to handle the data when internet broken?
Posted by sandra at 2/18/2004 11:08:45 AM
Hi there I want to delvelop a larger project and it should include some function as follow: 1. Using SQL for the Center database 2. 1000 stores can retrive information from web server (web service) 3. When the internet connection broken, the store can still working with their local data and ...more >>

DataRow and parent Dataset
Posted by tim_frawley NO[at]SPAM fishgame.state.ak.us at 2/17/2004 3:18:18 PM
When I get a datarow from a dataset like so: dim dr as datarow dr = dataset.tables(0).rows(0) and then modify the datarow dr.item(0) = "blah" Does the information I add get updated into the dataset automatically? I get the error that the row already belongs to the dataset and just wa...more >>

Data Binding query
Posted by Steve at 2/17/2004 12:08:53 PM
Hi all I have just started a new project that includes Data Binding. I have bound the textboxes on my form to a table in my DataSet. My questions are: 1. In the table that I am binding the controls to, there is an ID field. This field relates to another table (also in the DataSet) which cont...more >>

Searching for a way to replicate in .NET VB6 functionality
Posted by tim_frawley NO[at]SPAM fishgame.state.ak.us at 2/17/2004 12:04:14 PM
In VB6 we could use a Set statement to create a 'handle' to an existing DAO object. This was done to programmatically set the tables needing to be updated using an array of dataobjects created in the code. ' --- build array of all possible tables needing update ------------- Set dat...more >>



String expression problem
Posted by John at 2/16/2004 11:45:36 PM
Hi I am using the following string for a dataview expression; dv.RowFilter = "Company like '*" & Me.txtCompany.Text & "*' " The problem comes when txtcompany field contains an apostrophe such as "O'Neil Associates", and the app crashes. How can I get round this problem i.e. be able to fil...more >>

Populate combobox
Posted by SF at 2/16/2004 3:37:42 PM
Hi, I am new to vb.net. In Access, I can populate a combobox using a 'SELECT ....'. In VB.NET under combobox property, I have to type the value one by one. Is there any way to populate the VB.NET combo box? SF ...more >>

User and Password Validation in SQL Server
Posted by haynesc NO[at]SPAM bf.noacsc.org at 2/16/2004 1:16:12 PM
Hello everyone, I have a question for everyone who knows about SQL Server. I have a Windows form in which a user types in their name, password, and some data (like a homework assignment) and after the username and password is validated, a specific database (one labeled exactly like their us...more >>

How-to get binary stream content-type
Posted by Sylvain Audet at 2/16/2004 10:08:18 AM
Hi, We are storing any kind of files "Excel, Word, etc." into a SQL database. We then retrieve the file from the DB to a binary stream and at this point, I would like to know how I could retrieve the file format without storing additional information (file extension, etc.) into another col...more >>

reminders system
Posted by Yair Cohen at 2/16/2004 9:19:44 AM
HI all, any1 know an idea of makeing a good reminder system. i mean, it will store on the DB. and it will jump when it should and u can postphone or decline it. is there any known method to do this ? (i have implemented own method that load if from the db, it seem to me that now it works fine...more >>


DevelopmentNow Blog