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...
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)...
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()...
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
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
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...
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...
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...
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)...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.