Click here to Skip to main content
15,895,283 members
Home / Discussions / Database
   

Database

 
GeneralHelp with SQL statement Pin
Simon Poon18-May-04 15:08
Simon Poon18-May-04 15:08 
GeneralRe: Help with SQL statement Pin
Mike Ellison18-May-04 20:01
Mike Ellison18-May-04 20:01 
Generaldisconnect features of ADO.NET Pin
vcorn18-May-04 5:59
vcorn18-May-04 5:59 
GeneralAccess database diagnostic app Pin
LukeV18-May-04 5:37
LukeV18-May-04 5:37 
Generalupdating database Pin
RomanD17-May-04 16:00
RomanD17-May-04 16:00 
GeneralRe: updating database Pin
Aryadip19-May-04 1:49
Aryadip19-May-04 1:49 
GeneralRe: updating database Pin
Anonymous19-May-04 5:45
Anonymous19-May-04 5:45 
QuestionHow to build a DataBase of data types (int, char, struct, …)? Pin
Michigan185417-May-04 3:44
Michigan185417-May-04 3:44 
How to build a DataBase of data types (int, char, struct, …)?

I would like to build an ACCESS DataBase, containing information about all the data types we use.

For example:

Suppose, we have the following C/C++ code;

typedef char ARRAY_8_BYTES[8];

struct Foo1
{
int a[20];
int b;
ARRAY_8_BYTES a6;
char a[8];
};

struct Foo2
{
Foo1 foo1;
Foo1 *pFoo1;
char c[12];
};

Ideally, I’d like to have an ACCESS DataBase, containing data about the Foo1, Foo2 structures. So, I would be able to build a program, which uses this data base and (for instance) generates automatically the C code structure definitions above.

The questions I ask myself are:

1) How to organize data which is hierarchical by nature using a relational
data base such as ACCESS?
2) Are they better solutions than using ACCESS to solve this kind of
problem?
3) Do you know about other databases or commercial softwares that permit to
do this?
4)Could you please give me either a precise answer or links which can help me?

Many, many Thanks.



AnswerRe: How to build a DataBase of data types (int, char, struct, …)? Pin
ekolis25-May-04 9:10
ekolis25-May-04 9:10 
GeneralRe: How to build a DataBase of data types (int, char, struct, …)? Pin
Michigan185426-May-04 20:14
Michigan185426-May-04 20:14 
GeneralShrink Database Pin
mhmoud rawas16-May-04 22:52
mhmoud rawas16-May-04 22:52 
GeneralRe: Shrink Database Pin
mtone18-May-04 7:25
mtone18-May-04 7:25 
Generalhelp Pin
romadoma14-May-04 12:04
romadoma14-May-04 12:04 
GeneralRe: help Pin
Mazdak14-May-04 21:07
Mazdak14-May-04 21:07 
GeneralHelp with SQL statement Pin
xfitr214-May-04 7:04
xfitr214-May-04 7:04 
GeneralRe: Help with SQL statement Pin
Mike Ellison18-May-04 6:28
Mike Ellison18-May-04 6:28 
GeneralHelp...Datagrid and Ado question Pin
gen2314-May-04 0:17
gen2314-May-04 0:17 
QuestionHow to run a CS program at client without SQL Server! Pin
tuliplanetrain13-May-04 22:50
tuliplanetrain13-May-04 22:50 
AnswerRe: How to run a CS program at client without SQL Server! Pin
Aryadip14-May-04 1:13
Aryadip14-May-04 1:13 
GeneralRe: How to run a CS program at client without SQL Server! Pin
tuliplanetrain16-May-04 23:28
tuliplanetrain16-May-04 23:28 
AnswerRe: How to run a CS program at client without SQL Server! Pin
mtone17-May-04 9:41
mtone17-May-04 9:41 
GeneralRe: How to run a CS program at client without SQL Server! Pin
tuliplanetrain17-May-04 15:36
tuliplanetrain17-May-04 15:36 
GeneralRe: How to run a CS program at client without SQL Server! Pin
mtone18-May-04 7:07
mtone18-May-04 7:07 
Generalspaces in SQL Server Columns (C#,VB.net) Pin
Itanium13-May-04 20:34
Itanium13-May-04 20:34 
GeneralRe: spaces in SQL Server Columns (C#,VB.net) Pin
mtone25-May-04 3:00
mtone25-May-04 3:00 

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.