need help in ADO VC++
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I use a table named FDetails with 4 text fields and a datetime field named date in MSaccess when insert values into table ising ado recordset obj I receive some syntax error recordset->Open("INSERT INTO FDetails(name,path,duration,volume,date) VALUES('hello','location','duration','vol','12/12/2000')",connection.GetInterfacePtr(), ADODB::adOpenForwardOnly,ADODB::adLockReadOnly, ADODB::adCmdText); any one know inserting date into table