Click here to Skip to main content
15,890,882 members
Home / Discussions / Database
   

Database

 
GeneralRe: need solution for converting the varchar value to int ** Pin
Paddy Boyd7-Dec-07 0:39
Paddy Boyd7-Dec-07 0:39 
GeneralRe: need solution for converting the varchar value to int ** Pin
Krish - KP7-Dec-07 3:13
Krish - KP7-Dec-07 3:13 
QuestionProblem while accessing the sqlserver2005 in c# Pin
mohanallam6-Dec-07 17:36
mohanallam6-Dec-07 17:36 
GeneralRe: Problem while accessing the sqlserver2005 in c# Pin
pmarfleet6-Dec-07 21:08
pmarfleet6-Dec-07 21:08 
GeneralRe: Problem while accessing the sqlserver2005 in c# Pin
suyuan19846-Dec-07 23:09
suyuan19846-Dec-07 23:09 
QuestionDifference between SQL-Agent and SQL-QA when executing a SP Pin
asrs636-Dec-07 15:01
asrs636-Dec-07 15:01 
GeneralRe: Difference between SQL-Agent and SQL-QA when executing a SP Pin
Marek Grzenkowicz6-Dec-07 21:35
Marek Grzenkowicz6-Dec-07 21:35 
Questionlocal sql server database not updating Pin
webster.ut6-Dec-07 9:44
webster.ut6-Dec-07 9:44 
I have a MS Visual Studio 2005 C# project within which I've created and SQL Server database (my first one I've ever done). The database resides on my hard drive. OS is Windows XP.

Any records I add, edit, or delete database records within Server Explorer's Data Connections update accordingly. Any records I add, edit, or delete programmatically, the changes to the records are there while I query or debug as the program is running. However, when I close down my program, the database returns to its original state, as if I didn't do any adding, updating, or deleting.

I've tried using and not using System.Data.SqlClient.SqlDataAdapter, System.Data.SqlClient.SqlCommand (with and without using Parameters.Add), and System.Data.DataSet. I've also tried using IDbCommand using Transaction with Commit or Rollback.

Any ideas why my database is not updating? Cry | :((
GeneralRe: local sql server database not updating Pin
Chris Meech6-Dec-07 10:02
Chris Meech6-Dec-07 10:02 
GeneralRe: local sql server database not updating Pin
Pete O'Hanlon6-Dec-07 10:04
mvePete O'Hanlon6-Dec-07 10:04 
GeneralMSDTC - Remote accessing SQL Server 2005 from a desktop application Pin
N a v a n e e t h6-Dec-07 5:31
N a v a n e e t h6-Dec-07 5:31 
GeneralRe: MSDTC - Remote accessing SQL Server 2005 from a desktop application Pin
GuyThiebaut6-Dec-07 9:55
professionalGuyThiebaut6-Dec-07 9:55 
GeneralRe: MSDTC - Remote accessing SQL Server 2005 from a desktop application Pin
Tobias Schoenig6-Dec-07 21:33
Tobias Schoenig6-Dec-07 21:33 
Generalcounting null rows Pin
Xmen Real 6-Dec-07 4:36
professional Xmen Real 6-Dec-07 4:36 
GeneralRe: counting null rows Pin
Colin Angus Mackay6-Dec-07 6:01
Colin Angus Mackay6-Dec-07 6:01 
GeneralRe: counting null rows Pin
GuyThiebaut6-Dec-07 9:25
professionalGuyThiebaut6-Dec-07 9:25 
GeneralGenerate Sqlscript for Table using Query Analyzer Pin
Satish - Developer6-Dec-07 0:37
Satish - Developer6-Dec-07 0:37 
GeneralRe: Generate Sqlscript for Table using Query Analyzer Pin
Rob Graham6-Dec-07 3:57
Rob Graham6-Dec-07 3:57 
GeneralRe: Generate Sqlscript for Table using Query Analyzer Pin
GuyThiebaut6-Dec-07 10:01
professionalGuyThiebaut6-Dec-07 10:01 
QuestionHow to change default CLR Schema? Pin
DotNetWWW6-Dec-07 0:10
DotNetWWW6-Dec-07 0:10 
AnswerRe: How to change default CLR Schema? Pin
Rob Graham6-Dec-07 4:00
Rob Graham6-Dec-07 4:00 
Generalimporting data from an xml into sql server 2005 Pin
I Never Look Behind5-Dec-07 20:05
I Never Look Behind5-Dec-07 20:05 
GeneralRe: importing data from an xml into sql server 2005 Pin
suyuan19845-Dec-07 22:56
suyuan19845-Dec-07 22:56 
GeneralRe: importing data from an xml into sql server 2005 Pin
pmarfleet6-Dec-07 1:49
pmarfleet6-Dec-07 1:49 
GeneralRe: importing data from an xml into sql server 2005 Pin
suyuan19846-Dec-07 20:56
suyuan19846-Dec-07 20:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.