databases

G

Guest

Hi, I'm new to programming - simple question

I'm using Microsoft Visual C# 2005 Express Edition:

I created a SQL database (customerinformation) - for local server use.
Form1 is used to enter and read the records on the database
customerid - name - address (etc.) - I've put sample names and address into
the table (customertable)

1. what commands in c# do I use to show the first record; then each record
with a click of a "next" button I added to the form?

2. what commands are used to add a record to the database in the same form?

3. How do I refer each record to a textbox on form2 just to show it (read
only)?

thanks,
greg malenky
 
G

Guest

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top