Click here to Skip to main content
15,903,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOOPS correction Pin
Bill Wilson5-Sep-02 7:45
Bill Wilson5-Sep-02 7:45 
GeneralInsantiating COM Objects Pin
AJ1234-Sep-02 10:49
AJ1234-Sep-02 10:49 
Generalbuilding a string from hexadecimal values Pin
Kuniva4-Sep-02 10:11
Kuniva4-Sep-02 10:11 
GeneralRe: building a string from hexadecimal values Pin
Andrew Peace4-Sep-02 10:50
Andrew Peace4-Sep-02 10:50 
GeneralRe: building a string from hexadecimal values Pin
Kuniva4-Sep-02 11:11
Kuniva4-Sep-02 11:11 
GeneralRe: building a string from hexadecimal values Pin
Christian Graus4-Sep-02 11:54
protectorChristian Graus4-Sep-02 11:54 
GeneralAdding a data source question Pin
hiseldl4-Sep-02 10:00
hiseldl4-Sep-02 10:00 
GeneralRe: Adding a data source question Pin
Bill Wilson4-Sep-02 11:03
Bill Wilson4-Sep-02 11:03 
I don't have any code, but I can tell you how I've done it. Its really pretty easy. You need to add some entries to the system registry.


These entries define a DSN named APDB.

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\APDB]
"Driver"="C:\\WINNT\\System32\\SQLSRV32.dll"
"Server"="odyw2ksql02"
"Database"="Odyssey_APDB"
"LastUser"="obuser"

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
"APDB"="SQL Server"
GeneralRe: Adding a data source question Pin
hiseldl4-Sep-02 11:18
hiseldl4-Sep-02 11:18 
GeneralRe: Adding a data source question Pin
Pavel Klocek4-Sep-02 12:05
Pavel Klocek4-Sep-02 12:05 
GeneralRe: Adding a data source question Pin
hiseldl5-Sep-02 5:38
hiseldl5-Sep-02 5:38 
GeneralRe: Adding a data source question Pin
Pavel Klocek5-Sep-02 5:43
Pavel Klocek5-Sep-02 5:43 
Generalgraceful exit, and safeguards - help! Pin
ns4-Sep-02 9:45
ns4-Sep-02 9:45 
GeneralRe: graceful exit, and safeguards - help! Pin
Chris Losinger4-Sep-02 10:00
professionalChris Losinger4-Sep-02 10:00 
GeneralRe: graceful exit, and safeguards - help! Pin
Stephane Rodriguez.4-Sep-02 10:44
Stephane Rodriguez.4-Sep-02 10:44 
GeneralRe: graceful exit, and safeguards - help! Pin
Tomasz Sowinski4-Sep-02 23:01
Tomasz Sowinski4-Sep-02 23:01 
GeneralCRichEditCtrl and URL link … Pin
Hadi Rezaee4-Sep-02 9:06
Hadi Rezaee4-Sep-02 9:06 
GeneralRe: CRichEditCtrl and URL link … Pin
Matthew R. Miller4-Sep-02 10:22
Matthew R. Miller4-Sep-02 10:22 
GeneralRe: CRichEditCtrl and URL link … Pin
Hadi Rezaee4-Sep-02 10:34
Hadi Rezaee4-Sep-02 10:34 
GeneralRe: CRichEditCtrl and URL link … Pin
Matthew R. Miller4-Sep-02 10:45
Matthew R. Miller4-Sep-02 10:45 
GeneralRe: CRichEditCtrl and URL link … Pin
Hadi Rezaee4-Sep-02 10:51
Hadi Rezaee4-Sep-02 10:51 
GeneralRe: CRichEditCtrl and URL link … Pin
Matthew R. Miller4-Sep-02 15:50
Matthew R. Miller4-Sep-02 15:50 
GeneralRe: CRichEditCtrl and URL link … Pin
Hadi Rezaee4-Sep-02 12:33
Hadi Rezaee4-Sep-02 12:33 
GeneralRe: CRichEditCtrl and URL link … Pin
Matthew R. Miller4-Sep-02 15:53
Matthew R. Miller4-Sep-02 15:53 
GeneralRe: CRichEditCtrl and URL link … Pin
Matthew R. Miller4-Sep-02 15:57
Matthew R. Miller4-Sep-02 15:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.