Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

saving structures in a database and retrieve the fields data

Status
Not open for further replies.

bhan1992

Member level 1
Joined
Feb 25, 2012
Messages
34
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,511
hi, i have a few structure eg

s(1).name = 'james';

s(1).num = 999;

s(2).name = 'hoper';

s(2).num = 111;

i want to save all of this this a database.

the next time i want to find the attributes, for example i find hoper in the database, i want the corresponding structure field .num to be displayed.

how can i do the above tasks? help..

thank you for your reply
 

the next time i want to find the attributes, for example i find hoper in the database, i want the corresponding structure field .num to be displayed.

what database are you using? or is it a flat file?

why do you want this? display how? where?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top