I'm working on a project for a friend, and I have a couple questions. It's pretty much my first program using a database. I decided to try Base. So:
1-I found a namespace in C# to interact with ODBC Databases...I saw that Base databases are saved in .odb format, I'M guessing that the System.Data.Odbc namespace is the right one huh?
2-What would be a typical connection string for a Base database? I'm pretty much only missing the provider string...
3-Can I still use something like Crystal Reports to create my reports using the data in my Base database?
4-Is there a size limit for the Base databases?
5-Does my client have to have Base installed on his PC for him to use my program with my database?
Sorry for the newb questions...
