Computing.Net > Forums > Database > Local datasource advice needed...

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Local datasource advice needed...

Reply to Message Icon

Name: Rashar
Date: July 10, 2006 at 16:45:32 Pacific
OS: WIN XP
CPU/Ram: 1.8 gig /512 DDR
Comment:

Hello,

Looking for some advice on choosing a local data source for a call reporting project that will have approximately 25 end users using it. I have currently developed the app in vb.net.

As of now, I am just using SQL Express edition and if I am deploying the project, I would like to be able to quickly access the data on the end users PC. Also, i'm finding that if I make a change in any of my table definitions (such as adding or removing a column), it seems to clear the data in my tables.

On the other hand, if I use MS Access, I get quick access to the tables if need be and I can make changes to the table without worrying about loosing data.

Any suggestions from a maintenance / performance perspective on the 2 sources?

Thanks,

Rashar




Sponsored Link
Ads by Google

Response Number 1
Name: anonproxy
Date: July 11, 2006 at 23:47:44 Pacific
Reply:

Use ADO and this shouldn't be much of an issue on the programming side. All that will change is the table and related SQL queries. Access is fine for small projects.


0

Response Number 2
Name: SN
Date: July 13, 2006 at 10:14:18 Pacific
Reply:

I think you should stick with SQL express. The .NET System.Data.Sql namespaces work very nicely with it and in general your code will look a bit cleaner. You'll also be able to take advantage of SQL Server functionality like stored procedures, views, etc. Access has similar, but more cumbersome counterpart features. Performance should be better too, although maybe not noticeably so. This is clearly the direction Microsoft is urging developers to go.

I'm not sure what the problem you're seeing with losing data is...You should definitely not lose entire table data when you change table structure. I've changed plenty of table structures in SQL express and never noticed this.

Good luck,
-SN


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Database Forum Home


Sponsored links

Ads by Google


Results for: Local datasource advice needed...

DataSource change when not in admin www.computing.net/answers/dbase/datasource-change-when-not-in-admin/19.html

Transfering MySQL database www.computing.net/answers/dbase/transfering-mysql-database/265.html

DSN Configuration - SQL Server www.computing.net/answers/dbase/dsn-configuration-sql-server/250.html