J
Jason
I've got a simple database that I need to create, and then I'll probably use
something like a data grid to display to users. It won't be anything major,
a few tables, maybe one relation, then just display, add, and delete.
Since I've never delt with anything that involves a DB, I have been looking
at alot of different C# books that have chapters on C# and database's. My
question is that I notice everything assumes I've got a SQL serve which is
fine, since it comes with VS 2005 so I could easily follow along with those
example, but when I go to deploy this to my users, in which the Database and
user interface will be installed onto the users PC, will it work, since I
wrote this with SQL?
I could easily get away with ACCESS and Jet database connections but
knowing nothing about databases, deleting cells, adding cells I find it hard
to find any good examples.
Anyone know of any good examples, books, tutorials that would talk about
such a thing?
Thanks ahead of time.
something like a data grid to display to users. It won't be anything major,
a few tables, maybe one relation, then just display, add, and delete.
Since I've never delt with anything that involves a DB, I have been looking
at alot of different C# books that have chapters on C# and database's. My
question is that I notice everything assumes I've got a SQL serve which is
fine, since it comes with VS 2005 so I could easily follow along with those
example, but when I go to deploy this to my users, in which the Database and
user interface will be installed onto the users PC, will it work, since I
wrote this with SQL?
I could easily get away with ACCESS and Jet database connections but
knowing nothing about databases, deleting cells, adding cells I find it hard
to find any good examples.
Anyone know of any good examples, books, tutorials that would talk about
such a thing?
Thanks ahead of time.