Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Thursday, March 29, 2012

FTP task error occurring

This is strange... just started getting this today, while it's worked for weeks. But alas, that is programming.

The error I'm getting is

[Connection manager "FTP DQ Connection"] Error: An error occurred in the requested FTP operation. Detailed error description: 200 Type set to I. 200 Command okay. 550 /usfsr/DFE_INPUT/FATest_DQ.txt: No such file or folder. .

I'm uploading a file (FATest_DQ.txt) to the folder /usfsr/DFE_INPUT/. I eventually just uploaded the file manually using IE6 to make sure the connection properties were still the same.

Any ideas?They changed the folder name on me... heh. Problem solved.

Monday, March 26, 2012

FS: book: Java Database Programming With JDBC

What is the cost of the book?
Is it 2$?
Also what is your address in durham,NC
=ZS
>--Original Message--
>For sale:
>Java Database Programming With Jdbc (Paperback, 1997)
>Author: Karl Moss, Pratik Patel
>Format: Paperback
>ISBN: 1-57610-1592
>July 1997
>Publisher: Coriolis Group
>491 pages
>Series: Visual Developer
>Language: English
>
>Will sell for $2.00 for pickup in Durham, NC. (add @.2.40
for optional
>shipping)
>condition: mint condition -- CD still sealed; no writing
or highlight;
>no creases in spine.
>I will accept Paypal, money order, or check. email me at:
>bsmguard-newsgroups@.yahoo.com if you have interest or
questions
>.
>
Please send me an email to bsmguard-newsgroups@.yahoo.com and I will send
you the address details. Yep, I am asking $2.00 for the book. Shipping
is additional.
Thanks for your interest.
Brian
*** Sent via Developersdex http://www.codecomments.com ***
Don't just participate in USENET...get rewarded for it!

Wednesday, March 21, 2012

From SQL Express to XML file

HI guys,

Is there any tool to import the database from SQLExpress to change it into XML without doing much programming code in .Net?

Thanks!

Chin

Hi Chin,

The short answer is no, SQL Express doesn't include any import/export tools. That said, Transact-SQL provides syntax that lets you represent your data as XML, and you could use that to produce XML and then save that to a file.

Check out my answer to a similar question at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=368472&SiteID=1 for links to pertinent BOL topics.

Regards,

Mike Wachal
SQL Express team

-
Please mark your thread as Answered when you get your solution.

From SQL Express to XML file

HI guys,

Is there any tool to import the database from SQLExpress to change it into XML without doing much programming code in .Net?

Thanks!

Chin

Hi Chin,

The short answer is no, SQL Express doesn't include any import/export tools. That said, Transact-SQL provides syntax that lets you represent your data as XML, and you could use that to produce XML and then save that to a file.

Check out my answer to a similar question at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=368472&SiteID=1 for links to pertinent BOL topics.

Regards,

Mike Wachal
SQL Express team

-
Please mark your thread as Answered when you get your solution.

sql