473,378 Members | 1,594 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

append variable to table

Good day,
I have got the user input from a web form in variables. & now i am trying
to input the values into a sql server table that already exists.

Is this possible?
can someone give me some direction please?

Thanks for your assistance in advance!!!

--
Thanks!
Nigel
Nov 17 '05 #1
2 1116
Two things to read about

ASp.NET webforms

http://samples.gotdotnet.com/quickst...noverview.aspx

and ado.net

http://samples.gotdotnet.com/quickst...sOverview.aspx

Its usally just a case of placing the form field values as strings or int
into your SQL statement but there are other approaches.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"Nigel" <Ni***@discussions.microsoft.com> wrote in message
news:91**********************************@microsof t.com...
Good day,
I have got the user input from a web form in variables. & now i am trying
to input the values into a sql server table that already exists.

Is this possible?
can someone give me some direction please?

Thanks for your assistance in advance!!!

--
Thanks!
Nigel

Nov 17 '05 #2
Thanks!
*****************

"John Timney (ASP.NET MVP)" wrote:
Two things to read about

ASp.NET webforms

http://samples.gotdotnet.com/quickst...noverview.aspx

and ado.net

http://samples.gotdotnet.com/quickst...sOverview.aspx

Its usally just a case of placing the form field values as strings or int
into your SQL statement but there are other approaches.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"Nigel" <Ni***@discussions.microsoft.com> wrote in message
news:91**********************************@microsof t.com...
Good day,
I have got the user input from a web form in variables. & now i am trying
to input the values into a sql server table that already exists.

Is this possible?
can someone give me some direction please?

Thanks for your assistance in advance!!!

--
Thanks!
Nigel


Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Danny | last post by:
I want to extract a subset of fields from one table into another the master table has many fields the subset has about half, but still many. Is there a way I can just append the master into the...
1
by: David Barger | last post by:
Greetings, It appears that an Append Query I run in Access XP is randomly failing to append a field. I have payroll data being entered into a payroll database. This data is exported daily to...
6
by: Simon | last post by:
Hi folks, I'm aware of the fact that using a StringBuilder is more efficient than constantly reassigning a string. For example. Example A --------- SringBuilder sb = new StringBuilder();...
5
by: Michael C via AccessMonster.com | last post by:
Hello, I have a table that I am appending 3 seperate tables into. My main problem is that each time I append the data, it simply adds to the data already there. That might sound ok, except that...
6
by: deejayquai | last post by:
Hi I'm attempting to append multiple values into a new record, using multiple criteria from a listbox. I've got the basics for the code below but I get an "Error 3085 Undefined Function" for...
22
by: RayPower | last post by:
I'm having problem with using DAO recordset to append record into a table and subsequent code to update other tables in a transaction. The MDB is Access 2000 with the latest service pack of JET 4....
7
by: Henrootje | last post by:
I have to run a lot of append queries. I have data in tables in old databases that has to be appended to tables in a new database. I made a new database in which I linked the old tables and the...
9
by: Pyenos | last post by:
def enlargetable(table,col): return table.append(col) def removecolfromtable(table,col): return table.remove(col) print enlargetable(,,],) # returns None Why does it return None instead of...
4
by: jcethiopia | last post by:
Hi I'm a new user with Access and I need help with some VBA syntax. I am trying to run an append query using a string SQL statement. Basically, I need to append to "tbl_All" various fields from two...
5
by: HSXWillH | last post by:
I have a table entitled Stock_Catalog. Fields include Stock_ID (random autonumber), Brand, Card_Number and Player_Name. Most of the entries have 1 name in the Player_Name field, but some show...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.