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 >>
|