SELECT doesn't work well
Posted: Tue 31 May 2005 11:22
Hi! I'm sorry if I doublig this subject, but I didn't find it. My problem is with SELECT data from database. Look under
this is one table in ma database:
clients
=======
client_id
first_name
second_name
last_name
year_of_birth
street
number_of_house
postal_code
city
and this is query:
SELECT * FROM clients;
and the result is like this:
CLIENT_ID FIRST_NAME SECOND_NAME LAST_NAME YEAR_OF_BIRTH STREET NUMBER_OF_HOUSE POSTAL_CODE CITY
----------------------------------------------------------------------------------------------------------------
1 john gregory scott 1969
2 anna NULL brown 1980
My question is: why the OCL doesn't select the rest of data in every row from database? (I'm working with MSVC6 and including all libraries you suggest!)
this is one table in ma database:
clients
=======
client_id
first_name
second_name
last_name
year_of_birth
street
number_of_house
postal_code
city
and this is query:
SELECT * FROM clients;
and the result is like this:
CLIENT_ID FIRST_NAME SECOND_NAME LAST_NAME YEAR_OF_BIRTH STREET NUMBER_OF_HOUSE POSTAL_CODE CITY
----------------------------------------------------------------------------------------------------------------
1 john gregory scott 1969
2 anna NULL brown 1980
My question is: why the OCL doesn't select the rest of data in every row from database? (I'm working with MSVC6 and including all libraries you suggest!)