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 > march 2005 > threads for march 29 - 31, 2005

Filter by week: 1 2 3 4 5

copying data from MS-SQL to MS-Access using VB.Net
Posted by justin.parry-okeden NO[at]SPAM sungard.com at 3/31/2005 5:49:54 PM
Hi there, I'm trying to use MSAccess as a "container" to move data around from one MS-SQL server DB to another. This is basically already a design decision that has been made for a lot of reasons and can't be changed by me. What I was wondering is what is the bet way to populate the MS-Acce...more >>


how to submit a form when enter is pressed
Posted by RTT at 3/31/2005 2:10:00 PM
<form id="Form1" method="post" runat="server"> <asp:textbox id="TxtEmail" tabIndex="1" runat="server" Width="272px" ToolTip="Enter your emailaddress for authentication"></asp:textbox> <asp:textbox id="TxtPassword" tabIndex="2" runat="server" Width="272px" ToolTip="Enter your domain password"...more >>

CustomValidator problem...
Posted by RTT at 3/31/2005 9:32:02 AM
It's my first time i want to write a cotum validator but it doesn't seem to work. In de page i've put this validator: <asp:CustomValidator id="CVFBeginDate" OnServerValidate="CVFBeginDate_ServerValidate" runat="server" ErrorMessage="Please fill in a valid date as startdate" ControlToValidate="T...more >>

Serious Bug in Data Form Wizard?
Posted by MrMibs at 3/30/2005 10:41:02 AM
I am trying to create a data entry form for an Access 2003 database - a very simple flat file DB. (1 Table) The Wizard creates the form fine, but when I try to enter data I keep getting a message "column xxxx does not allow nulls" (where xxxx is the field name). This does not matter what data ...more >>

SQL-question
Posted by RTT at 3/29/2005 2:02:57 PM
i have a script that insert a variable amount of rows in a table. each row is identified by an autonumber by SQL how can i find out the number of the newly added rows without having to much troubles? ...more >>



DevelopmentNow Blog