如何连接数据库

问题描述:

如何使用SergioAndrésGutiérrezRojas提供的多个人脸检测代码连接数据库

how to connect with database in multiple face detection code provided by Sergio Andrés Gutiérrez Rojas

简短的回答是:使用ADO .NET:

http://en.wikipedia.org/wiki/ADO.NET [ ^ ],

http://msdn2.microsoft.com/en-us/library/aa286484.aspx [ ^ ]。



这篇优秀的CodeProject短文可以帮助您立即入门:为初学者使用ADO.NET [ ^ ]。



-S A
The short answer is: use ADO.NET:
http://en.wikipedia.org/wiki/ADO.NET[^],
http://msdn2.microsoft.com/en-us/library/aa286484.aspx[^].

This excellent short CodeProject article can help you to get started in no time: Using ADO.NET for beginners[^].

—SA


在SQL Server中存储或保存图像 [ ^ ]



http://www.dotnetgallery.com/kb/resource21-How-to-store-and-retrieve-images -from-SQL-server-database-using-aspnet.aspx [ ^ ]



请检查如果这有帮助。

谢谢:)
Store or Save images in SQL Server[^]

http://www.dotnetgallery.com/kb/resource21-How-to-store-and-retrieve-images-from-SQL-server-database-using-aspnet.aspx[^]

Please check if this helps.
Thanks :)