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

Software Development Network >> Tamas Pocker's Q&A profile

Tamas Pocker

Member List

Peter Eriksson
Pranav Sanghadia
Georg Müller
Penicillin
Learning VB
pamike
Carlos Silva
Michael Per
James Alexander
agney
EYSRG
Justin Voshell
ibbm
CarlosAlberto
Vishal Aggarwal
wencey
Eric Cann
nhaas
a23rd
Christian Sparre
Only Title

Tamas Pocker's Q&A profile

  • SQL Server SQL Server 2005 Remote Connection Problem... Big Time.

    Hi, I installed SQL server 2005 express edition on my windows server and I had no problem with connecting it remotely through Management Studio, then I removed it and installed a full edition SQL server 2005. That's when it's gone all wrong. Now I can't remotely connect the server through Management Studio. The error I get is the same as some of the people in this forum has which is: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)&qu ...Show All

  • Windows Live Developer Forums What are the limits?

    Hello everyone, I know there are allowed 10,000 keywords and 20 ads per order. Can anyone let me know how many orders per campaign and how many campaigns per account are allowed (the information might be in .chm file, but I was not able to find it!) Thank you very much, Orest The limits are still being reviewed for optimization and they may change in the future. When we have determined the optimal limits, we will publish the information in the adCenter API documentation. Thank you, Walter Poupore - MSFT ...Show All

  • Smart Device Development Display image in datagrid cell

    I am trying to display an image in a datarow's cell on a DataGrid control. Can this be done; if so please help. Thanks It can be done on NETCF V2 SP1. Just Override Paint() on DataGridColumnStyle class and paint whatever you want including images. This should help: http://blogs.msdn.com/netcfteam/archive/2006/04/25/583542.aspx ...Show All

  • SQL Server Dynamic formatting question

    Hello, I have a dataset that returns one column of data from which some fields are supposed to appear horizontally in the report, while the rest appear line by line vertically. Is it possible to take, for example, three consecutive fields from the dataset and merge the corresponding table rows that hold these fields in the report Perhaps using an expression or custom code Thanks in advance for any help. I'd be happy to provide examples of what I need if it can help clarify the question. RLGow Not exactly sure what you are trying to do, but you can write expressions that concatenate the value of multiple fields, such as: =Fields!ColumnA.Value & Fields!ColumnB.Value & Fields!ColumnC ...Show All

  • Windows Forms Sending a file path as a command line parameter

    I'm trying to associate a ClickOnce application with a file extension. The command key in the registry allows me to format a command to open my application and send the full path to the file to open as a parameter. Since this is a ClickOnce app, command line arguments are sent via a URL. Unfortunately, sending a file path as part of a URL seems to cause some problems because of unescaped characters (colon, backslash and space): *Activation of " http://www.mywebsite.com/appDir/ClickOnceApp.application open="C:\Transfer\Test File.tst "" resulted in exception. Following failure messages were detected: + Invalid URI: The URI scheme is not valid. Does anyone know of a workaround for this issue ...Show All

  • Smart Device Development Difference between .NETCF 1.0 and .NETCF 2.0

    Hi All, Can anyone provide me the exact comparision between .NETCF1.0 and .NETCF 2.0. You can see what's new in CF2.0 here http://msdn2.microsoft.com/en-us/library/ws1c3xeh.aspx and for what's new in CF2.0 SP1 check here http://msdn2.microsoft.com/en-us/library/ms404356.aspx . HTH ...Show All

  • Visual Basic Working with arrays

    hi, i'm currently working with a function that queries a database for a number of employee id's. i'm trying to save all results in an array and pass then to another function via return. how can i add to an already populated array since i'm using data reader and how can i pass the whole array in return. my code is something like this: dim employee_ids() as string while reader.read ' data for storing to array is reader.GetValue(1).ToString() ' how do i add to the existing array with existing values end while return employee_ids ' how do i pass the whole array in return thanks in advance, dave That's correct, the Emplyee_ids is an array: you don't need the parenthesis to return the a ...Show All

  • SQL Server Multiple Fuzzy Lookup

    Is it possbile to have multiple fuzzy lookup within a data flow I need to have at least 3 fuzzy lookup in a data flow. Here're the conditions that I try to find match: 1=Zip&City, 2=Zip&State, 3=City&State. I've the first fuzzy lookup working fine. After that, I've a conditional split to get any unmatch, then use another fuzzy lookup for a second condition...at this point, I get the error saying "The package contains two objects with duplicate name of output column _Similarity..." I do not need to get the _Similarity and _Confidence, so is there a way to exclude them from returning in the output Any comments Thanks in advance. Frank, I do not find any options to re-name the _Similarity and _Confide ...Show All

  • Microsoft ISV Community Center Forums key in date and filter the data in a week

    Hi all, I have question on VBA which is quite difficult for me. I need a VBA code that can filter out all data in a specific week after i type in a date, any date within that week in a textbox which i have previously created. For example i have a table of dates corresponding to number of week: Week 1 02-Jan-2006 09-Jan-2006 Week 2 09-Jan-2006 16-Jan-2006 Week 3 16-Jan-2006 23-Jan-2006 Week 4 23-Jan-2006 30-Jan-2006 Week 5 30-Jan-2006 06-Feb-2006 Week 6 06-Feb-2006 13-Feb-2006 Week 7 13-Feb-2006 20-Feb-2006 Week 8 20-Feb-2006 27-Feb-2006 Week 9 27-Feb-2006 06-Mar-2006 and ...Show All

  • Visual Studio 2008 (Pre-release) How to make wsHttpBinding work over Internet supporting Sessions and Security?

    Hello, My question is possibly simple, but is very important for me. I need to make my WCF application work over the internet and make it with support of Sessions (and there for with Security support). I have choosen wsHttpBinding to implement my functionality and my application works fine on the single machine or over several PCs in one domain. But, when i try to make my application work over the PC's not included in one domain, it interrupts with MessageSecurityException : " An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail. ---> System.ServiceModel.FaultException: An error occurred when verifying security for the message ." I can't ...Show All

  • Visual Studio Trouble installing the December MSDN Library

    I received the latest MSDN DVD distribution the other day. The package included the December 2006 version of the MSDN Subscriptions Library. When I try to install this updated version of the library my XP/SP2 system totally hangs trying to do something on/with the DVD. If I put the DVD in a system that does not have VS 2005 installed and does not have any previous version of the library installed I can read the DVD without any problems. My question is has anyone else seen this problem with the December library If so, have you found any workarounds other than to stay with the previous library version Thanks Neil Just FYI, I tried disabling Sonic DLA on the DVD and on one system it seemed to make things better. I was able to open the ...Show All

  • Visual Basic Need To Create Search Bar For Database

    Greetings, I am completely and utterly amazed at the lack of information on how to create or employ a search bar. This is the one simple attribute that has made the internet what it is today. Nearly every program I have ever used has a search bar which, when data is entered into the textbox and the search button is clicked, it returns matching criteria. However, I have searched (Imagine That) Google, Yahoo,LearnVisualStudio.net, MSDN, and Help for three days on how to create such a simple procedure and have found nothing. What I need to do: I am creating a database where I have all my Employees Information which includes columns: [Employee Number], [Emloyee First Name], [Employee Last Name], etc.... I have created the database and ...Show All

  • Visual Studio Express Editions Can I make My Own Internet Look-alike?

    I want to know if I can make an address bar a back and a foward button all of the internet essentials because then I could make it start on my favorite website. Now I know that this can all be done by with a regular internet program but can you name it (okay you can do that too) ,but can you make your own image for it(okay ,you probably can do that too) now that I think about it there really is no reason but I need something to do and since I am a beginner at doing .... anything but every journey starts with a step(wow that sure does sound lame) and like my name suggests I won't understand big words so could you please put it in lamens terms (that is how you spell it isn't) oh well. If you're using some va ...Show All

  • Visual C# Creating a wrapper DLL between C and C#?

    I have a DLL and LIB files that were written in C. The ultimate goal is to access some of their functions in C#. I'm able to successfully access them with C++, and I was hoping that I could now just make a C++ wrapper DLL to access the C files. This has the added benefit of simplifying the C# interop code, because I will no longer need to deal with null pointers or other difficult data types. But I'm having problems getting it to work, so I'm hoping for some help. Here's some example code: Abcd.lib has a function AbcdRint( double ), which returns a double. My wrapper C++ code looks like: --- #include "stdafx.h" #include "Wrapper.h" #include "abcd/abcd_inc.h" #using <mscorlib.dll> ...Show All

  • Windows Search Technologies Custom Search Plugin

    I want to write a plugin to search my del.icio.us bookmarks. I already have the code to download an xml file for all of my bookmarks, I just need to know if there is a way to create a plugin that will read the xml a certain way - so titles show up and when clicked they go to the corresponding url. Is this possible I am using WDS beta 2 Hello Greg, In order to do this, you would need to write a protocol handler for your .xml file and register the protocol handler with WDS. This is not a trivial task, but it certainly can be done. You can find information about creating protocol handlers in the SharePoint SDK. http://support.microsoft.com/default.aspx scid=kb;en-us;830037 Paul Nystrom - MSFT ...Show All

©2008 Software Development Network