Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL:Column Fieldname is not found
Message
From
11/10/1999 15:32:21
 
 
To
11/10/1999 15:26:07
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00275109
Message ID:
00275115
Views:
18
>Have a database container with 8 tables. Trying to create a view using three tables. The Tables are related properly. Get the SQL: Column Fieldname error, but the fieldname exists in all the tables. What's going on? (using inner joins).

If the same fieldname exists in more than 1 table, you need to specify exactly which field you're trying to reference:

table1.fieldx vs table2.fieldx

Also, the view designer isn't so hot when working with more than 2 tables. Try using Erik Moore's "eview" which you can find in the files section here.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform