AKB Forums

Go Back   AKB Forums > Technical sections > Languages, Compilers and Interpreters > C/C++
Home Register Blogs FAQ Members List Calendar Downloads Arcade Mark Forums Read

Troubles when posting message? Click here! :: Проблемы с отправлением сообщения? Нажмите сюда!

Reply
 
LinkBack Thread Tools Display Modes
Old May 2, 2006, 10:36   #1
Младенец
 
Join Date: Apr 2006
Location: Mauritius
Posts: 12
Rep Power: 0
Reputation: 10
C++ Builder 6 - Database Search

Hi,
I have a table called event in my database.
I have 2 fields called Event_Id and Project_Id.
I want to search the table to find out if there's event_id=27 for a project_id.

Kind Regards,
Rowin
Rowin is offline   Reply With Quote Quote selected
Old May 2, 2006, 13:16   #2
Младенец
 
tiko_www's Avatar
 
Join Date: Mar 2006
Location: Yerevan
Posts: 20
Rep Power: 0
Reputation: 10
Re: C++ Builder 6 - Database Search

CDatabase* pDatabase ;
...
...
CRecordset m_rs (pDatabase);

m_rs.Open(AFX_DB_USE_DEFAULT_TYPE, "select project_id from table_name where event_id = 27", NULL);

or

m_rs.Open();
m_rs.m_strFilter = "event_id = 27";
m_rs.Requery();


CDBVariant varValue;

while(!m_rs.IsEOF())
{
m_rs.GetFieldValue(2/*2 is column*/, varValue );
...
//cout << varValue.m_lVal;
...

m_rs.MoveNext();
}

Last edited by tiko_www : May 2, 2006 at 14:11.
tiko_www is offline   Reply With Quote Quote selected
Old May 2, 2006, 21:10   #3
Грустно...
 
Agregat's Avatar
 
Join Date: Aug 2002
Location: Там, где всегда идут дожди
Posts: 21,546
Rep Power: 11
Reputation: 169
Send a message via ICQ to Agregat Send a message via MSN to Agregat
Re: C++ Builder 6 - Database Search

Not sure how MFC fits inside BCB, but whatever
__________________
http://аvitya.livejournal.com
Хотели, как лучше, а получилось даже хуже...
Лозунг шахматиста: На каждый шах - ответим матом!
Agregat is offline   Reply With Quote Quote selected
Old May 3, 2006, 09:09   #4
Младенец
 
Join Date: Apr 2006
Location: Mauritius
Posts: 12
Rep Power: 0
Reputation: 10
Re: C++ Builder 6 - Database Search

Thanks, I'll try it.

Kind Regards,
Rowin
Rowin is offline   Reply With Quote Quote selected
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Download Free Ebooks (Computers, Physics, Math and more) acid TWARM 220 Jul 28, 2008 04:16
C++ Builder 6 - DateTimePicker Rowin C/C++ 2 May 2, 2006 04:22
C++ Builder 6 and Crystal Report Rowin C/C++ 13 Apr 28, 2006 12:25
Inspiration, imitation or innovation - how do designers create unique identities? aramx Web sites 1 Jan 16, 2006 13:45
SQL Database administrator/ web developer {I} Jobs 0 Aug 25, 2005 09:18


All times are GMT. The time now is 14:21.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
This board was founded on September 29, 2001
Powered by Viper Internet

Affordable Web Hosting | ParevNet

Buy text link