SELECT doesn't work well

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tomekw

SELECT doesn't work well

Post by tomekw » 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!)

tomekw

Post by tomekw » Tue 31 May 2005 17:22

oki, I know everything.. I've got trial version :P

I must read ReadMe files ;)

Post Reply