Database Solution???

LaatSahab

Skilled
I've got Visual Studio 2005 and SQL Server 2005 installed on my system. Both are Developer edition. I also have OpenOffice installed and used its OpenOffice.org base for creation of a database. Now in Visual Studio in C# I created a Windows application and used "Data Grid View", now I want to know how to connect that .odb file in that Data Grid view. Is it possible, if it is then how? Currently I'm learning ADO.Net and they are teaching it using SQL Server as Databse source. I don't want to learn this generic stuff so wnat to now how to get this databse connected? I suspect it is going to be through OLE DB but there's no mention of it my options or system's installed databases.:S
 
Im not sure what you are trying to do -

Firstly, OOo Base uses HSQLDB (.odb) by default, you need to have a connector for that. Other means is to use a external db like MySQL or postgre and communicate with those. Im not sure if MSSQL is supported by Base.
 
Back
Top