hi,
the class listed below is used to access a sqlite database.
read data from database or insert or update data works fine.delete however does not.
what I want to do is delete one record by given id from one table (where it's the primary key) and all records by given id from a second table.
on...
hi again,
first of all thanks to all of you for your comments.
some data : board is asrock-k8upgrade-nf3 (since asrock states that this model is NOT sold world wide, I don't know if you are familiar with it.
there's no on-board graphics, so the only part attached right now is the gforce graphics...
os is winxp, sp3 which is frequently used. the last time I did so it came up with the extended boot menu.
I selected 'normal start' and it shut down. tried again, same thing.
replaced the hdd, tried to install winxp, first step it does, then install process restarts pc, I see winxp logo for half...
hi,
i need some help in graphics display of bitmap.
i load a bitmap from file, resize it and display it. when form is closed the bitmap is save to a config-file as byte[].
when i load the bitmap from config-file i get the following exception :
"rotatedImage.Palette" caused excetion of type...
hi,
hope there's somebody around in the world of web-programming who remembers old BASIC and MASM.
here is what i got :
compiled BASIC-program start.exe
compiled BASIC program prog1.exe
three libraries of asm-modules
asm.lib, prog.lib and start.lib, where asm is the base-library. prog needs...
instead of the directory structure you can can use
structures (or classes) and store the data in ONE file.
for that you'll have to study access to binary file.
or try serialization with class-data
hi,
void f(MyStruct* p)
{
p = new MyStruct;
}
is called like this : f(ptr1);
with ptr1 declared as MyStruct* ptr1;
I think passing the pointer as above is incorrect 'cause
p has a correct value but ptr1 is 0 after the function
call.
so what's wrong ?
thanks in advance
hi, great site but no solution to my problem
I will describe it differntly:
func1(char*, int(*)()) is hidden somewhere in an old c-library
the 2nd argument of func1 is a pointer to
func2(char**, char**)
both functions are declared in the c++-app using 'extern C'
I must, however, declare func1...
Hi good morning (well, at least here in germany it's morning)
now it's more than a day I've been trying to solve the following problem :
from c++-application I call extern function func1
func1 has as argument pointer to func2.
i cannot modify func1 and func2
however I'm unable to set the...
interesting indeed,
I could produce the same result in one of my apps
Maybe it's an attemted auto-mechanism that doesn't build
the string correctly or the message-box-string is build
incorrectly.
other explications ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.