Guest_imported
New member
- Jan 1, 1970
- 0
Hi everybody,
I've got a little problem.
I'm writing a program with Visual C++ 6.0 ( with MFC - MDI ) wich should add new Data to an Access database ( ODBC - Snapshot ).
My Problem: I'd like to add and delete data by a SQL statement wich contains variables like CString e.g. for the data. ( The data comes from a Dialog defined in the Doc Class )
Can anybody out there tell me, how to send the SQL command for example from my Doc Class ???
Thanx,
SAM
I've got a little problem.
I'm writing a program with Visual C++ 6.0 ( with MFC - MDI ) wich should add new Data to an Access database ( ODBC - Snapshot ).
My Problem: I'd like to add and delete data by a SQL statement wich contains variables like CString e.g. for the data. ( The data comes from a Dialog defined in the Doc Class )
Can anybody out there tell me, how to send the SQL command for example from my Doc Class ???
Thanx,
SAM