Click here to Skip to main content
15,798,111 members
Home / Discussions / Database
   

Database

 
GeneralRe: Dealing with special characters in SQL queries Pin
Colin Angus Mackay26-Aug-04 13:01
Colin Angus Mackay26-Aug-04 13:01 
GeneralRe: Dealing with special characters in SQL queries Pin
mikasa27-Aug-04 4:05
mikasa27-Aug-04 4:05 
AnswerRe: Dealing with special characters in SQL queries Pin
ToolJoe11-Aug-09 11:50
ToolJoe11-Aug-09 11:50 
QuestionWhat's faster? Pin
Chodici Mrkev24-Aug-04 21:46
Chodici Mrkev24-Aug-04 21:46 
GeneralDELETE table, ignore key constraints Pin
Christian Graus24-Aug-04 13:54
protectorChristian Graus24-Aug-04 13:54 
Questionhow do I write to an access DB using ADO & VisualC++ ? Pin
Eduardo M. Rey24-Aug-04 9:48
Eduardo M. Rey24-Aug-04 9:48 
AnswerRe: how do I write to an access DB using ADO & VisualC++ ? Pin
S Sansanwal24-Aug-04 12:23
S Sansanwal24-Aug-04 12:23 
GeneralUsing ADO with Visual C++ Pin
Eduardo M. Rey24-Aug-04 9:41
Eduardo M. Rey24-Aug-04 9:41 
I am referencing the libraries from msado15.dll and retreiving data from an access database using visual C++. I have already connected succesfully to the DB, and can read data. I use the following command to retreive information from a particular field in the table:
my_String = _strdup((char*) ((_bstr_t)(pConnectRead->GetFields()->GetItem("nom_medico")->GetValue())) );

How do i write a boolean value to a field, once i have established connection to the DB and currently in the row of interest.Confused | :confused:




Eduardo M. Rey
GeneralRe: Using ADO with Visual C++ Pin
S Sansanwal24-Aug-04 12:27
S Sansanwal24-Aug-04 12:27 
GeneralRe: Using ADO with Visual C++ Pin
Eduardo M. Rey25-Aug-04 5:18
Eduardo M. Rey25-Aug-04 5:18 
GeneralStored Proc to add a new Record and return an AutoValue Pin
matthias s.24-Aug-04 8:49
matthias s.24-Aug-04 8:49 
GeneralRe: Stored Proc to add a new Record and return an AutoValue Pin
Colin Angus Mackay24-Aug-04 11:21
Colin Angus Mackay24-Aug-04 11:21 
GeneralRe: Stored Proc to add a new Record and return an AutoValue Pin
cmk24-Aug-04 13:08
cmk24-Aug-04 13:08 
GeneralCreate Table, Default Value Pin
si_6924-Aug-04 1:37
si_6924-Aug-04 1:37 
GeneralRe: Create Table, Default Value Pin
Anonymous24-Aug-04 3:54
Anonymous24-Aug-04 3:54 
GeneralRe: Create Table, Default Value Pin
S Sansanwal24-Aug-04 12:18
S Sansanwal24-Aug-04 12:18 
QuestionHow do I run my SQL script from .msi ?? Pin
IrishSonic23-Aug-04 23:20
IrishSonic23-Aug-04 23:20 
AnswerRe: How do I run my SQL script from .msi ?? Pin
Colin Angus Mackay23-Aug-04 23:30
Colin Angus Mackay23-Aug-04 23:30 
GeneralRe: How do I run my SQL script from .msi ?? Pin
IrishSonic24-Aug-04 1:39
IrishSonic24-Aug-04 1:39 
QuestionUpdate database from a XML dataset file ? Pin
zWyThoS23-Aug-04 12:22
zWyThoS23-Aug-04 12:22 
AnswerRe: Update database from a XML dataset file ? Pin
S Sansanwal23-Aug-04 13:17
S Sansanwal23-Aug-04 13:17 
AnswerRe: Update database from a XML dataset file ? Pin
mikasa25-Aug-04 12:27
mikasa25-Aug-04 12:27 
QuestionDISTINCT values of Datatable columns??? Pin
mittalpa23-Aug-04 11:43
mittalpa23-Aug-04 11:43 
AnswerRe: DISTINCT values of Datatable columns??? Pin
S Sansanwal23-Aug-04 13:24
S Sansanwal23-Aug-04 13:24 
GeneralRe: DISTINCT values of Datatable columns??? Pin
mittalpa24-Aug-04 4:23
mittalpa24-Aug-04 4:23 

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.