CuriousGeorge
Registered User.
- Local time
- Today, 18:46
- Joined
- Feb 18, 2011
- Messages
- 131
Hi,
Im new to databases and so far ive only made a simple database with help from menus in access with help from an example in handbook (customers contacts etc).
What i want to do is to create a database where i can store datafiles which contains decimal numbers. Each file has 14 columns and approx. 25-30000 rows. Every new file should be stored on the next empty row etc. THe files are currently in binary form which ive a c program which is converting to decimals. So this code has also to be read in, in some way.I also want to be able to do some operations on these datafiles allthough i havent specified those yet.
My question is; how do i approach this? Is it possible to do it only by using access program and its menus? Or do i write code on my own, i.e c-coding+sql-coding which communicates with access? Ive been trying to google to see examples where there are code with both c-code,sql-code and database. I dont see how everything is working together. Do i first write my code and then create the menu-system in access (UI)?
LOts of questions, hope anyone can help.
Thank u
Im new to databases and so far ive only made a simple database with help from menus in access with help from an example in handbook (customers contacts etc).
What i want to do is to create a database where i can store datafiles which contains decimal numbers. Each file has 14 columns and approx. 25-30000 rows. Every new file should be stored on the next empty row etc. THe files are currently in binary form which ive a c program which is converting to decimals. So this code has also to be read in, in some way.I also want to be able to do some operations on these datafiles allthough i havent specified those yet.
My question is; how do i approach this? Is it possible to do it only by using access program and its menus? Or do i write code on my own, i.e c-coding+sql-coding which communicates with access? Ive been trying to google to see examples where there are code with both c-code,sql-code and database. I dont see how everything is working together. Do i first write my code and then create the menu-system in access (UI)?
LOts of questions, hope anyone can help.
Thank u