Re: Please help! Database won't update
- From: gene kelley <okay@xxxxx>
- Date: Sun, 12 Mar 2006 21:30:57 -0800
On Mon, 13 Mar 2006 02:53:08 +0100, "Morten Dahl"
<morten.ikkespam@xxxxxxxxxx> wrote:
My database won't update??
I'm using VB.NET 2005 and SQL Server 2005 Express. I Create a Form and a
database. Using the wizard draging the DatabaseDataSet Table on the form.
Everything works fine. I can edit, delete, and add new records (save), but
my changes are not visible when I close and restart the application. The
changes made is in memory only.
Please help me :(
* Visual Basic.NET 2005
* SQL Server 2005 Express
* All on local machine
Example:
Lesson 9: Databinding Data to User Interface Controls
http://msdn.microsoft.com/vstudio/express/vb/learning/
Are you talking about close and restarting the app in the IDE or are
you talking about running the app's .exe file?
If you are talking about the IDE, try running an app 'build', and see
if changes are showing up when you close and restart the' build'. By
default in the IDE, every time you run the app, a new copy of the
original DB is copied to the bin/debug folder, hence, it appears that
nothing was updated. This drove me crazy the first time I played with
DB's in VB2005.
Gene
.
- Follow-Ups:
- Re: Please help! Database won't update
- From: Morten Dahl
- Re: Please help! Database won't update
- References:
- Please help! Database won't update
- From: Morten Dahl
- Please help! Database won't update
- Prev by Date: Re: progress bar
- Next by Date: RE: Retrieve data from xml document
- Previous by thread: Re: Please help! Database won't update
- Next by thread: Re: Please help! Database won't update
- Index(es):
Relevant Pages
|