Best approach advise

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm working on a small windows application which needs to attach an local mdf
file to a SQL server and create some standard reports, As far as I can see,
I've two posibilities, OR
I connect to the company SQL server OR I foresee SQL Express to be installed
on every users machine, I guess, the last solution is the most secure
,.............

What do you think??
 
I'm working on a small windows application which needs to attach an local mdf
file to a SQL server and create some standard reports, As far as I can see,
I've two posibilities, OR
I connect to the company SQL server OR I foresee SQL Express to be installed
on every users machine, I guess, the last solution is the most secure
,.............

What do you think??

Dear Luc,

what do you mean by saying "windows application which needs to attach
an local mdf file to a SQL server and create some standard reports"?

Moty
 
A windows application with a few forms, one for database connection, one with
the crystalviewer a last one where a display all available Crustal reports
which retrieve information from the database (mdf).
 
A windows application with a few forms, one for database connection, one with
the crystalviewer a last one where a display all available Crustal reports
which retrieve information from the database (mdf).

Hi,

I still don't understand your needs. Is there an SQL server for the
company and an MDF file for each client?

Where do crystal reports fetch data from? SQL or MDF?

Moty
 
Back
Top