| |
| What does the error 'Token not found' |
 |
I have a TQuery and TDataSource. In the TStrings property of the TQuery I have 'SELECT * FROM dbo.AnyTable' where dbo is the database on my SQL server. When I set active to TRUE I get the error: 'Token not found. Token :dbo. line number:'. What's wrong?
If the RequestLive property is set to true, then enclose the owner and tables names in quotes:
Ex:
SELECT * FROM "dbo.table"If request live is false, don't use quotes. Ex:
SELECT * FROM dbo.table
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|