Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting Records in a Blank Table

Status
Not open for further replies.

avaffa

Programmer
Jun 22, 2001
86
US
I am using ADO and SQL to alter a table. How can I use the "INSERT INTO" command to insert a record in a blank table? I get an error message whenever I try to insert info into a blank table using "INSERT INTO." How can I check a table to see if it is blank? Is there a way to rename a field in a table using ADO? Thanks!
 
"Syntax error in INSERT INTO statement."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top