Steve Warwick's Q&A profile
SQL Server Question about data sources formats supported in SQL Server 2005 reporting services
Hi, all here, I am new to reporting service, I have question about the data source formats which can be get accessed by SQL Server 2005 reporting services server. I mean what kind of data sources formats that can be imported into reporting service server Thanks a lot for any help and guidance in advance. I suppose you mean which kind of data you can access in reports. An overview is available here: http://msdn2.microsoft.com/en- ...Show All
Visual C++ HELP: error C2664 in atlcom.h coming back
Moving from vs2003 to vs2005, I have the following compilation error: atlcom.h (5005) : errror C2664: 'ATL::_CopyInterface<T>::copy' : cannot convert parameter 2 from 'IMyObject * const *' to 'IMyObject **' with [ T = IMyObject ] Conversion loses qualifiers atlcom.h (4992) : while compiling class templates member function 'HRESULT ATL::IEnumOnSTLImpl<Base, piid, T, Copy, CollType>::Next(ULONG, T *, ...Show All
Windows Forms WebBrowser control
Hello I am working on Quiz-based Multimedia project. I have created ASP.NET Question and quiz editor. It has a lot of DHML, javascript technologioes built in(drag and drop, etc...). Desktop part of Project is a standard MDX app. I am able to render Web browser through IHTMLElementRender interface to Bitmap and then convert it to D3DTexture. But i was not able to do that with VS2005 control WebBrowser (i used MSHTL and COM interfaces - i needed t ...Show All
.NET Development having regex problems - no more than a few words?
[edit] I will retract my original question until i find further problems, seems to be ok for now[/edit] in the mean time i will ask another Q! I am reading a stream from the net using GetResponse, to a string since this stream may have inner and outer html code (inner meaning examples shown in html on an html page) - is there a way of finding the html tags (like a normal search pattern) because I can search for anything else BUT any html tag ...Show All
Visual Studio 2008 (Pre-release) Enabling a button though Data Binding
I'm using the November CTP, and am having difficulty enabling a button with Data Binding. I've looked at code from previous CTPs, so it seems my code is right, and this should work, but I'm having no luck. <Button x:Name="btnSave" Content="Save"> <Button.Style> <Style TargetType="{x:Type Button}"> <Style.Triggers> &nb ...Show All
Visual Studio Express Editions VC++ 6 To VC++ 2005 Express
There are some problems that are making me regret changing to VC++ 2005 Express. First, when i build a simple project from a VC++ 6 project source, using strcpy (now using strcpy_s) and such, when i try to execute the exe, it says MSVCR8.dll coudnt be found in the system. Ok that breaks my legs in half. Thats like using Visual Basic 6 again, missing runtimes ! So i need to know if i can use my libs and includes from VC++ 6, but with VC++ 2005 Ex ...Show All
SQL Server Update of text collumn
In a batch job , I use the following (pseudo)sql for updating of a col text column - basically a search of char1 and replace it with char2 - ---------------------- declare @i as int select @i = count(*) from <table> where <col> like '%char1%' WHILE (@i > 0) BEGIN DECLARE @textptr BINARY(16), @patIndex INT, @patLength INT , @str varchar(10) SET @patLength = DATALENGTH('char1') set @str = char2 textUpdateLoop: SELECT TOP 1 @tex ...Show All
Windows Forms Program only works on my computer...Why?
I am just a newbie with vb7, but I just finished a program that acts as a front end to an Access database on the server. Used OleDbConnection, OleDbDataAdapters, Dataset bound to a Datagrid control as the output. The program works, I can ...Show All
SQL Server Error: Server Agent cant find dts file
Im trying to schedule an integration sevice package with no anvile. I have tried both running it in Agent under Integration services and operation system (CmdExec) and still wont work. Under CmdExec, the command is /FILE "C:\Documents and Settings\ebuah\My Documents\Visual Studio 2005\Projects\Swamp_Solution\FIRSTTIME_DOWNLOAD\SSIS_ACT.dtsx" /MAXCONCURRENT " -1 " /CHECKPOINTING OFF. In the advance tab, I checked outfile to a ...Show All
Visual C# How to play MP3 in c#
hi everyone, please help me. i already refered a lot documents and samples to tell me how to play a mp3 file in c#.but these files only tell me how to play a file. actually i already downloaded the mp3 file and save to a byte array so i need to play the content of the mp3 file in byte array. of course i can save the data to file then play it,but because of some other reasons i can not do it in this way.i must play directly from ...Show All
Visual Studio Team System Problem getting performance sessions from unit tests
I can't performance sessions from my unit tests when I right click on a unit test. Sometimes I get: Instrumentation error while processing file <dll>: Error VSP1018 : VSInstr does not support processing binaries that are already instrumented. Code coverage in-place instrumentation: The binary <path> was changed during the test run and won't be restored. It may be restored manually from this directory: <path> Code coverage in- ...Show All
Windows Forms How to place a row numbers to a datagrid rowheader column?
i want my datagrid to have a row number for each row. the given solution on the Windows Forms FAQs is not good. the rowheader text is floating when i tried to resize the row.. i need a sample for this problem. thanks. Are you binding to a datatable Add a column at run time.. i.e DataTable dt = new DataTable(); dt.Columns.Add("#"); Then loop through the rows collection and set each column "#" to the row numbe ...Show All
Windows Forms ADO.net Connection Error
I am unable to register a SQL Server in Studio.net. I am SA on my SQL Server. However, when I attempt to register the server I get a DBNETLib (Connection Open) error. I need this to do some ADO.net with my Windows& ...Show All
SQL Server How to use a parameter to return all records
I am using the example from the Microsoft Official Course 2030A. I want the option for a user to select valeu from a drop down to return all records or to choose individual ones from the multi-value check box. My query is taking forever and as you see I just want the top ten Select TOP 10 * from PRH_EOB WHERE (MemberId = @MemberId OR @MemberId = 'ALL' ) and (disenr_st = @Disenroll or @Disenroll = 'ALL' ) and ...Show All
Visual Studio Express Editions Visual Basic 2005 Express Edition Database Explorer does not show updates to database.
I am running Visual Basic 2005 Express Edition with SQL Server 2005 Express Edition. The project I am working on has the feature which copies the Database into the Bin folder turned off. I manually copied the database into this folder some time ago. This has not been a source of problem/s for me. My application is working. I determined this by steping through the code and examining the appropriate variables. I change a table column. I t ...Show All
