Search results for query: *

  1. P

    updating an image to a database table

    Thank you levyuk, for all your help! I was able to get everything to work :) Pink
  2. P

    Updating a file to Sql server database

    I am working with a pdf file, and not an image. and after downloading the pdf file it does not open, I'm trying to figure out what I have down wrong here is my code for down loading it: Try Dim con As New SqlConnection("Initial catalog......") Dim da As New SqlDataAdapter _ ("Select *...
  3. P

    updating an image to a database table

    Thanks for your reponse levyuk, I was able to upload data to the server but now I'm having trouble retrieving the .pdf file I uploaded successfully, for some reason the file will not open. Do you have any download code? Thanks Pink
  4. 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...
  5. 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
  6. 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
  7. 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...
  8. 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)...
  9. 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...
  10. P

    importing a delimmited file into sql

    I would like to do it programmatically so that I can create a web presence, and this could be done from an employees home. So I was hoping to get code on the topic or a good reference. Thanks for your recommendation though Thanks Pink
  11. 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