0

I am a programmer using VS2012 Ultimate edition, Visual Basic.NET, and have a question about adding records to a database.

I see that there are two main ways to do this: An SQL statement and DDA.

Here is a link that shows both ways to add records to a database:

http://www.vistadb.net/tutorials/insertrows-vb.aspx

My question is this: Can both ways be used to add records to a database and if data is added one way, can the data be retrieved from the other way?

2
  • 2
    yes, since it is the same database Commented Jan 4, 2013 at 4:40
  • Should LINQ to SQL be mentioned as well? Commented Jan 4, 2013 at 7:45

1 Answer 1

2

Yes they are completely different. So using a Insert statement to add data to the MySQL server would work, and retrieving that information with DDA is definitely possible.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.