Database
A database is a structured collection of records or data.
Language
Any
Platform
Embedded
Remove
License
Any
Thanks for the reply!
I unfortunately wont be able to implement threads, its an embedded
system with no RTOS. One idea i had was to contnue with the structure i have but use an Array of structures....
Moved post to Embedded C/C++.
HC(S)12 happens to be the mcu I work with almost every day, so feel free to ask any questions about it on this board.
---
Yes, you need to define all those...
: Hello
:
: I have some Java and embedded HTML code in a servlet which is asking
: the user to enter a value as below:
:
: out.println("");
: out.println("Pick slope for graph type" +
:...
Hello
I have some Java and embedded HTML code in a servlet which is asking the user to enter a value as below:
out.println("");
out.println("Pick slope for graph type" +
"");
out...
: There are ways to get around the issue. http://www.beyondlogic.org/
: has a solution. The reason why you aren't allowed to direct access
: things in Windows is a mix between "too many morons...
: : You're not allowed to directly access memory in Windows.
: : Basically, the memory block you are accessing isn't yours and thus
: : the CPU+Windows put a stop to the read operation.
: :
: :...
: You're not allowed to directly access memory in Windows.
: Basically, the memory block you are accessing isn't yours and thus
: the CPU+Windows put a stop to the read operation.
:
: You...
I need code which can be embedded on a webpage and can search for a number in a database stored on the same server like shooting an sql statement if someone can help.the database even if access will...
I need code which can be embedded on a webpage and can search for a number in a database stored on the same server like shooting an sql statement if someone can help.the database even if access will...
I have 2 selection boxes, that when either are checked, I want them to generate information from that record onto a report. My SQL code is working for filtering one selection box, but I am having...
: Hi,
:
: I'm trying to build a framework that includes a database and I have no clue how to code SQL into Java code. I know there is embedded SQL but thats about it!!
:
: Does anyone have any...
Hi,
I'm trying to build a framework that includes a database and I have no clue how to code SQL into Java code. I know there is embedded SQL but thats about it!!
Does anyone have any sample...
: hello got an access db where i have 6 colums and i need to display the highest value for each colum tried the math.max method but it only does it for two values can anyone help me please
:
If...
Hi!
I use firebird embedded database engine for an applicaition which deals with over 3.5 million rows of data in a particular table.
My problem is, that even if I optimize the data table with...
i am a rookie in embedded sql programming .i would like to know what is the precompiler option requird for embedding sql in c/c++.further what are the header files to be included and from where can...
Is it possible to change a define from a running 'exe' compiled in Turbo C. Im using a GUI created using turbo c++, and want to change the modbus slave address on the fly of the GUI. The embedded...
m_hInstance;
How can I access this resource?
Thanks,
Royce
: Hello,
: at the moment I use TP7.0 to write and compile my code for a dos based embedded system. Now I searching for a Editor/Compiler that run under WindosXP AND which i can generate 16-bit...
: So the "The address bus" is responsible to read the memory by given address? If so or not so, i still ask: how the memory address is going to be located by the reader whatever it is what reads?...