Click here to Skip to main content
15,911,786 members
Home / Discussions / Database
   

Database

 
GeneralRe: Winforms - Menu Generation from SQL Database at runtime Pin
sunny12329-Sep-03 20:47
sunny12329-Sep-03 20:47 
GeneralConcurrency violation: the UpdateCommand affected 0 records. Pin
falbala27-Sep-03 3:32
falbala27-Sep-03 3:32 
GeneralRe: Concurrency violation: the UpdateCommand affected 0 records. Pin
Mike Dimmick27-Sep-03 11:56
Mike Dimmick27-Sep-03 11:56 
GeneralRe: Concurrency violation: the UpdateCommand affected 0 records. Pin
falbala12-Oct-03 0:27
falbala12-Oct-03 0:27 
GeneralRe: Concurrency violation: the UpdateCommand affected 0 records. Pin
Wjousts30-Sep-03 9:05
Wjousts30-Sep-03 9:05 
GeneralRe: Concurrency violation: the UpdateCommand affected 0 records. Pin
falbala12-Oct-03 0:29
falbala12-Oct-03 0:29 
Generalbatch Pin
sardinka26-Sep-03 5:04
sardinka26-Sep-03 5:04 
GeneralRe: batch Pin
Anonymous26-Sep-03 11:34
Anonymous26-Sep-03 11:34 
There are a couple of possible solutions:

1. Create a simple program that creates a fresh FTP script each day. Example BAT file:
@echo off<br />
echo open ftp.site > myftpscript.txt<br />
echo user test >> myftpscript.txt<br />
echo etc >> myftpscript.txt<br />
echo put %%1 >> myftpscript.txt<br />
echo bye >> myftpscript.txt<br />
ftp -n -s:myftpscript.txt


2. Use "mput *.txt" instead of "put test.txt" to transfer all matching files from your source directory.

Hope this helps.
Andy

PS: This was probably the wrong forum to post this question to. Smile | :)
GeneralSQL Server Yukon Pin
nevhile.net26-Sep-03 1:20
nevhile.net26-Sep-03 1:20 
GeneralRe: SQL Server Yukon Pin
Mike Dimmick26-Sep-03 3:25
Mike Dimmick26-Sep-03 3:25 
GeneralDisplay XSLT transformed XMLDataDocument from FOR XML EXPLICIT query in SQL Server 2000 Pin
drikusr25-Sep-03 20:39
drikusr25-Sep-03 20:39 
GeneralRe: Display XSLT transformed XMLDataDocument from FOR XML EXPLICIT query in SQL Server 2000 Pin
drikusr29-Sep-03 17:11
drikusr29-Sep-03 17:11 
GeneralUpdating DataTable that has an expression column Pin
Dr_Sh0ck25-Sep-03 15:41
Dr_Sh0ck25-Sep-03 15:41 
GeneralRe: Updating DataTable that has an expression column Pin
Guillermo Rivero29-Sep-03 12:12
Guillermo Rivero29-Sep-03 12:12 
GeneralRe: Updating DataTable that has an expression column Pin
Member 79899372-Oct-03 21:51
Member 79899372-Oct-03 21:51 
GeneralUsing CASE..END in OPENXML Pin
mittalpa25-Sep-03 11:54
mittalpa25-Sep-03 11:54 
GeneralSQL Server 2000 Sleeping Processes Pin
bsandell25-Sep-03 8:16
bsandell25-Sep-03 8:16 
GeneralSQL Case Sensitivity Pin
deanoA25-Sep-03 3:29
deanoA25-Sep-03 3:29 
GeneralRe: SQL Case Sensitivity Pin
Anonymous25-Sep-03 11:22
Anonymous25-Sep-03 11:22 
GeneralRe: SQL Case Sensitivity Pin
Mike Dimmick26-Sep-03 3:45
Mike Dimmick26-Sep-03 3:45 
GeneralYet another MySQL string issue. Pin
MKlucher24-Sep-03 8:03
MKlucher24-Sep-03 8:03 
GeneralRe: Yet another MySQL string issue. Pin
Anonymous24-Sep-03 16:16
Anonymous24-Sep-03 16:16 
GeneralRe: Yet another MySQL string issue. Pin
ZoogieZork24-Sep-03 17:14
ZoogieZork24-Sep-03 17:14 
QuestionHow to cancel insert in the MSdatagrid control? Pin
korgan23-Sep-03 22:43
korgan23-Sep-03 22:43 
QuestionHow to get the current selected row in DataGrid? Pin
EastDragon23-Sep-03 21:43
EastDragon23-Sep-03 21:43 

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.