I need to reference to Car No in the statement below any ideas?
<code>
commandpartthree = new OleDbCommand("INSERT INTO Drivers ([Full Name], [Car No], [Age], [Nationality], [Championship Points]) VALUES (@FullName, @CarNo, @Age, @Nationality, @ChampionshipPoints);");
</code>
HELP!!!
Im trying to display the multiple results returned from this query, but can't get it to return them.It can return one ,but not sure how to return them as a list.
commandpartthree = new OleDbCommand("SELECT [Full Name] FROM Mechanics WHERE [Car No] = @CarNo")...
I want to redirect to a page within the server. But i'm not entirely sure about the syntax.
I thought it was Redirect = "url"; but this gives the error msg of Unrecognised Escape Sequence.
private void Login(object sender, EventArgs e)
{
connectionpartthree = new...
Hello i've been trying to Update access db inputs but i just can't get it to update.
Theres no errors it just won't work
private void Update_Click(object sender, EventArgs e)
{
if (Page.IsValid)
{
commandpartthree = new OleDbCommand("UPDATE Cars SET [Car No] = @CarNo, [Team Name] =...
Exception Details: System.Data.OleDb.OleDbException: The
I keep recieving this error, can't possibly think about why its saying it as there are no reserved words.
SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect...
I'm lost about my event arguments and objects.
I'm not sure whether the object should be a sender, and i'm really not sure about how i get my members page to load for this login page if the username and password are right.
I'm such an asp newb
private void Login(object sender, EventArgs e)...
I have Error CS1026 for this line of Code:
commandx = new OleDbCommand("SELECT [Username] FROM Users WHERE [Username]= "Username = Request.Form("Username");
I can't figure out why i am recieving this error on that line.
I just created a flash file that moves left and right using a button and a mask.
I now want to insert buttons into the images i have within the room. This is where my problem starts I know how to put the buttons in but they always stay on the side of the screen.
Is it possible to use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.