F feign Guest Nov 8, 2009 #1 I'm trying to add a artist's database into my ASP but I'm not sure how, any ideas?
W Warren New member Nov 8, 2009 #2 Access uses the Jet database engine behind the scenes. You can use ADO.NET classes like OleDbConnection with an appropriate connection string to use data in an Access database. http://msdn.microsoft.com/en-us/library/ms971485.aspx
Access uses the Jet database engine behind the scenes. You can use ADO.NET classes like OleDbConnection with an appropriate connection string to use data in an Access database. http://msdn.microsoft.com/en-us/library/ms971485.aspx