Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I think I'm missing something... I really hope I am.

 

I spent a long time writing an application - I used Database Explorer to connect to the database and I used the quick DataAdaptors and Datasets and dataconnections to create my application.

 

6 months down the line I realized my fatal error - the database was a fixed path! "C:\ApplicationName\Data\Data.mdb" - eek!

 

I understand the appeal of SQL Server as you don't have to worry about a location.

 

To fix my problem I had to recreate all of the controls via code and use Application.StartupPath to get the path.

 

But really, this is supposed to be a RAD for use with databases - what am I missing? How would you use the visual/quick controls and still have a professional application?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...