Click here to Skip to main content
15,921,660 members
Home / Discussions / C#
   

C#

 
QuestionHow to read a exact word from a text file Pin
NK721-Dec-06 23:53
NK721-Dec-06 23:53 
AnswerRe: How to read a exact word from a text file Pin
ednrgc22-Dec-06 2:59
ednrgc22-Dec-06 2:59 
Questionhow to provide help facility in a windows Application Pin
Rocky#21-Dec-06 23:33
Rocky#21-Dec-06 23:33 
AnswerRe: how to provide help facility in a windows Application Pin
Pete O'Hanlon22-Dec-06 0:24
mvePete O'Hanlon22-Dec-06 0:24 
GeneralRe: how to provide help facility in a windows Application Pin
Rocky#22-Dec-06 0:31
Rocky#22-Dec-06 0:31 
QuestionAxShockwaveFlashObject Pin
Nafiseh Salmani21-Dec-06 23:23
Nafiseh Salmani21-Dec-06 23:23 
QuestionHow to automatically back up a database from the Windows Application Pin
Rocky#21-Dec-06 23:01
Rocky#21-Dec-06 23:01 
AnswerRe: How to automatically back up a database from the Windows Application Pin
Frank Kerrigan21-Dec-06 23:35
Frank Kerrigan21-Dec-06 23:35 
Open an ADO connection and run excute nonquery with a backup script such as....

<br />
<br />
BACKUP DATABASE [Northwind] TO  DISK = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\Northwind.bak' WITH NOFORMAT, NOINIT,  NAME = N'Northwind-Full Database Backup', SKIP, NOREWIND, NOUNLOAD,  STATS = 10<br />
GO


Handy hint, Use the SQL2005 management console (even for 2000 dbs) design you backup then hit the script buttton. Wosh.... you have your script or if you feeling professional RTFM.




Blog Have I http:\\www.frankkerrigan.com

GeneralRe: How to automatically back up a database from the Windows Application Pin
Rocky#21-Dec-06 23:49
Rocky#21-Dec-06 23:49 
Questiontoolstrip in reverse order Pin
GunaChinna21-Dec-06 22:45
GunaChinna21-Dec-06 22:45 
AnswerRe: toolstrip in reverse order Pin
quiteSmart21-Dec-06 22:54
quiteSmart21-Dec-06 22:54 
GeneralRe: toolstrip in reverse order Pin
GunaChinna21-Dec-06 23:05
GunaChinna21-Dec-06 23:05 
QuestionHow to save data in file from a NetowrkStream? Pin
choopie21-Dec-06 21:53
choopie21-Dec-06 21:53 
AnswerRe: How to save data in file from a NetowrkStream? Pin
MarkPhB21-Dec-06 22:24
MarkPhB21-Dec-06 22:24 
GeneralRe: How to save data in file from a NetowrkStream? Pin
choopie21-Dec-06 23:40
choopie21-Dec-06 23:40 
QuestionMouse point inside-outside the client area Pin
kkadir21-Dec-06 21:46
kkadir21-Dec-06 21:46 
AnswerRe: Mouse point inside-outside the client area Pin
Martin#21-Dec-06 22:07
Martin#21-Dec-06 22:07 
GeneralRe: Mouse point inside-outside the client area Pin
kkadir21-Dec-06 22:32
kkadir21-Dec-06 22:32 
GeneralRe: Mouse point inside-outside the client area Pin
quiteSmart21-Dec-06 22:43
quiteSmart21-Dec-06 22:43 
GeneralRe: Mouse point inside-outside the client area Pin
kkadir21-Dec-06 22:54
kkadir21-Dec-06 22:54 
GeneralRe: Mouse point inside-outside the client area Pin
Martin#21-Dec-06 22:56
Martin#21-Dec-06 22:56 
GeneralRe: Mouse point inside-outside the client area Pin
kkadir21-Dec-06 23:03
kkadir21-Dec-06 23:03 
GeneralRe: Mouse point inside-outside the client area Pin
Martin#21-Dec-06 23:11
Martin#21-Dec-06 23:11 
GeneralRe: Mouse point inside-outside the client area Pin
kmuthuk16-Jan-07 9:30
kmuthuk16-Jan-07 9:30 
GeneralRe: Mouse point inside-outside the client area Pin
Martin#23-Jan-07 3:23
Martin#23-Jan-07 3:23 

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.