tc1109's Q&A profile
Visual C# reporting Services CreateDataDrivenSubscription method is cut off the datasettings at 256 char!
Does anybody know why when i create a subscription using rs.CreateDataDrivenSubscription the datasettings that is saved in the subscriptions table is cut off at 256 characters. can anyone help ...Show All
Windows Forms Combobox as a Column header in datagrid???
Hi, Is there a way of having a 'Column header' as a dropdown list 'Combobox' in a Windows Forms DataGrid. I know I can create an entire Column of type Combobox by deriving the DataGridColumnStyle but that does not solve my problem! One other&nb ...Show All
Visual C++ GetWindowRect Function
HI, below is a piece of code. HWND hVWnd; RECT rRect; GetWindowRect(hVWnd,&rRect); diff_val = rRect.bottom-rRect.top; If on starting a application if my window is minimized then value of rRect.top and rRect.bottom is -32000. Is it a garbage value or any valid error code Once my window get normal size it gives me a valid wondow cordinates. (such as 405, 395 ..) my question is, when a window is minimize then GetwindowRect's top pr ...Show All
SQL Server Register CTP to Enterprise Manager
Is it possible to register SQL Server 2005 to Enterprise Manager of SQL Server 2000 If yes, what are the components that need to installed on the machine having the Enterprise Manager Thanks. Hello, The ADO.NET 1.1 connection and application will work fine with SQL Server 2005. The issue is for application that uses SQL Server 2000 DMO (DMO 8.0) to connect SQL Server 2005 will see similar error. For example, SQL Server 2000 Quer ...Show All
Software Development for Windows Vista Icons/Glyph Designers on Windows Vista
I know this is weird question/request...but is there anyway I can be put in contact with the design team working on the icons/glyphs for Windows Vista, I have so many questions I wish I could get answers to... please just one designer on the team, he can email me at emdubu@hotmail.com if you can post the persons email directly here. PLEASE! i beg :) best Michael just seeking a few answers i know i wont get here... Ask your questions here s ...Show All
Visual Studio Beta 2 VSIP - where?
Just installing Beta 2. Now - when can we expect the matching VSIP package I have some editors to get going. soon, measured in days. people are working on posting the bits as we speak. ---------------------------------------- Update: The Visual Studio 2005 SDK beta two release and instructions for downloading them have been announced at Visual Studio Extensibility . Enjoy! ...Show All
SQL Server Using national characters
Alas, I live in Sweden where we are blessed with three extra wovels in our alphabet (aao). Some values I have in an XML document stored in the database contain Swedish. For example: <book> <chapter>Aterbaringen</chapter> <text>...</text> </book> I want to perform XML tasks on this data in SSIS, so I use an Execute SQL Task (OLE DB with XML result set) with the foll ...Show All
SQL Server Add a column to a table.
I know this should be stupidly easy to do but I'm pulling my hair out trying to figure out how to write a SQL query to add a column to an existing table with SQL Server 2005. Every single reference I've found says to use "ALTER TABLE", yet when I do SQL says... "The ALTER TABLE SQL construct or statement is not supported." So how the $%^$ am I supposed to add a column I've wasted about 3 hours on this simple task and i ...Show All
.NET Development How to keen network connection active indefinitely
Hi, I am developing a program (using TcpListener class) to listen for data from a particular client. Client used to send data once in a while (say once in 30 minutes). Once connection is established, i want to keep it active indefinitely. Kindly let me know hoe to achieve it. Thanks & Regards, kalai Hi, I have understand better and solved it. Thanks for your help With Regards, kal ...Show All
Visual Studio Express Editions Serious Problem , Need Help Fast
Okay So I installed Vb Express Edition a while ago like 2-3 weeks ago , and i finally got around to making an application, well i started to make it and made it and made it and tested it and tested it , when suddenly i hit the run button and the computer just shut down , the power was on but it like restarted, next i started the program again and did the same thing, but now this time i went to file save and save the soloution ...Show All
.NET Development VS 2005 & Access DB problem
Hi ppl, I'm having one of the strangest problems I have encountered while working with Visual Studio. The story is simple - I'm building a simple application (something like book collector, but it's not relevant to this question) and everything has been going perfectly for a month, until few days ago. All of a sudden, I cannot run the application without getting strange error message: The Microsoft Jet database engine could not find the objec ...Show All
SQL Server DeleteSubscription leaves job in SQL Server
Has anyone else noticed that if you create a timed subscription using the web service and then delete it using the DeleteSubscription method, there is a job (id'ed by a guid) left in SQL Server Jobs Consequently we now have hundres of "orphaned" jobs in our database :-( A bit more investigation appears to reveal this: I use data driven subscriptions and create them using CreateDataDrivenSubs ...Show All
SQL Server Adding Reference and Importing .NET into Script Transformation
I have a .NET component that I want to import into a Script Transformation of a Data Flow. Going into the script code (editing Script transformation and clocking "Design Script" button), I try to "Add Reference" to the component (Add Reference selection under "Project" menu), but I do not see it - nor do I have the option to Browse for the component. How do I establish a reference to an external .NET component so I can use it in my transformati ...Show All
Visual C++ "Correct" Workerthread Termination
Hello, I have used worker threads for a long while and yet always had and still have problems with the "correct" way such threads should be killed for premature termination. They may have files open, are in the process of allocating global memory or doing any number of other things. The closest I got to "correct" is to signal the worker thread through it's priority if it's services are not required anymore for terminati ...Show All
Smart Device Development Get DataGrid Column Value
How do I get the value from a specific datagrid column Since DataGrid has no data storage, you should get value from grid's data source. For example: dataGrid.DataSource = dataTable; ... object value = dataTable.DefaultView[specificRow][specificColumn]; // Note: do not use table as grid is actually bound to default view in that case. ...Show All
