ShanSara's Q&A profile
SQL Server Regarding dblib
hi..I am running DBLIB (sample application of SQL Server) between 2k and 2k3. Well seems working perfect..but want to know whats going on in the Database..I think some DB configuration (like DB connection or Table creation) is required to see the effect of executed/commited transactions..need some guidence. Thanks in advance Umer Try some SQL Engine specific forum, e.g. http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=9 ...Show All
Visual Studio Team System "Remaining work" report
Hi! I would like to know why the "Remaining work" report in the latest Beta 3 edition is different than it was in the Beta 2 In the current Beta 3 the input values are “Iteration”, “Area”, “Work Item Type”, “Start Date” and “End Date”. The biggest value for “End Date” can only be the actual date. The example included in the MSF process guidance on the Project Portal, on the other hand, shows the “old” report, as it was in the Beta 2. On ...Show All
Windows Forms BindingSource automatically updating DataSource
Hi. I am binding with 2.0 bindingsource component. I have a form with various usercontrols, ie textboxes, checkboxes, etc, a bindingsource with a datasource of a strongly typed dataset. I have bound the usercontrols to the appropriate column in my bindingsource. When i make changes, everything works great and updates are placed into my Dataset. However...this is not what i want...there is an 'OK' button on the form and I do not want the changes ...Show All
SQL Server SQLEXPRESS Problem in Visual Webdeveloper 2005 Exress.
Hi, I installed VWD 2005 and SQL Express 2005 and they both run excellent. When I try to create a database in the App_Data folder of my website it tells me "Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance the connection will be closed" I checked that all the services are running and they are. I use the SQL Server Management Express 2005 tool to connect to SQLEXPRESS and that w ...Show All
SQL Server SQL Agent Failing when trying to run my SSIS Package
My SQL Agent was working fine. Now when I try to run it, it failes when trying to run my SSIS package. I looked in the logs, and job history, no luck in finding any critical errors. My SSIS package runs fine through VS 2005 in debug mode. Here are the only errors: 01/04/2006 09:53:48,,Warning,[396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect 01/04/2006 09:53:48,,Warning,[260] Unable ...Show All
SQL Server Master-detail on the same dataset
Hello, I have a dataset (web service) which profide the following data: ProdID ProductName ItemID ItemName 12 ABC AF Item1 12 ABC AE Item2 13 DEF AF Item1 13 DEF AN Item3 I would see the table rendered as 12 ABC AF Item1 AE Item2 13 DEF AF Item1 AN Item3 I tryied setting groups but I don't see the correct data (just the first record) Any help Thanks, Pie ...Show All
Visual Studio Team System ADAM Error on Installation
Hi, I could not ever install the ctp version of foundation server. Finally on beta 2, i thought my woes would be over... Far from it Now it stops at the ADAM install itself. I did exactly as the installation guide said.. fresh machine.. it completes the step 1 starts the step 2 and then it says there has been an error.. now no info on what the error is all abt. I chkd the known issues and it mentioned abt the TMP variable spaces... ...Show All
SQL Server what is incremental export/import in DTS ?
Hi all, I have new project asking me to export incremental data from one sql server to another sql server. what does we mean by incremental export do it mean that only updated rows should exported each time when package run or do i have to truncate table and export entire table again regards bharat An incremental export would be, in my team, an export that only takes changed data from the last time the pack ...Show All
Software Development for Windows Vista WWF-SqlWorkflowPersistenceService
I have added the service to the WorkflowRuntime and used the UnLoad() of Workflow Instance. But still I could not see the data getting persisted. Can anyone please help When are you doing an unload If your workflow has a delay or an event and if you have set UnloadOnIdle flag in SqlworkflowpersistenceService to true, your workflow will be persisted in the database while executing delay or event. One t ...Show All
.NET Development Debugging .NET Runtime 2.0 Error Reporting Event: 1000
Hi, I have an application running on .Net Framework 2.0. After running for a day or so, the application stop and an error is generated by Windows Error Reporting. The message is as follows: Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category: None Event ID: 1000 Date: 18/01/2006 Time: 09:46:29 AM User: N/A Computer: myComputer Description: Faulting application myApplication.exe, version 1.0.2208.39414, stamp 43c ...Show All
Windows Forms Which textbox is the cursor presently in?
Newbie here. I have reduced my problem to the following: I have a form with two textboxes, a label, and a timer. I would like the label (label1.Text="1"; etc) to show the textbox number that contains the cursor. Placing code in the textBox1_TextChanged routine does not work because the text is not changed in the selected box, only clicked with the mouse. The timer updates other information, and I've tried some desperate measures such a ...Show All
Windows Forms listView
i have a listview with 3 col i wnat to add data to each col how can i do it Here's a good code translator: http://www.carlosag.net/Tools/CodeTranslator/ I've seen more than a few of them, but so far this one seems to work the best. ...Show All
SQL Server Cannot insert the value NULL into column 'NotificationBatchId'
Using Yukon Apr 05 CTP Have defined the custom fields for the subscription (like the Stock Name and Stock Price) Error while the SubscriptionsEventRule gets executed the NSFireDeveloperDefined1 stored proc (that contains the SubscriptionsEventRule t-sql) throws up this error "Cannot insert the value NULL into column 'NotificationBatchId' " This columns belongs to the NSTestNotifications table. Should this column be a bigint "ident ...Show All
Smart Device Development dynamic web reference in Pocket PC
Dear, I am developing a pocket pc application where I consume the information from web services. It is pretty simple to actually include/add the reference into the project and make it works. But now, I am having a problem where I want the Web Reference to be dynamic where I could able to change the address during run time. This is important because the pocket pc will be run under LAN while it is in the office and run under WAN when out ...Show All
.NET Development How do i get Reference of a running application
If a windows application is running, how can i get the reference of the form in that running application from my project. I am developing in .NET. No the form is from differnt application developed in VB.Net. I need to monitor what is happening i that form and also fire some if required. ...Show All
