Click to See Complete Forum and Search --> : how to set ODBC in my app? any sample codes?


November 1st, 1999, 10:15 AM
thank you!

replika
November 1st, 1999, 10:17 AM
Your question is a little unclear. Have you looked through the "Database" article section on this site? It will probably answer a lot of your questions.

November 1st, 1999, 10:36 AM
thank you, sir.
Well, I want to set(create) ODBC DSN... by myself with my program.
what should I do?
Sorry, My English is poor.

PeterK
November 1st, 1999, 11:23 AM
Take a look at the ODBC API function ::SQLConfigDataSource().

You can search the Discussion Board for this too as there have been other questions on how to use this function.

replika
November 2nd, 1999, 09:59 AM
Are you using MFC?