Umut Alev's Q&A profile
SQL Server how to make the contents of sqlserver tables, case sensitive?
hi the contents of sql server tables, aren't case sensitive. and datas in them , are the same , whether they contains normal or caps letter. for example Test = test=teST , and sql can't recogize the difference between them. how can i make it sensitive thank u for your attention Hi, you may create a database with a case sesitive Collation and this will make the whole database case sestive ...Show All
Microsoft ISV Community Center Forums Runtime error '13' - type mismatch problem! Again...
Hey all Thanks to the help of the forums here i thought i had most of my code working however, this infamous 'runtime error 13' keeps cropping its head up on only 2 of my 10 sub routines! :( Ive spent most of my work day searching through forums and google but i am no closer to finding a solution. The 2 functions that it is affecting are important and i need to get them sorted else i may as well scrap my two days work! Ive posted the co ...Show All
SQL Server JDBC drivers and SQL Server 2005
(1) Will Microsoft provide a JDBC driver for SQL Server 2005 (2) If it does, will the driver allow a person to perform SQL queries on the XML datatype and/or XQuery types of queries Thank you! re: (1) yes, will have more to announce about Betas and release dates shortly re: (2) yes, SQL Server 2005 XML data type work is planned, but it's not finished yet so I don't want to comment too much on spe ...Show All
Visual C# Windows Service - Need to clean up class-level objects?
There doesn't seem to be a forum where Windows Service development questions belong and I've had one answered before in this forum, so I'll post this new question here. If anyone knows of a more appropriate forum, please let me know. My Windows Service will have several class-level objects variables that will be instantiated in the OnStart event handler. Would it be best practice to set these variables to null in the OnStop event handler or s ...Show All
Software Development for Windows Vista Drill down in free form designer or sequential workflow designer
Hello, When using the State Machine workflow designer, after you add a supported activity (e.g. EventDriven) to a State activity, you can double click on the child activity and the State Machine workflow designer will update; all the top level states will be hidden and the user sees just those activities that are children of the selected activity (e.g. EventDriven). For example, if you have a State Machine workflow with five State ...Show All
Visual Studio Express Editions vb compiler
why cant I compile any of my programs to an exe file in visual basic express edition we don't know what you did to compile and didn't work simply in your solution explorer right click your project and select properties, publish tab , then hit publish now or user the wizard also you can use build menu hope this helps ...Show All
Visual Studio Team System Protocol violation - can I change how sensible the test shall be to protocol errors?
I get this error when running a test on a web page that I have no possibility to change: RequestFailed: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF Is it possible to configure how the test shall handle this so the test will not fail Sten, this sounds like a bug so I'm going to need some more info to track it down. What's the request like that's causing this error Are ...Show All
Visual Basic Reporting Services for SQL 2000 and VB 2005
Will the Reporting Services for SQL 2000 work with Visual Studio 2005 Thanks Bob Anderson New London Ohio Hi Bob, If there's a Reporting Services forum, this question would be better addressed there, but I asked someone on the RS team and they answered as follows... You can use Visual Studio 2005 to build applications that consume the reporting services SOAP, WMI, and URL interfaces. You cannot use Visual Studio 2 ...Show All
Visual Studio Tools for Office XML
i'm trying to write a solution for Word2003 and when using the XMLSelectionChangeEvent handler i get the following error... ---------------------------------------------------------------------- Error 1 Cannot implicitly convert type 'Microsoft.Office.Interop.Word.ApplicationEvents4_XMLSelectionChangeEventHandler' to 'Microsoft.Office.Interop.Word.ApplicationEvents5_XMLSelectionChangeEventHandler' D:\myWorks\Office\SPL Sample\SPLWord\Sect ...Show All
Windows Forms MDI + external exe
Hi can anybody give me the code so that i can load external exe's as MDI childs into my application. Also cn anybody give me code so that i can load exe's from .dlls as MDI childs into my application Thx Assuming your exe or dll is .NET.... ' MyAssembly exe or dll contains the form to be instantiated System.Reflection.Assembly asm = System.Reflection.Assembly.LoadFrom( "MyAssembly.exe" ) ' This create an instance o ...Show All
Visual Studio Tools for Office Word Document Protection
I've created a Word Template project with an XSD schema that has elements for users to fill in. The users will then upload the docs to a server so I can read some values from the ServerDocument cache and save the Node WordML. Somewhat similar to memo example on MSDN: http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_wd2003_ta/html/odc_wd11xml.asp I've added protection to the doc so that users cannot modify anything except t ...Show All
Visual Basic Bitmap (Picturebox) to Clipboard
I have a bitmap stored as public in memory. I use it to draw on, then assign the bitmap to a picturebox. What I wish to do now, is copy the bitmap to the clipboard when the user clicks the picturebox. Clipboard.SetDataObject(b) That works, but the pallete apparently does not go with it, so my colors are off when I try pasting it into a graphics program. Is there a way to get the palette also Or possibly I need to type cast the ...Show All
Visual Studio Items in Project, Projects in Solution
<Sorry for the cross-post from Build Automation group if you have already read this post - I was recommended to try this group over there> Hi folks, I'm trying to find a way in MSBuild to get an ItemGroup containing the Projects that are in a Solution, and in turn an ItemGroup that has the files in a Project. Ultimately I'd like a single ItemGroup that contained ALL files that are in a solution. This is proving a little tricky, since ...Show All
Visual Studio Express Editions prob using afxdisp.h /MFC use/ CLR support
I'm making a project on vc++ 2005, I want to plot graphs, so using MSChart evrything goes fine, till i come to point where I've to include afxdisp.h by defualt i'm using Project properties as.. use of MFC: standard windows library clr support: /clr:pure but i got this error Visual Studio 8\VC\atlmfc\include\afx.h(24) : fatal error C1189: #error : Building MFC application with /MD (CRT dll version) requires MFC shared dll version. Please #defin ...Show All
Visual Studio Team System How would we go about converting an agile project to a CMMI project
How would we convert a project from an agile method to a CMMI project without losing all of our work items Amy, Is there any downfall using your approach versus the approach stated in the previous reply from Martin Woodward. We are fairly new in our use of TFS and began with Agile about a month ago. We have about 500 work items, many of them completed or closed. We are not concerned yet at this point in losing history since our developm ...Show All
