Hullo all :)

This is a CFGRIDUPDATE tag that I've written.

<cfgridupdate grid="vehicletable"
              datasource="relora"
              tablename="vehicle_tbl"
              dbtype="Oracle80"
              keyonly="No">

When it is run, I get this odd error:

The table 'vehicle_tbl' contained no columns in the grid 'RELORA'.
This error may have been caused by not specifying the table name in the
format which the ODBC data source expects (e.g. SQL Server table names
must be qualified with the database name and table owner, as in
'customers.dbo.orders').

The error occurred while processing an element with a general identifier
of (CFGRIDUPDATE), occupying document position (44:1) to (44:109) in the
template file admin_vehicletable.cfm.

All the columns that I named in my CFGRID are from the vehicle_tbl table
and are spelt properly etc. 

I honestly can't figure out what the problem is, does anyone have any
ideas?

Thanks,
-Gel


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to