Software Development Network Logo
  • Visual C++
  • .NET Development
  • SQL Server
  • Smart Devicet
  • IE Development
  • Windows Forms
  • Microsoft ISV
  • Visual Studio
  • Visual Basic
  • Game Technologies
  • Visual C#
  • Visual FoxPro
  • Audio and Video
  • SharePoint Products
  • Windows Vista

Software Development Network >> Mateusz Rajca's Q&A profile

Mateusz Rajca

Member List

rwbogosian
satya999
Tony Antonucci
dn8
cdemez
nidionys
Andrew Buyan
LiamD
Will8754
laurin1
Pazu Choi
swapna_n
Markus Rose
Allan Huang
pierreg
Tim C.
furjaw
JocularJoe
e. ogas
Predator14567
Only Title

Mateusz Rajca's Q&A profile

  • Software Development for Windows Vista Update ?

    Hi! Windows SDK is now like 1GB so if there is any update in documentation or something new version... I need to donwload 1GB again to update a few MB's even if it's 100MBs it's still a lot of overweight. So can you do some update feature Jarod Sure, you can launch the web setup from http://www.microsoft.com/downloads/details.aspx FamilyId=C2B1E300-F358-4523-B479-F53D234CDCCF&displaylang=en ...Show All

  • SQL Server Energy Policy Act of 2005

    Hello, Does the Energy Policy Act of 2005 affect SQL Server 2005 and SQL server 2000 running on windows 2003 sp1 and windows 2000 sp4 respectively... Thanks in advance. There are the products affected by DST Legislation. If you post your question on OS forum and keep your OS in compliance it should not affect your SQL, but please check with OS folks. Windows Client Windows Server Windows Mobile Windows SharePoint Services Microsoft Exchange Server Microsoft Office Outlook Microsoft Dynamics CRM Entourage ...Show All

  • SQL Server discarding rows - best practice?

    I have a need to filter out certain rows from my data stream. I cannot apply the filter against the source data using my DataReader component, due to some constraints in the source system. Therefore, I must filter the data out after it enters my datastream (trust me on this part). I have created a data flow that uses the Conditional Split transformation to do this. I created one condition that matches the rows I want to discard. I then connected the Default output stream to my target table. I have simply left the "discard" output disconnected. This appear to do what I want. My question is: is it OK to leave outputs disconnected in this fashion It isn't really apparent when viewing the package that the conditional split is ...Show All

  • Windows Live Developer Forums Robot Invaders Contest Winners

    It's time to annouce the winners for the Robot Invaders contest. The contest ran from May 15th to September 15th and in the end 53 Messenger bots were accepted as valid entries in the contest ( per the how to compete guidelines ). Each entry to the contest was judge by three judges separately using the Judging Criteria outlined on the How to Compete page and then the judges scores were averaged. There were a lot of great robot's submitted but here's the winners: Title Prize LiveBot Grand Mother Nature 1st Spleak 2nd Mobile Record bot 2nd Virtual Secretary 2nd Dr Phile Knowledge 2nd Comtec Travel Bot 2nd Search Bunny 3rd ...Show All

  • SQL Server OLE DB Destination - Fast Load with Maximum Insert Commit Size

    I'm seeing some strange behavior from the OLE DB Destination when using the "fast load" access mode and setting the "Maximum insert commit size". When I do not set the "Rows per batch" or the "Maximum insert commit size", the package I'm working with inserts 123,070 rows using a single "insert bulk" statement. The data seems to flow through the pipeline until it gets to the OLE DB Destination and then I see a short pause. I'm assuming the pause is from the "insert bulk" statement handling all of the rows at once. When I set the "Rows per batch" option but leave the "Maximum insert commit size" alone, I generally see the same behavior -- a single "ins ...Show All

  • Visual Studio Tools for Office Word is still running after you stop debugging it in Visual Studio 2005

    Hi I have a Windows Application created in C# using VS.NET 2005, this windows application references the Microsoft Word 11 automation libraries (DLLs). When the Windows form runs, it starts Microsoft Word, it uses it, and when it closes, it closes word. Everything up to here is fine, but there is a problem when I am debugging this application. When I debug the application, the form starts, and Microsoft Word too, but if I press the stop button in the VS.NET 2005 debugger, the form will close, but not the applications started by it, like Word 11. What settings should I change in VS.net 2005 to monitor the Word instances that are created by that form, so VS can stop them when the application stops. ...Show All

  • SQL Server SQL Server 2005 JDBC Driver v1.1 and SSL

    Hi folks, I'm trying to figure out if the SQL Server 2005 JDBC driver supports SSL at all. I've downloaded the driver documentation, looked at more web pages than I care to count, and even went as far as to take a stab at guessing at different driver property names in the hopes I might discover some undocumented feature. Each time I try, I come up dry. The following exception shows up in my JBoss log: 2007-01-03 12:13:36,812 WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable while attempting to get a new connection: null org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (com.microsoft.sqlserver.jdbc.SQLServerException: The SQL Server login requires an SSL connection.) ...Show All

  • SQL Server IN function syntax - how do you delimit set members?

    I am using the IN function in an expression. Can someone tell me the delimiter for members in the set I tried semi-colon but that doesn't appear to be working. My expression looks like this: IN(Status1, "Issued;Entered;Closed"). It always returns false even though the value of Status1 will always be one of the three listed values. The Help files describe it this way: IN Determines whether an item is a member of a set. Syntax IN (item, set) By default, Reporting Services doesn't have an IN function that can be used as part of an expression. So I'm not really sure what you are referring to. This sounds like it's more related to a query you'd write against ...Show All

  • .NET Development Spell Checking Library

    In .Net 2.0, does it provide a spell checking library with the ability to support custom defined dictionaries If not, what are my options Don't think it does... But, tried this http://sourceforge.net/projects/netspell/ ...Show All

  • .NET Development devolping Composite Control

    I want to build Composite control using Datagrid in .NET 2.0 that should be reffered in ToolBox of VS2005. can any body suggest me some useful links regarding this problem and which project type should i choose for doing this. Thanks Bappi , I am using Class Library. but i want to create control for Web based applications. it will include Datagrid and Buttons. Regards, Roxy1980 ...Show All

  • SQL Server sql generated by report builder?

    Is there a way to view the sql statement generated from the report builder I'm creating reports through report builder and need to see the sql statement it generates. Thanks in advance!!! That's correct -- it is not supported in this release. You can get the report server to log the queries, however: http://blogs.msdn.com/bobmeyers/archive/2006/07/05/657125.aspx Hope that helps! ...Show All

  • Windows Forms Deployment project prerequisites

    Hello, i have added deployment project to my windows application, this application use ActiveX (VideoLan VLC) and, if there is no VLC installed on client computer, after my application installation when i want to launch my application it craches... i need on of solutions: 1. Somehow to add this activeX component to Setup project maby in prerequisites, and setup at begining performs is needed component installed o not, if not setup project automaticaly installs all required components... can i do this and how 2. Just disable a part of application functionnality if there are no all needed components... for ex. i install my project, and there is no VLC installed on my computer, but when i launch my application it doesn't chrash, but ...Show All

  • Visual Studio Trouble getting Started...

    Hi all... I am trying to create my first report that accepts parameters and I'm following the tutorials provided. My problem started after adding the CrystalReportViewer object. The tutorial says to check View >> Other Windows >> Object Browser to see if the ConfigureCrystalReports() method was automatically added. First, I don't have the menu option Object Browser ANYWHERE, second that method was not added. When I create the method manually and add the code they provide nothing works. I'm using Visual Studio 2005 Professional Edition, so I know that this should work. Any suggestions Don't worry, there must be a mistake because I don't have that option too but I followed the tutorial and it w ...Show All

  • Visual Studio Express Editions my application home directory

    Hey there, I used to program a lot in Visual Basic 6, got Visual Studio and wow there are a ton of changes, don't get me wrong I think most of the changes are great! but now I'm finding myself stuck at some points and with a lack of books available to me it's getting more and more difficult. just one small thing that I used to do in VB was with opening files, i was able to call up my applications home directory making it easier to store files and keep everything in order e.g. open app.path & "\data\data.txt" for output as #1 << insert code here >> close #1 With the current changes I have no clue how to get that app.path function again please help thanks ...Show All

  • Visual Basic How to Remove Duplicate values in ListBox ??

    Hello, I am stuck in my project and don't know what to do about it. I have thought of several ways but nothing has worked... so can anyone help me as to How i should remove duplicate values from a listbox on a buttonclick on a form I am a student ...so with all respect can you please write in plain english and help me in my code I am getting a argumentoutofexception error in this code can u debug it please Dim i, j As Integer For i = 0 To ListBox1.Items.Count - 1 For j = 1 To ListBox1.Items.Count If (ListBox1.Items.Item(i) = ListBox1.Items.Item(j)) Then ListBox1.Items.RemoveAt(i) End If Next Next ...Show All

©2008 Software Development Network