That's the other thing. You should tell me this, not make some other stuff out of it. So, every row in your DB has data of one victim. This is correct.
So in the first box you would just list all the surnames like:
"select Surname from victims"
Than you will have to select names spacific for one...
I think in is pointless to store all these in a single table that way.
This would mean that field values in one row of your have something common, but they do not!
You would probably want to link 'types' (I assume this is the engine volume with my small knowledge of cars) with car models...
I was trying to do this a long time, but with no success.
my code:
#include <windows.h>
using namespace std;
char* ClassName = "mywindowclass";
HWND hMain = NULL;
HWND hChild1 = NULL;
HWND hChild2= NULL;
LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{...
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.