Select * returns Unspecified error, but Select ID WORKS --- Help !!!!
From: Chad (cwortham_at_flwoutdoors.com)
Date: 01/11/04
- Next message: Chad: "Select * returns Unspecified Error, but Select ID WORKS ... HELP"
- Previous message: Guillem: "ADO threadsafe?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 11 Jan 2004 10:18:02 -0800
I am trying to track down why Delphi and ADO is having a problem
trying to select records.
I am connecting to Sybase database, when I try to perform the
following query "Select * from Orders" I get Unspecified error. But if
I spell out the columns it works "Select OrderID, OrderDesc, OrderQty
from Orders".
Can anybody tell me why and what to do fix the problem.
Also Select * worked at first, but now it craps out.
Thanks,
Chad
- Next message: Chad: "Select * returns Unspecified Error, but Select ID WORKS ... HELP"
- Previous message: Guillem: "ADO threadsafe?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|