Sunday, March 11, 2012

Can it Be done?

I currently use Access 2000 as my Backend DB....I use Access as mearly a datadumb...there is nothing but tables, relationships and indexs in the DB. I use VB6 as my front end.

My question is....Can the same thing be done with SQL Server Express 2005?

hi,

yes, as SQL Server\SQLExpress really are a database and not an "environment" as Access is/can be...

in SQL Server\SQLExpress the database part is the one responsible for storing "data", and the vb6/vb.net/c#/aspnet/... is responsibible presenting the data to the end users..

it's ok Smile

regards

|||Thank you very much for your response....i think SQL Server 2005 Express will be a better FREE option for my backend Datadump.

No comments:

Post a Comment