ASP Programming Question:
How do you write an SQL insert statement?
Answer:
insert into tablename (field, fieldB, fieldC)Values(’dataA’, ‘dataB’, ‘dataC’);
Previous Question | Next Question |
Why do we use Option Explicit? | How can you have different number of cells for each row of a table in HTML? |