Hi all -
Pretty new to the dreamweaver and coldfusion scene and am using the Dreamweaver 8 suite. I created a connection to my VFP tables (adlookup.dbf) under C:\ via ODBC system DSN. In the Coldfusion Administrator I can verify all connections and it says OK.
Then I see if Dreamweaver added the database and it did...
However, when I expand the data under 'Tables' it shows me the VFP tables but it prefixes the table name with a period.
When I select view data, it tells me that the file '.adlookup' does not exist. Can anyone tell me why it prefixes with a period?
I made sure that the CASE was the same - all lower case and the extension is also lowercase.
All suggestions are appreciated.
CMCC
Pretty new to the dreamweaver and coldfusion scene and am using the Dreamweaver 8 suite. I created a connection to my VFP tables (adlookup.dbf) under C:\ via ODBC system DSN. In the Coldfusion Administrator I can verify all connections and it says OK.
Then I see if Dreamweaver added the database and it did...
However, when I expand the data under 'Tables' it shows me the VFP tables but it prefixes the table name with a period.
Code:
c:.adlookup
When I select view data, it tells me that the file '.adlookup' does not exist. Can anyone tell me why it prefixes with a period?
I made sure that the CASE was the same - all lower case and the extension is also lowercase.
All suggestions are appreciated.
CMCC