MySQL Forums
Forum List  »  Microsoft Access

Where are these properties on MySQL?
Posted by: Henrique Lobo Weissmann
Date: October 14, 2005 05:29AM

Hi,
we are migrating our Access database to MySQL. The process is going all right, but I have some doubts.
Here we are accessing our MySQL database (and Access too) using ADO.
When using ADO with Microsoft Access, we could check if the field was required or not just geting the key "required" inside the property Properties of the Field object.
When accessing our new MySQL database using ADO, we couldnĀ“t find this property. Does it exists?
(I know that we could just verify if the field is required or not checking if it can accept the NULL value. But this is not the case)

Another doubt: in Microsoft Access tables, we have the label property. Does something similar exists in MySQL. If it exists, where is it?

Options: ReplyQuote


Subject
Views
Written By
Posted
Where are these properties on MySQL?
2490
October 14, 2005 05:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.