Click here to Skip to main content
15,880,967 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to disable and enable network access with simple c# code Pin
dybs17-May-11 16:11
dybs17-May-11 16:11 
AnswerRe: how to disable and enable network access with simple c# code Pin
Richard MacCutchan14-May-11 21:37
mveRichard MacCutchan14-May-11 21:37 
QuestionHow can my hosted asp.net website access my local machine database Pin
akosidandan14-May-11 2:15
akosidandan14-May-11 2:15 
AnswerRe: How can my hosted asp.net website access my local machine database Pin
Luc Pattyn14-May-11 2:45
sitebuilderLuc Pattyn14-May-11 2:45 
GeneralRe: How can my hosted asp.net website access my local machine database Pin
akosidandan14-May-11 3:28
akosidandan14-May-11 3:28 
AnswerRe: How can my hosted asp.net website access my local machine database Pin
Luc Pattyn14-May-11 3:39
sitebuilderLuc Pattyn14-May-11 3:39 
GeneralRe: How can my hosted asp.net website access my local machine database Pin
akosidandan15-May-11 2:34
akosidandan15-May-11 2:34 
AnswerRe: How can my hosted asp.net website access my local machine database Pin
Luc Pattyn15-May-11 3:08
sitebuilderLuc Pattyn15-May-11 3:08 
OK, you want a remote backup.

This is what I do manually:
- I have a local database on my dev machine, and a similar one at ny web host;
- I transfer tables (never the entire DB), from one to the other using PHPMyAdmin; "export" creates a text file, filled with SQL commands that could delete and recreate an entire table; "import" would execute such file, hence dropping the existing and creating the replacement table.

Of course there could be very good reasons to automate this. Haven't done that yet.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: How can my hosted asp.net website access my local machine database Pin
akosidandan15-May-11 4:32
akosidandan15-May-11 4:32 
AnswerRe: How can my hosted asp.net website access my local machine database Pin
Luc Pattyn15-May-11 4:38
sitebuilderLuc Pattyn15-May-11 4:38 
GeneralRe: How can my hosted asp.net website access my local machine database Pin
akosidandan15-May-11 4:57
akosidandan15-May-11 4:57 
AnswerRe: How can my hosted asp.net website access my local machine database Pin
Expert Coming14-May-11 5:16
Expert Coming14-May-11 5:16 
GeneralRe: How can my hosted asp.net website access my local machine database Pin
akosidandan15-May-11 2:45
akosidandan15-May-11 2:45 
Questionhow to switch off the parallel port Pin
aeman14-May-11 1:18
aeman14-May-11 1:18 
AnswerRe: how to switch off the parallel port Pin
OriginalGriff14-May-11 1:30
mveOriginalGriff14-May-11 1:30 
AnswerRe: how to switch off the parallel port Pin
OriginalGriff14-May-11 1:35
mveOriginalGriff14-May-11 1:35 
GeneralRe: how to switch off the parallel port Pin
aeman14-May-11 3:47
aeman14-May-11 3:47 
AnswerRe: how to switch off the parallel port Pin
OriginalGriff14-May-11 4:07
mveOriginalGriff14-May-11 4:07 
GeneralRe: how to switch off the parallel port Pin
aeman14-May-11 4:33
aeman14-May-11 4:33 
AnswerRe: how to switch off the parallel port Pin
OriginalGriff14-May-11 4:40
mveOriginalGriff14-May-11 4:40 
GeneralRe: how to switch off the parallel port Pin
aeman14-May-11 4:54
aeman14-May-11 4:54 
AnswerRe: how to switch off the parallel port Pin
Luc Pattyn14-May-11 2:01
sitebuilderLuc Pattyn14-May-11 2:01 
AnswerRe: how to switch off the parallel port Pin
Dave Kreskowiak14-May-11 3:19
mveDave Kreskowiak14-May-11 3:19 
GeneralRe: how to switch off the parallel port Pin
PIEBALDconsult14-May-11 4:54
mvePIEBALDconsult14-May-11 4:54 
GeneralRe: how to switch off the parallel port Pin
Dan Mos14-May-11 12:49
Dan Mos14-May-11 12:49 

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.