[Gambas-user] Issue 612 in gambas: BUG Cannot browse more of 128 records on tables "No current connection"

gambas at ...2524... gambas at ...2524...
Sat Mar 28 18:31:34 CET 2015


Updates:
	Status: Accepted

Comment #4 on issue 612 by benoit.m... at ...626...: BUG Cannot browse more of  
128 records on tables "No current connection"
https://code.google.com/p/gambas/issues/detail?id=612

The reason why DataBrowser or DataView fails is because your table does not  
have a unique primary key. This is mandatory, otherwise DataBrowser or  
DataView can't work correctly.

I will modify them in the future so that they raise an explicit error if no  
unique primary key is found.

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list