Wed, 18 Jun 1902 08:00:00 GMT
D4/MS SQL oddity -- any clues?
Hi all, I have an MS SQL-7 table (Usage) with 3 fields (ACCOUNT, FILES, MB) using 'SELECT * FROM Usage' in MS Query analyzer shows the three fields and the rows in the Usage table. Using the same SQL statement in a TQuery connecting to the same table will show only the FILES and MB fields and their data. If the TQuery SQL is 'SELECT ACCOUNT from Usage' I get a blank column header with lots of blank rows. A join using another table on the ACCOUNT field will work, returning the matching rows, but still no ACCOUNT column. I'm using Delphi4 C/S with update pack3 installed. Any clues? Thanks, Myron -------------------------------------------------------------------------- C. Myron Ware Senior Prog/Analyst, CNE http://www.geocities.com/Colosseum/1370/
|