From: Carlos G. A. <car...@te...> - 2003-07-08 11:31:34
|
Hello: > When I am trying to execute following query, it successfully executes > through IBConsole > > "select * from English order by English.var DESC" > > But, when executed through ASP.Net & tried to use a data adapter, > dataset, datatable, I get the following error : > > "variable is neither a DataColumn nor a DataRelation for table English." > > Only one row is displayed in the data grid. And above error msg I've > trapped. > > Can anybody tell the solution. Can you send the complete structure of English table ?? Have you tested if you can create a datareader an access all field values ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain |