Click here to Skip to main content
15,919,245 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionVersion Info in C++/CLI assemblies Pin
Bartosz Bien27-Jul-07 11:07
Bartosz Bien27-Jul-07 11:07 
GeneralRe: Version Info in C++/CLI assemblies Pin
screanjap27-Apr-08 7:41
screanjap27-Apr-08 7:41 
QuestionWhy does Font class need full qualification? Pin
BuckBrown27-Jul-07 10:28
BuckBrown27-Jul-07 10:28 
AnswerRe: Why does Font class need full qualification? Pin
Bartosz Bien27-Jul-07 10:51
Bartosz Bien27-Jul-07 10:51 
AnswerRe: Why does Font class need full qualification? Pin
Mark Salsbery27-Jul-07 12:44
Mark Salsbery27-Jul-07 12:44 
QuestionWhy do some classes need full qualification Pin
BuckBrown27-Jul-07 10:26
BuckBrown27-Jul-07 10:26 
QuestionOpenEx problem Pin
CodeMaster_0527-Jul-07 4:15
CodeMaster_0527-Jul-07 4:15 
AnswerRe: OpenEx problem Pin
Mark Salsbery27-Jul-07 7:14
Mark Salsbery27-Jul-07 7:14 
First, you're in the wrong forum if you're not using Managed C++/CLI.

Connection strings vary, depending on the ODBC driver you're using, and are generally documented
somewhere.

For example, when using the SQL Native Client for SQL Server, there's:

Using Connection String Keywords with SQL Native Client[^]

Also, CDatabase and related classes use exceptions for error handling. You'll probably want to catch
those exceptions and at least examine them - they provide fairly detailed error info from the ODBC
driver.

Mark




Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: OpenEx problem Pin
CodeMaster_0527-Jul-07 9:43
CodeMaster_0527-Jul-07 9:43 
GeneralRe: OpenEx problem Pin
Mark Salsbery27-Jul-07 9:49
Mark Salsbery27-Jul-07 9:49 
GeneralRe: OpenEx problem Pin
Mark Salsbery27-Jul-07 9:54
Mark Salsbery27-Jul-07 9:54 
GeneralRe: OpenEx problem Pin
CodeMaster_0527-Jul-07 10:03
CodeMaster_0527-Jul-07 10:03 
QuestionCreateProcess with write permission Pin
slasktrat26-Jul-07 10:25
slasktrat26-Jul-07 10:25 
QuestionProblem in reading data from any hardware device like Time access machine Pin
pathak7825-Jul-07 22:47
pathak7825-Jul-07 22:47 
AnswerRe: Problem in reading data from any hardware device like Time access machine Pin
jhwurmbach25-Jul-07 22:56
jhwurmbach25-Jul-07 22:56 
QuestionCLI inheritance Pin
vibindia25-Jul-07 17:29
vibindia25-Jul-07 17:29 
AnswerRe: CLI inheritance Pin
Christian Graus25-Jul-07 17:34
protectorChristian Graus25-Jul-07 17:34 
AnswerRe: CLI inheritance Pin
led mike26-Jul-07 4:46
led mike26-Jul-07 4:46 
GeneralRe: CLI inheritance Pin
Mark Salsbery26-Jul-07 5:05
Mark Salsbery26-Jul-07 5:05 
QuestionArray of string Pin
abbd25-Jul-07 15:04
abbd25-Jul-07 15:04 
AnswerRe: Array of string Pin
Mark Salsbery25-Jul-07 15:20
Mark Salsbery25-Jul-07 15:20 
QuestionRe: Array of string Pin
abbd25-Jul-07 15:54
abbd25-Jul-07 15:54 
AnswerRe: Array of string Pin
Mark Salsbery25-Jul-07 16:11
Mark Salsbery25-Jul-07 16:11 
QuestionRe: Array of string Pin
abbd25-Jul-07 17:11
abbd25-Jul-07 17:11 
AnswerRe: Array of string Pin
Mark Salsbery25-Jul-07 17:15
Mark Salsbery25-Jul-07 17:15 

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.