crystalvictim
Programmer
Hi,
does anybody happen to have expierence using sql commands in CR10 in combination with accessing data that is stored in an excel sheet?
What I'd like to do is to create an sql command that not only selects certain columns from the excel sheet but also does some initial conversion (i.e. stuff like retrieving portions of the field by using functions such as left/right etc.).
I've tried to figure out for myselft how to do this and found some hints in the documentation but it doesn't seem to work, so I'd appreciate somebody giving me a brief sample code on how to use sql commands with excel.
Trying statements such as:
select 'tablename'.'fieldname' from 'tablename' tablename results in an errormessage saying "DAO Error Code: 0xd7a" "Syntax error in query. Query is incomplete". Adding a WHERE-Clause doesn't help either :-(
Thanks in advance!
does anybody happen to have expierence using sql commands in CR10 in combination with accessing data that is stored in an excel sheet?
What I'd like to do is to create an sql command that not only selects certain columns from the excel sheet but also does some initial conversion (i.e. stuff like retrieving portions of the field by using functions such as left/right etc.).
I've tried to figure out for myselft how to do this and found some hints in the documentation but it doesn't seem to work, so I'd appreciate somebody giving me a brief sample code on how to use sql commands with excel.
Trying statements such as:
select 'tablename'.'fieldname' from 'tablename' tablename results in an errormessage saying "DAO Error Code: 0xd7a" "Syntax error in query. Query is incomplete". Adding a WHERE-Clause doesn't help either :-(
Thanks in advance!