Click here to Skip to main content
15,908,264 members
Home / Discussions / Database
   

Database

 
GeneralRe: Disable ODBC default settings Pin
Mike Dimmick13-Oct-04 12:38
Mike Dimmick13-Oct-04 12:38 
Generalregd MSSQL database connection Pin
Anonymous12-Oct-04 18:55
Anonymous12-Oct-04 18:55 
GeneralRe: regd MSSQL database connection Pin
Colin Angus Mackay12-Oct-04 23:54
Colin Angus Mackay12-Oct-04 23:54 
QuestionHelp! Using a Palm III as a network conn.? Pin
...---...12-Oct-04 6:06
...---...12-Oct-04 6:06 
AnswerRe: Help! Using a Palm III as a network conn.? Pin
Christian Graus14-Oct-04 10:11
protectorChristian Graus14-Oct-04 10:11 
GeneralAddNew(); Pin
Stgt12-Oct-04 4:11
Stgt12-Oct-04 4:11 
GeneralRe: AddNew(); Pin
Stgt13-Oct-04 22:48
Stgt13-Oct-04 22:48 
GeneralRe: AddNew(); Pin
Anonymous13-Oct-04 22:49
Anonymous13-Oct-04 22:49 
void CAdoDatabaseDoc::AddNew()
{


try
{

// Kann ein neuer Datensatz hinzugefügt werden?
if (m_ptrRs->Supports(adAddNew))
{

m_ptrRs->AddNew();

m_ptrRs->Update();


//Leeren Datensatz hinzufügen
//m_piAdoRecordBinding->AddNew(&m_rsRecSet);

//COleDateTime dtBlank;

//strcpy(m_rsRecSet.m_szLastName, " " );
//strcpy(m_rsRecSet.m_szFirstName, " " );
//strcpy(m_rsRecSet.m_szAge, " " );
//m_rsRecSet.m_dtAuswertedatum = (DATE)dtBlank;
//m_rsRecSet.m_dtVersuchsdatum = (DATE)dtBlank;
//strcpy(m_rsRecSet.m_szLieblingsfarbe, " " );


//Aktuellen Datensatz aktualisieren
//m_piAdoRecordBinding->Update(&m_rsRecSet);


}

}



// Fehler?
catch (_com_error &e)

{
// Fehlermeldung generieren
GenerateError(e.Error(), e.Description());
}


}
GeneralConnection Object Pin
EdbertP11-Oct-04 20:29
EdbertP11-Oct-04 20:29 
GeneralRe: Connection Object Pin
Colin Angus Mackay11-Oct-04 22:55
Colin Angus Mackay11-Oct-04 22:55 
GeneralRe: Connection Object Pin
EdbertP12-Oct-04 14:20
EdbertP12-Oct-04 14:20 
GeneralRe: Connection Object Pin
Colin Angus Mackay12-Oct-04 21:16
Colin Angus Mackay12-Oct-04 21:16 
GeneralRe: Connection Object Pin
EdbertP13-Oct-04 17:17
EdbertP13-Oct-04 17:17 
GeneralUnicode to Big-5 conversion (Any ideas?) Pin
Its due when11-Oct-04 20:06
Its due when11-Oct-04 20:06 
Generalexcel and oledbexception Pin
its_skar11-Oct-04 15:34
its_skar11-Oct-04 15:34 
QuestionUnforseen problem? Pin
Jerry Hammond11-Oct-04 5:50
Jerry Hammond11-Oct-04 5:50 
AnswerRe: Unforseen problem? Pin
Colin Angus Mackay11-Oct-04 6:05
Colin Angus Mackay11-Oct-04 6:05 
GeneralRe: Unforseen problem? Pin
Mike Dimmick11-Oct-04 9:59
Mike Dimmick11-Oct-04 9:59 
GeneralRe: Unforseen problem? Pin
Colin Angus Mackay11-Oct-04 10:08
Colin Angus Mackay11-Oct-04 10:08 
GeneralRe: Unforseen problem? Pin
Mike Dimmick11-Oct-04 10:31
Mike Dimmick11-Oct-04 10:31 
QuestionAre distributed transactions in MS Access possible ? Pin
Daniel Kailer11-Oct-04 4:13
Daniel Kailer11-Oct-04 4:13 
AnswerRe: Are distributed transactions in MS Access possible ? Pin
Vasudevan Deepak Kumar13-Oct-04 2:36
Vasudevan Deepak Kumar13-Oct-04 2:36 
Generalmysql with asp.net Pin
hazzem elrefai11-Oct-04 1:48
hazzem elrefai11-Oct-04 1:48 
GeneralRe: mysql with asp.net Pin
Colin Angus Mackay11-Oct-04 2:33
Colin Angus Mackay11-Oct-04 2:33 
GeneralRe: mysql with asp.net Pin
Gavin Jeffrey11-Oct-04 3:27
Gavin Jeffrey11-Oct-04 3:27 

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.