Subject ODBC List And Programming Question
Author Richard Thomas
Hi:
I've tried to e-mail the ODBC list but nothing comes back to my in-box so
the list might be having problems, not sure but it's been some time now.
Also, couldn't find my message on the Archived ODBC List messages.
The following is an example I picked up off the internet:
Is the "\n" some kind of C++ thing, a translation thing for a space
character or does it sound like it should be included in the actual
Attribute String?
' Example use:
' const char * strDriver = "Firebird/InterBase(r) driver";
' char strAttributes[256] =
' "DSN = MyFbDSN;\n"
' "CREATE_DB = NewFbDatabase.fdb;\n"
' "UID = SYSDBA;\n"
' "PWD = masterkey;\n"
' "CHARSET = NONE;\n"
' "PAGESIZE = 8192;\n"
' "DIALECT = 3;\n";
' SQLConfigDataSource( NULL, ODBC_ADD_DSN, strDriver,strAttributes );
I thought someone on-list familiar with ODBC and, or, the C programming
language might know the answer.
Also, is anyone aware of problems with the ODBC list?
Over the past few days a couple of my messages have not shown up in my
In-Box- others have.
Rick Farmington Mich. USA