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

Database

 
QuestionHow can save List in MS-Access Database? Pin
Le@rner18-May-08 22:02
Le@rner18-May-08 22:02 
QuestionGet unique value in INNER JOIN in SQL server 2005 query Pin
salon18-May-08 20:49
salon18-May-08 20:49 
AnswerRe: Get unique value in INNER JOIN in SQL server 2005 query Pin
Alsvha18-May-08 20:54
Alsvha18-May-08 20:54 
AnswerRe: Get unique value in INNER JOIN in SQL server 2005 query Pin
Blue_Boy18-May-08 21:22
Blue_Boy18-May-08 21:22 
AnswerRe: Get unique value in INNER JOIN in SQL server 2005 query Pin
Vinay Dornala19-May-08 19:48
Vinay Dornala19-May-08 19:48 
QuestionAttaching a sql server database Pin
hadad18-May-08 20:19
hadad18-May-08 20:19 
AnswerRe: Attaching a sql server database Pin
Alsvha18-May-08 20:30
Alsvha18-May-08 20:30 
QuestionOCCI's functions which return a STL object lead errors when deconstructing the STL object Pin
eat_union18-May-08 19:44
eat_union18-May-08 19:44 
the error is _CrtIsValidHeapPointer function returning FALSE.
for example:

<pre>ResultSet *rs = stmt->executeQuery();
int nCol = 0;
{
vector<MetaData> vMetaData = rs->getColumnListMetaData();
nCol = (int) vMetaData.size();
} //now deconstructing vMetaData, the error is like this:</pre>

Debug Assertion Failed!
Program: ...
File: dbgheap.c
Ling: 1132
Expression: _CrtIsValidHeapPointer(pUserData)

windwosXP sp3 vs.net 2003
Oracle11g OCCI
AnswerRe: OCCI's functions which return a STL object lead errors when deconstructing the STL object Pin
Mike Dimmick19-May-08 2:39
Mike Dimmick19-May-08 2:39 
GeneralRe: OCCI's functions which return a STL object lead errors when deconstructing the STL object Pin
eat_union19-May-08 15:09
eat_union19-May-08 15:09 
QuestionSQL ordering Pin
tom groezer18-May-08 13:29
tom groezer18-May-08 13:29 
AnswerRe: SQL ordering Pin
leckey18-May-08 16:17
leckey18-May-08 16:17 
AnswerRe: SQL ordering Pin
Mycroft Holmes18-May-08 16:28
professionalMycroft Holmes18-May-08 16:28 
AnswerRe: SQL ordering Pin
Blue_Boy18-May-08 17:53
Blue_Boy18-May-08 17:53 
QuestionMySQL 5.0 Variables Pin
Sivu18-May-08 11:47
Sivu18-May-08 11:47 
AnswerRe: MySQL 5.0 Variables Pin
Blue_Boy18-May-08 18:07
Blue_Boy18-May-08 18:07 
GeneralRe: MySQL 5.0 Variables Pin
Sivu18-May-08 23:16
Sivu18-May-08 23:16 
QuestionWTF is LINENO in T-SQL? Pin
Brady Kelly18-May-08 9:22
Brady Kelly18-May-08 9:22 
AnswerRe: WTF is LINENO in T-SQL? Pin
Alsvha18-May-08 20:51
Alsvha18-May-08 20:51 
GeneralRe: WTF is LINENO in T-SQL? Pin
Brady Kelly18-May-08 22:33
Brady Kelly18-May-08 22:33 
GeneralLine Numbering in Query Results Pin
Brady Kelly18-May-08 8:20
Brady Kelly18-May-08 8:20 
GeneralRe: Line Numbering in Query Results Pin
Brady Kelly18-May-08 9:21
Brady Kelly18-May-08 9:21 
GeneralRe: Line Numbering in Query Results Pin
Mycroft Holmes18-May-08 16:10
professionalMycroft Holmes18-May-08 16:10 
GeneralRe: Line Numbering in Query Results Pin
Brady Kelly18-May-08 21:54
Brady Kelly18-May-08 21:54 
Questionupdate comand of a scheduler????? Pin
mr.mohsen18-May-08 5:30
mr.mohsen18-May-08 5:30 

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.