Search results for query: *

  1. P

    updating an image to a database table

    I am trying to save .pdf files to a sql server database table, and I am having trouble actually getting the file to save to the table, I think it may have something to do with the datatype I am using to update the field. This is what my stored procedure looks like: CREATE proc PractProc (@var1...
  2. P

    Updating a file to Sql server database

    Hello, I'm trying to figure out how to save a file (.pfs) to a sql server database table, I've had plenty of experience saving text information but never a file. Could someone please give me an example of how to do this, or a reference to an example of how to do this. Thanks Pink
  3. P

    Importing Text Files into SQL server 2000

    I would like to find out how to import .txt files (delimited) into SQL Server 2002 without using DTS or BCP. If anyone has any helpful hints and/or references to give they would be very much appreciated. Thanks Pink
  4. P

    System.Net.Sockets Namespace (How do u select an entire ftp folder dir)

    I would like to know how to either (select all files in an ftp directory) or obtain the filenames of all files in an ftp directory)and then download them I am currently using System.Net.Sockets Namespace Socket class for sending and receiving and I have no clue as to how to download all files...
  5. P

    quick ftp question

    Someone....PLEASE....HELP.... I'm working with wininet.dll functions. My goal is to simply download a file from an ftp site using these functions Here are declarations for the wininet.dll functions, these functions are declared at the class level (class level being the level of the form)...
  6. P

    Ftp help

    I would like to create a program that will go to a FTP site and retrieve documents, then download these documents via FTP. I have been looking for an ftpcommand class or namespace within vb.net, and I have been unsuccessful. Any information regarding FTP upload and download is helpful. Even a...
  7. P

    importing a delimmited file into sql

    This is new to me, How do I import a comma delimmited file into sql server. If you have any code snippets or site recommendatins they would be greatly appreciated :) Thank you very much Pink
Back
Top