Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: Change currently image? Pin
dan!sh 13-Dec-09 21:42
professional dan!sh 13-Dec-09 21:42 
GeneralRe: Change currently image? Pin
Luc Pattyn13-Dec-09 22:54
sitebuilderLuc Pattyn13-Dec-09 22:54 
GeneralRe: Change currently image? Pin
dennis_max2715-Dec-09 20:37
dennis_max2715-Dec-09 20:37 
Questionbackup database [modified] Pin
farokhian13-Dec-09 18:36
farokhian13-Dec-09 18:36 
AnswerRe: backup database Pin
dan!sh 13-Dec-09 18:58
professional dan!sh 13-Dec-09 18:58 
GeneralRe: backup database Pin
farokhian13-Dec-09 19:17
farokhian13-Dec-09 19:17 
AnswerRe: backup database Pin
Vimalsoft(Pty) Ltd13-Dec-09 19:54
professionalVimalsoft(Pty) Ltd13-Dec-09 19:54 
GeneralRe: backup database Pin
farokhian13-Dec-09 22:15
farokhian13-Dec-09 22:15 
I use SQLEXPRESS and this is my connectionstring:

@"Data Source=.\SQLEXPRESS;AttachDbFilename=" + Application.StartupPath + "\\Data\\mydatabase.mdf;" + "Integrated Security=True;User Instance=True";

and i use sqlconnection to connect to my database.
and i execute my backup command like below:
string backup = string.Format("backup database mydatabase TO DISK= '{0}'", addr);
backup.ExecuteNonQuery();

but errormessage is :
Could not locate entry in sysdatabases for database 'mydatabase'. No entry found with that name. Make sure that the name is entered correctly.
BACKUP DATABASE is terminating abnormally.
Changed database context to 'master'.

please somebody help me.
GeneralRe: backup database Pin
J4amieC13-Dec-09 22:27
J4amieC13-Dec-09 22:27 
GeneralRe: backup database Pin
farokhian13-Dec-09 22:49
farokhian13-Dec-09 22:49 
GeneralRe: backup database Pin
Vimalsoft(Pty) Ltd13-Dec-09 23:22
professionalVimalsoft(Pty) Ltd13-Dec-09 23:22 
Questionwhat is the diffrennce between String & string Pin
shabi uz zaman13-Dec-09 17:30
shabi uz zaman13-Dec-09 17:30 
AnswerRe: what is the diffrennce between String & string Pin
Abhinav S13-Dec-09 17:33
Abhinav S13-Dec-09 17:33 
AnswerRe: what is the diffrennce between String & string Pin
puri keemti13-Dec-09 21:07
puri keemti13-Dec-09 21:07 
QuestionWhat is the difference between static,readonly and constant ? Pin
md_azy13-Dec-09 16:16
md_azy13-Dec-09 16:16 
AnswerRe: What is the difference between static,readonly and constant ? Pin
EliottA13-Dec-09 17:22
EliottA13-Dec-09 17:22 
GeneralRe: What is the difference between static,readonly and constant ? Pin
Abhinav S13-Dec-09 17:28
Abhinav S13-Dec-09 17:28 
GeneralRe: What is the difference between static,readonly and constant ? Pin
dan!sh 13-Dec-09 17:33
professional dan!sh 13-Dec-09 17:33 
GeneralRe: What is the difference between static,readonly and constant ? Pin
Abhinav S13-Dec-09 17:35
Abhinav S13-Dec-09 17:35 
AnswerRe: What is the difference between static,readonly and constant ? Pin
puri keemti13-Dec-09 21:09
puri keemti13-Dec-09 21:09 
QuestionWhen we have to use abstract and when we have to use interface ? Pin
md_azy13-Dec-09 16:11
md_azy13-Dec-09 16:11 
AnswerRe: When we have to use abstract and when we have to use interface ? Pin
puri keemti13-Dec-09 21:15
puri keemti13-Dec-09 21:15 
AnswerRe: When we have to use abstract and when we have to use interface ? Pin
PIEBALDconsult14-Dec-09 6:24
mvePIEBALDconsult14-Dec-09 6:24 
QuestionHow to collect and download links with documents automatics? Pin
Member 216810313-Dec-09 11:15
Member 216810313-Dec-09 11:15 
AnswerRe: How to collect and download links with documents automatics? Pin
Mycroft Holmes13-Dec-09 13:50
professionalMycroft Holmes13-Dec-09 13:50 

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.