Sarath25177's Q&A profile
Windows Forms ADO Error???
I wasn't quite sure where I should be posting this, but I figured in the Data Binding Discussion would be a good place to start. I'm trying to create a sqlDataAdapter, so I go through the process and at the end I get this error: ADO E ...Show All
Windows Forms Extending the Button Class
I'm trying to write a program in Visual C++ .net 2005 beta 2 and it does not have the funtions I need to implement a button to change the rows that are being displayed in a dataset. The code that should work is this->BindingContext->Item[JazzPep_MembersDataSet, "Pep Members"]->Position = this->BindingContext->Item[JazzPep_MembersDataSet, "Pep Members"]->Position + 1; but when i use this I get compile errors that say that ...Show All
Visual Studio Team System How do you manage functional specifications for versioned releases?
I am looking at the MSF functional specification template and it looks pretty good. My question is, how do you typically manage functional specifications for versioned releases Do you have a separate functional specifications document for each version Do you include the versioning strategy within the functional specifications document Hi [msf-er] How can I download a copy of a sample functional specification template Please guid ...Show All
.NET Development CDO.Message failure when email username contains trailing dots
I have a SQL2000 SP3 server and a stored procedure similar to this: CREATE PROCEDURE Usp_SendMail @To varchar(100) = '"Administrator"<hi@test.com>', @From varchar(50) = '"Server"', @Subject varchar(50) , @Body varchar(1000) , @Format int = 1 AS DECLARE @object int, @hr int EXEC @hr = sp_OACreate 'CDO.Message', @object OUTPUT EXEC @hr = sp_OASetProperty @object, 'To', @To EXEC @hr = sp_OASetProperty @object, 'From', @Fr ...Show All
Visual C# .dll options
Im making a .dll and when people use it i want them to be able to seee a structure like this... -- part 1 -- option 1 --|-- part 2 | Begin. - -|- - option 2 --|-- part 1 | -- part 2 -- option 3 ---- part 1 One more thing is all the 'parts' i want to be 'public voids' of my own coding, any help would be appreciated well for example ...Show All
Windows Forms Hosting Controls in a DataGridView
Hello , my friends i am , new in forums, so be patients plz. how can i host a treeview control in a datagridview cell, so, when the user click the cell (i.e. compoboxcell) the treeview control will disply and the cell value will be the treenode id that the user click, or any other field value from the table that is bound to the displayed treeview. i read the microsoft calender example, but i think it will be dificu ...Show All
SQL Server Using Configuration files
Hi all, I am using XML Configuration Files to configure my package connections, but when i use them on a Database Transfere Task every time i try to open those packages on a different machine from the one in which it was created i got the following error: Validation error. Connection_name : The Validate method on the task failed, and returned error code 0x80131501 (Failed to connect to server Defined Server .). The Validate method must succeed a ...Show All
SQL Server SQL Server 2005 Express Question
Ok guys Im still learning this database stuff so im hoping somebody can clear up some fog. What I wanted to know was: 1. What is the "image" data type when setting up tables Does it handle .jpg .gif .bmp files If so would this be the option i would use to put pictures in and removes pictures from the database 2. Can I use the "bit" datatype to increase a number, such as How many registered Users, or how many times vi ...Show All
Visual Studio Team System Can't find Team Explorer
I have VS Team Edition for Software Architects installed and want to connect it to Team Foundation Server, but cannot find any menu command to do so. The help system says to go to Tools > Connect to Team Foundation Server... but I do not have that menu command. Is there some magic I have to do to "enable" the Team System functionality after installation I have tried going to "Tools > Customize" and trying to add the command, but ...Show All
Windows Forms Visual Source Safe Hell
I am having loads of problem using vb.net project under visual source safe. I’ll start with How can I exclude source safe information from the project when I take a copy of project home I don’t have source safe on my home pc. Every ...Show All
Smart Device Development CAB file for connecting to SQL Express 2005
Hi, I'm having difficulties trying to connect my smart device(Symbol MC50) to the SQL Server Express 2005. I've earlier deployed my application to SQL Server 2000 and after installing sql.ppc.wce4.armv4 onto the smart device. It was working fine. (It can authenticate via AD, retrieve data from server). When I try to do to the same to another server running SQL Express 2005, i'm unable to connect. Please advise. Regards, crab_era ...Show All
SQL Server Access Data From Multiple SqlSever Instances
Hi I am having two SQL Server instances installed at two different systems and want to fetch data from both of them in a sigle query with joins. Somebody suggested that I need to link up the sql server instances at the admin level. If you have an idea about the process of linkng multiple sql server instances kindly convey it to me. For Details of the discussion kindly follow the undergiven link http://forums.microsoft.com/MSDN/ShowPost.aspx Pos ...Show All
Visual Studio Express Editions How to move the label BOX to the middle.
Hi im a student using visual studio and i need to know what codes do you put in your button to make my label move to the middle of the screen.. Even when the window is enlarged or minimized the label will also go to the middle instanly when the button is click.. pls help me! You seem to me to be asking two questions 1 - how do you make a button click do something ( double click it in the design view, and the ...Show All
.NET Development return output Inserted.ColName value into a parameter
The question is how to retrieve an OUTPUT value from an INSERT statement into C# code. The reason this was important is because performance was poor when using a uniqueidentifier as a primary key that had the guid value passed in from C#. There were a lot of index page splits occuring. Performance dramatically increased by using NEWSEQUENTIALID , which required the code changes shown below. Since this was originally posted, my coworker found the ...Show All
Visual Basic Loading Data Using ProgressBar as Indicator
Here we go again folks, hope you help me out on this one...I had a form(frmAccount) wherein it has a datagridview(dgvAccount) that bounded to a certain table of my db.Because of too many records(about 20000), it takes such time(about 8seconds almost) to load all of the data...I had no idea how can I possibly decrease this loading time so I just put a progressbar(pBar) as an indicator of the process.This progressbar was attached in the main ...Show All
