Click here to Skip to main content
15,921,793 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralTimeSpan Average Pin
Sumit Domyan23-Mar-05 0:58
Sumit Domyan23-Mar-05 0:58 
GeneralRe: TimeSpan Average Pin
J4amieC23-Mar-05 5:53
J4amieC23-Mar-05 5:53 
GeneralRe: TimeSpan Average Pin
Sumit Domyan23-Mar-05 17:54
Sumit Domyan23-Mar-05 17:54 
GeneralRe: TimeSpan Average Pin
Robert Rohde23-Mar-05 20:03
Robert Rohde23-Mar-05 20:03 
GeneralRe: TimeSpan Average Pin
Sumit Domyan23-Mar-05 22:05
Sumit Domyan23-Mar-05 22:05 
GeneralRe: TimeSpan Average Pin
J4amieC23-Mar-05 23:27
J4amieC23-Mar-05 23:27 
GeneralExcel & VBA Userform Pin
saorscha22-Mar-05 21:07
saorscha22-Mar-05 21:07 
GeneralXML Upload to SQL Server Pin
cormac12322-Mar-05 18:57
cormac12322-Mar-05 18:57 
Folks

Hope someone out there is able to shed light on something for me. . .

In a nutshell, I have a local server that has all the main info stored on it and once a day an extract is done from one of the tables to an XML file and it is FTP'd to an ISP. The data is then uploaded into SQL Server for querying over the internet. Thats the theroy. . .

Problem is that the XML file is now 75Mb and getting bigger (slowly but surely!). When the file is FTP'd to the ISP, a web service is kicked off to read the file and update the ISP SQL Server, but the connection times out and the data is never updated. The message returned is "connection forcibly closed by remote host"

First question - is this the ISP's timeout or on my own server? The ISP were happy enough to change their setting to be 30 minutes, but even still this isnt helping, probably due to the size of the file.

Second question - would it be better to have a stand alone app that updates the ISP SQL Server due to the time it takes to process this file?

and to my thrid question - being relativly new to all this, does anyone know of any good methods for updating data to SQL server using VB.NET? I've searched the web and can only find info on how to retrieve and create XML files, not upload them into SQLS erver. Tell a lie, I have found one site, but applying the code used in it, maxes out the asp worker process and it dosnt really get anywhere. Previously to get this working I was using a combination of SQL commands and ODBC connections (on the web service), and looping through the dataset updating fields.

I'm sure theres a better way and if anyone could point me in the direction I'd gladly go looksee. . .

Cheers!
GeneralRe: XML Upload to SQL Server Pin
Dave Kreskowiak23-Mar-05 0:31
mveDave Kreskowiak23-Mar-05 0:31 
GeneralEmail issue Pin
MyThread22-Mar-05 11:31
MyThread22-Mar-05 11:31 
GeneralRe: Email issue Pin
Dave Kreskowiak22-Mar-05 15:23
mveDave Kreskowiak22-Mar-05 15:23 
QuestionWhy am I getting TypeLoadException? Pin
RvrBndBrewer22-Mar-05 10:14
RvrBndBrewer22-Mar-05 10:14 
AnswerRe: Why am I getting TypeLoadException? Pin
Dave Kreskowiak22-Mar-05 15:18
mveDave Kreskowiak22-Mar-05 15:18 
General.Net 1.1 with Visual Studio.Net 2002 Pin
Anonymous22-Mar-05 10:06
Anonymous22-Mar-05 10:06 
GeneralRe: .Net 1.1 with Visual Studio.Net 2002 Pin
Dave Kreskowiak22-Mar-05 15:14
mveDave Kreskowiak22-Mar-05 15:14 
GeneralRe: .Net 1.1 with Visual Studio.Net 2002 Pin
Christian Graus22-Mar-05 17:32
protectorChristian Graus22-Mar-05 17:32 
General@@Error Pin
Jaydeanster22-Mar-05 7:50
Jaydeanster22-Mar-05 7:50 
GeneralRe: @@Error Pin
Chris Austin22-Mar-05 17:30
Chris Austin22-Mar-05 17:30 
GeneralWeb Browser.Navigate to 2nd URL Pin
Carey Parks22-Mar-05 5:39
Carey Parks22-Mar-05 5:39 
Generalhighlighter in picturebox control Pin
Member 34283522-Mar-05 4:33
Member 34283522-Mar-05 4:33 
GeneralRe: highlighter in picturebox control [Oops] Pin
Mitch F.22-Mar-05 6:44
Mitch F.22-Mar-05 6:44 
GeneralProblem in CurrencyManager Pin
Mohamed Ishak22-Mar-05 3:29
professionalMohamed Ishak22-Mar-05 3:29 
QuestionHow to check a text box for a valid email address Pin
eshban28421-Mar-05 21:59
eshban28421-Mar-05 21:59 
AnswerRe: How to check a text box for a valid email address Pin
sumit2121-Mar-05 22:04
sumit2121-Mar-05 22:04 
GeneralRe: How to check a text box for a valid email address Pin
Dave Kreskowiak22-Mar-05 0:57
mveDave Kreskowiak22-Mar-05 0:57 

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.