Software Development Network Logo
  • Windows Vista
  • Visual Basic
  • VS Express Editions
  • Visual FoxPro
  • Microsoft ISV
  • Smart Device
  • Windows Forms
  • SQL Server
  • Visual C++
  • Visual C#
  • .NET Development
  • Architecture
  • Visual J#
  • VS Team System
  • Visual Studio

Software Development Network >> fcsobel's Q&A profile

fcsobel

Member List

big14outdrs
CWC1980
Brice PRUNIER
Chmely
CaverDave
Bursteg
Rajasekaran_itech
angle
DennisCastro
angelok
David Pugh MSFT
xyber
mario l gutierrez
UZone
Questa
EladioG
MSNBuger
tmg2006
Adarro
Mark FMJ
Only Title

fcsobel's Q&A profile

  • Windows Forms Question!!! Who can give me a hand?

    As we know the DataSet is working with disconnected Data. Once we fetch the results of a query into a DataSet using a DataAdatper object. there is no longer a connection between DataSet and Database. If other user modify data in database that corresponds to the data in DataSet , we will not see those charges in our DataSet. But in a Bussiness windows Application System. it need to responds any changes. For example, if Sales department  ...Show All

  • SQL Server Questions about sp_addlinkedsrvlogin

    1. Is there any command in SQL Server that can tell me which remote login on the linked server have I mapped my local login 2. If I use below command to map a local user: Locallogin to the domain administrator sp_addlinkedsrvlogin 'mainsql', 'false', 'Locallogin', 'Administrator', 'pwd' What will happen if the domain administrator's password may change in the future Should I execute sp_addlinkedsrvlogin with new rmtpassword again ...Show All

  • SQL Server Execute SQL Task – Output Parameter on Stored Procedure causes task to fail.

    I have a SQL Task that calls a stored procedure and returns an output parameter.   The task fails with error "Value does not fall within the expected range."   The Stored Procedure is defined as follows: Create Procedure [dbo].[TestOutputParms]             @InParm INT ,             @OutParm INT OUTPUT a ...Show All

  • Visual Studio Team System "No Agent machines matched the selection criteria" - error after adding another Agent

    I've added an additional Agent to my rig. The new agent registered itself with the controller as seen in the Adminsiter Test Controller dialogue. The named-pair values for my agents in the Distributed test run config file match that specified via the Admin Test Controller. I removed the newly added Agent and still received the same error message. Any idea of what is causing this issue What name/value pair ...Show All

  • Visual C++ VC++ 2005 redistributable (vcredist_x86.exe etc.)

    Hi there, I noticed that the Beta 2 redistributable is hosted on the Microsoft download library, but the final ones seems not to be. Will it be hosted on microsoft.com (or is it already somewhere ). Also, it has been reported to me that on Windows 2000 the (RTM) redistributal gives an unuseful error message if Windows Installer 3.1 is not installed. The message is error 1723. "A DLL required for this install to complete could not be run." ...Show All

  • .NET Development SqlParameter Caching in ASP.NET on server side.

    Hello Friends, I have an idea to cache the SqlParameter objects in an ASP.NET application or website. I mean when we are using any SqlCommand object to execute any stored procedure, we have to add SqlParameter objects to this SqlCommand object to execute the given stored procedure. Now my concern is, after creating any SqlParameter object and adding it to parameters collection of SqlCommand object, i want to cache this newly created SqlPa ...Show All

  • Visual Basic Pulling User name and info From Active Directory using LDAP in VB.net 2005

    Hello, I am sorry I do not have functional code to post but I hope you can understand my request enought to give me a hand. NEEDS: 1> take a request... ie. First name, Last name, or login ID and Search AD Path can be hard coded so entire forest is not searched. 2> List all entries found 3>once the correct user is selected I need to pull First, last, middle name and , Email , Phone number , @ and GUID for that user. ...Show All

  • System Center Disk space used

    For the Utilization by resource Simulation result, does the utilization refer to disk throughput utilization or disk space utilization   If it is for disk throughput utilization, how can I find the disk space utilzation It would ben really good to know how big the Exchane databases will grow and how many log files will be produced over a given period. Thanks. Ben ..   Ben Jackson wrote: It ...Show All

  • Visual C++ CString is not identified by Visual Studio 2005?

    I have compiled with VS 2003 #include <afxwin.h> (at the top) #include "stdafx.h" #using <mscorlib.dll> and declared in method like this CString csUser, csPassword, csServer; //=========================== The same syntax is giving this error in Visual Studio 2005! error C2061: syntax error : identifier 'CString' Spent four to six hours to resolve it, However, I need this CString to work, but can not change it String* o ...Show All

  • Visual C# IDE just stops

    I won't dual post so i will just have the link here http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=156866&SiteID=1 Thank you ...Show All

  • Smart Device Development how do i download file of internet on ppc?

    Hi there~ I want to write a programe about download file with C#, and maybe the file at everywhere. I found two methods to download file of internet. (webclient and DiscoveryClientProtocol.Download) But,it can't use for PPC paltform. Have someone know how to download file of internet Please tell or supply idea to me. By kuan chu Take a look at this quick start sample: http://samples.gotdotnet.com/quickstart/CompactFramework/doc/httpgetwi ...Show All

  • .NET Development how do I change a field having PrimaryKey???

    Dear All; I want to change just a No Duplicate field in a Row having Primary Key. When i follow as given in MCAD/MCSD code snippet as follows: Dim rowChange as DataRow rowChange=m_dtContacts.Rows.Find(m_NextID-1)  rowChange.Item("Workphone")="(555)222-90000)" it threw an exception of type "Dublicate Key.." Is there any helpfull tip for solving such problem Thanks alot   Hi, Try checking the RowState if its percieved a ...Show All

  • SQL Server Restore Analysis Backup to new DAtabase Name

    I have backed up an AS database. Now I want to restore it to a new name so I have two copies to play with.  How do I do this Thanks, Chris How do you get around the problem of credentials of multiple domains. Dev machine on one domain, server on anther (via VPN at client). I know I could problably copy all the files to the server and change the configs. Anybody researched this Thanks ...Show All

  • Windows Forms Problems with stdole.dll

    Hi, I made an application and use the MapPoint ActiveX Control. When I start the app I check for the presence of MapPoint and if it is there it shows a map. This all works fine. But now I tried to deplay the app to a clean machine. XP SP2 / .NET CF 2.0 (downloaded dotnetfx.exe) are on the machine. The app deployed fine on the machin until I added tha ActiveX Control. Now after some installation work it brings a MessageBox: System Update Required ...Show All

  • Visual C# If statement problems

    Hi, I'm very new to the C# community I have been working on a program that uses username recongnicition and I have a question. Here is my code if (textBox1.Value == "mittensonfire")             {                 MessageBox.Show("You are very leet");           &nb ...Show All

©2008 Software Development Network

powered by phorum