Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: p27br
  • Content: Threads
  • Order by date
  1. p27br

    distributing an adp without local sql server

    hello is it possible to use an ADP without a local installation of sql server ?
  2. p27br

    WMI Event Watcher task automatic file import

    hello i would like to have a package that would detect new files in a directory and import them automatically. i have managed to configure a WMI Event Watcher Task, all i need is to get the new file name, so that i can assign it to the flat file connection object for importing, which is...
  3. p27br

    Invalid character value for cast specification import error

    hello i am attempting to import a CSV file into SQL Server 2005. A record looks like this : "sometext","moretext","moretext","WEEK 200614","4.50000","19.32400" I want the 2 last fields to be imported into decimal fields, but SQL throws an error : Copying to [bla].[dbo].[mytable] (Error)...
  4. p27br

    assign combobox value to iforeign key field

    Hello I am new to visual studio development and i am having trouble with the following : I have a form with a combobox : this.cboCivilite.DataSource = DataRepository.CiviliteProvider.GetAll(); cboCivilite.DisplayMember = CiviliteColumn.Description.ToString()...
  5. p27br

    Opinions about Joe Grip / LearnVisualStudioNet

    Hi, I am thinking of subsribing to either one of these video courses, from Joe Grip or LearnVisualStudioNet, but I'd like to have some opinions beforehand. I am interested in the C# tutorials, as I plan to develop database applications. Has anyone tried them ? thanks
  6. p27br

    symantec client firewall : open port 80

    hello, i hope this is the correct forum. i am trying to open port 80 on my firewall, as I'm running an http server. could somebody explain the process to achieve this on this particular firewall ? thanks paul
  7. p27br

    database linked form id field problem

    hello i am new to Visual Studio 2005. I am trying to develop a Winforms applications based on an Sql Server database. I created a Dataset and I "drag & dropped" the dataset fields to my form. But when i add a record, the autoincrement ID field doesn't get set, so the record is not saved. i did...
  8. p27br

    SSIS : variable types mapping problem

    hello i have a query in SQL Server 2005, that uses the DENSE_RANK() function which returns a bigint. in my SSIS package, I have a recordset object which detects the field as [DT_I8]. I am trying to map a package variable to this field values in a loop but I keep getting a conversion error. The...
  9. p27br

    SSIS : varaible mapping ForEach loop

    hello, i am getting the following errors in my SSIS Package : Error: ForEach Varaible Mapping 3 to variable "myVariable" cannot be applied. and Error: The type of the value being assigned to variable "myvariable" differs from the current variable type. Varaibles may not change during...
  10. p27br

    simple calendar form

    hi, i have searched the we for a script, but i can't find exactly what i need. I just want to be able to click/select multiple days from a monthly calendar and add these selected dates to a mysql table with the session userid. the scripts i have found are either too complicated ( event managers)...
  11. p27br

    multiple date select form

    hello does anyone know if a script exists that would do the following : a form which displays a complete month calendar where the user can select multiple dates that will be saved to a database table. the user can scroll forward and back between months. Example : I want to book the first 3...
  12. p27br

    driver removal from other boot disk

    hello, after attempting to install nforce4 drivers on my WinXp Pro based PC, I couldn't boot anymore, even in safe mode. The only way I found to access my data was to install Windows on another disk, so now I can access the first disk from the second disk, and I would like to repair it by...
  13. p27br

    newbie : partitions & disks

    hello, I have a 4Gb disk and a 80Gb disk. I would like to install the linux OS on the 4Gb disk and use the 80Gb disk as /home. Will there be enough space on the 4Gb for the OS to run ? Can I install the applications on the 80Gb disk, or will they need to be in the same partition as the OS, in...
  14. p27br

    routine for group & outline in excel

    hello i have a sheet with data which follows the following format : 1 Top level 2 Level 2 line 3 Level 3 line 3 Level 3 line 2 Level 2 line 3 Level 3 line 3 Level 3 line 4 Level 4 line the number of lines per level is variable What I would like is for the grouping to occur in the following...
  15. p27br

    [excel vba] search form with 2 criteria

    hello I need to do the following : I have an excel workbook with one worksheet. The first column is populated with data. the user wants to generate a new sheet in this workbook with only the records from the first sheet containing the matching criteria. I have setup a user form with 2...
  16. p27br

    Stored proc xp_cmdshell hangs

    hi there, i have the following SP that connects to a remote FTP server and should download all files with the name preview.*.txt from the given folder. I am using xp_cmdshell to execute the FTP commands but the files aren't getting downloaded to the folder c:\tmp the QA just hangs. CREATE...
  17. p27br

    saving static member value

    hello my problem is the following : i have a Sandwich class which can contain a Vector of SandwichFillings. The SandwichFilling price is the same for any instance of this class so I figured it should be a static class member. Now, in my application, I am adding instances of Sandwich to a...
  18. p27br

    read/write object vector to/from file

    hi, i am new to java and have coded some functions that should write and read vectors of objects to a file. It seems the write routine is working because there is some data in the file, but the read routine doesn't manage to load back the vector here is the code for the file handling class ...
  19. p27br

    GUI with drag & drop functionality

    Hello, I am looking for starting points to develop a GUI which should have drag-and-droppable objects. Like moving pins accross a map. I have no idea as to where I should start and the complexity involved. I only have experience with databases (ADO...) not with graphical interfaces. thanks...
  20. p27br

    Generalization/Specialization design

    Hi, I am stuck in my db design : I am designing an application for managing our deliverables production. a client can receive several types of deliverables but these deliverables types can have different attributes, some of these are mandatory attributes for one type but not for another. So...

Part and Inventory Search

Back
Top