Click here to Skip to main content
16,004,833 members

Comments by tanisha pandey (Top 15 by date)

tanisha pandey 7-Feb-13 4:18am View    
can you help me for this...

Backing Up a Whole Database
BACKUP DATABASE { database_name | @database_name_var }
TO <backup_device> [ ,...n ]
[ <mirror to="" clause=""> ] [ next-mirror-to ]
[ WITH { DIFFERENTIAL | <general_with_options> [ ,...n ] } ]
[;]

is this enough for taking backup of database? give me any example of this given syntax.. because i didn't understand the syntax.
tanisha pandey 7-Feb-13 3:50am View    
I tried this but it was stop at the last line of below code.

Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Login());

this is i wrote in Program.cs to open my log in page.
i can't understand the problem.
tanisha pandey 17-Jan-13 7:48am View    
ok thanks but i have again a problem when re-install dotnet framework 3.5. it will not proceed even i run it by administrator. what was the problem? please help for this...
tanisha pandey 13-Oct-12 4:04am View    
i follow this link but again i have same problem. i was put (-) after 5 character to update registry but it will not work. i show you the path of my registry "HKEY_CURRENT_USER/Software/Microsoft/VisualStudio/9.0/Registration" and in that registration i got params value. where i put dash(-) after every 5 character to update registry. Is this correct or wrong? give me detail advice. thank you.
tanisha pandey 4-Oct-12 1:48am View    
Thank u for that solution but i have a problem to access that unicode in crystal report from sql server tables. i have already solved the problem to insert unicode in sql and access in my windows application but not in crystal report. so i just want to access that values in my crystal report and that unicode value is nothing but in hindi laguage. If any solution for this problem then please suggest me. and if there is no solution then inform me.
thank you SA....