Data Controls[8]->AccessDataSource
The AccessDataSource control is a data source control that represents a connection to a Microsoft™ Access database. The AccessDataSource control derives from SqlDataSource, but exposes a simple DataFile property for specifying the path to an MDB file, instead of the complete connection string. Note that you may still connect to an Access database using the SqlDataSource if you need to specify additional properties of the connection string, such as a user name or password.
It is not recommended to use an Access database in a production web application. For production purposes, consider connecting to a Microsoft™ SQL Server database using the SqlDataSource or ObjectDataSource controls.
It is not recommended to use an Access database in a production web application. For production purposes, consider connecting to a Microsoft™ SQL Server database using the SqlDataSource or ObjectDataSource controls.
浙公网安备 33010602011771号