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 > july 2004 > threads for july 1 - 7, 2004

Filter by week: 1 2 3 4 5

How to make a week view and day view calendar just like month view calendar in .NET ?
Posted by parthivjoshi NO[at]SPAM rediffmail.com at 7/6/2004 2:35:26 AM
Microsoft provides calendar control for month view in .NET. I want to make week view and day view on based of that. So how can I make that in ..NET . If any one have an idea or if some one have the source code for that. Please pass it on......more >>

Clearing a table
Posted by Jerry Camel at 7/5/2004 4:03:28 PM
I'm using the following code to clear a table: Dim sqlCnxn As New SqlConnection(DBConnect) Dim sCommand As String sCommand =3D "SELECT * FROM " & _FD_AuthUsers Dim daUsers As New SqlDataAdapter(sCommand, sqlCnxn) Dim dsUsers As New DataSet daUsers.Fill(dsUsers, _FD_AuthUsers) dsUsers....more >>

Queries in Server or Client?
Posted by Mike Hoff at 7/5/2004 3:08:24 AM
Hello, I am writing an app that uses SQL server as its backend and am looking for some general advice about the queries - specifically is it advised to put them in the database server or in the client front-end? Originally I had intended to put all my queries in the database server and call...more >>

change values in table with foreign key
Posted by aNgEL at 7/4/2004 11:36:29 PM
Hi, I have a table with foreign key(s), and i would like to change the values in the table. I've tried to use .update method, but it doesn't seem to work. Is it that i can't use a update if i have fk in my table? if so, what should i do ? thx ...more >>

Adding record to MS Access - replicate autonumber functionality
Posted by Kwabena Nana via .NET 247 at 7/3/2004 7:51:26 AM
I know this is easy but stomping me right now=2E What is the= process, using VB=2ENET, to add a record to an Access database and= manually increase the key column by 1=2E Thus, the table has five= rows; 1,2,3,4,5=2E I want the next record to enter 6 in that= column=2E Please help=2E T...more >>

SQL Data
Posted by Tony at 7/3/2004 1:14:50 AM
VS 2002 - win xp pro -- access 2002 -- VB -- web forms I'm using insert into with executenonquery One of the fields is a memo field that contains HTML. HTML field has quotes, = and everything in between. This makes my insert into syntax error. Anyway do to do this? Thanks ...more >>

HELP!!! ADO and DataGrid Problem.
Posted by tanyavb NO[at]SPAM mailzoo.com at 7/1/2004 11:07:17 PM
Hi, I have big problem that can't be resolved by me until this moment. Would you please do help me? Okay, to the point... I created a form. On that form I created a DataGrid, that showing content of entire table of a database. With this DataGrid we can add, edit, or delete record(s). By the w...more >>

log in problem
Posted by aNgEL at 7/1/2004 4:20:10 AM
Hi all, I am new to vb.net and don't really much about how to deal with database stuff. I learn some from a book and all it teaches it to use the windows from designer..(choose some command ) I have a log in screen, and i would like to check if the username matches the password in the d...more >>




DevelopmentNow Blog