Hi all, I have a table defined by: CREATE TABLE LOCATIONS( RID Integer NOT NULL, ACCOUNT_NUMBER TEXT50, ADDRESS TEXT50, RATE_CODE Varchar(10), DESCRIPTION TEXT50, METER_NUMBER Integer, CONSTRAINT PK_LOCATIONS PRIMARY KEY (RID) ); (TEXT50 is a domain = varchar(50))
When I drag the the table from the Data Sources window to a blank form I get the binding navigator and a "lOCATIONSDataGridView" which has no columns defined and when I go to edit columns the table is not shown. I can drag another table in my db to the same form and the resulting DataGridView is OK. Where should I look for a solution to this problem? TIA, Marv ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
