coachmorrison's Q&A profile
Windows Forms show timestamp on form Help please!
I have a field in a dataSet that is a sql timestamp value: DS.Tables["people"].Rows[0]["myTSField"] Can someone show me how to display this value in on a form If I set the texBox text to this it shows "Byte[] Array" I have& ...Show All
SQL Server builtin\admin
Our servers are in mixed mode. I have about 10 Window NT accounts. if i log in domain\myacocunt into windows NT then i bring up SQL Query and do connect with Windows NT i can do what ever i like inside of sql i can delete add etc just like being the sa. We have the builtin\admin enabled. The question is i thought i had to have domain\myaccount in sql server logins regardless so that it goes windows nt authentication then sql authenti ...Show All
Windows Forms Sql db and access db data types different???
Hi - i've written code to read/update a sql db use oledb types and commands: Like: Dim cmdSelect As New OleDbCommand("SELECT CategoryID,CategoryName,Description FROM Categories ORDER BY CategoryName ASC", m_DBConnect) ... &n ...Show All
SQL Server View can not sort?
Hi, I create a view "A" with "sort by Name" command. But when I run script: select * from A The result is unsorted. How can write a sorted view or View can't be sorted SELECT * FROM A ORDER BY Name Also see: http://blogs.msdn.com/queryoptteam/archive/2006/03/24/560396.aspx -- Adam Machanic Pro SQL Server 2005, available ...Show All
Windows Live Developer Forums Change default Save As folder
Does any one knows how to change the default Save As folder to another folder or Drive, other than My Documents I'm using a hardware recovery solution, and I need to store my documents, etc I work with, in an external media. I have an external Drive, and would like to save my data in it, (E: Drive). Is there a way to do this thru code Thank you It seems to be in the registry so you can do it in code ...Show All
Visual C++ VS 2005 not detecting class scope?
Here's a weird one. I imported a DirectX project I'd been working on using VS 7.1 into VS2005 and now some of my classes aren't detected correctly. I don't have access to the convenient little drop-down list of functions.. and searching for the method name or finding it in the class explorer is getting frustrating. Is there anything I can do to have my stuff detected correctly EDIT: Just to clarify, new classes I've since added to the proje ...Show All
Visual Studio Team System Team Project Creation Faild- not able to connect to the SQL Reporting Services at http://192.168.0.1:8080/
Installation: ------------ SqlServer 2005 (command line install) SharePoint Service SP1 (command line install) patched with Security Update for Windows SharePoint Services (KB887981) http://www.microsoft.com/downloads/details.aspx FamilyId=6BB93661-0CE7-46CF-B8BB-55546B58A2F2&displaylang=en TFS Beta3, single server Some other facts: ----------------- Reporting Services function well at http://192.168.0.1/Reports and http://192.168.0.1/Repor ...Show All
Windows Forms Creating Setup application in VS 2003
Hi Guys I've created setup project for my application and added custom dialog with one checkbox (other three I've disabled). I'm interested now in how I can get the information whether this checkbox checked or not Regares Yeghia Yeghia, the information from the checkbox is exposed through the checkbox1Property Where 1 is the number of the checkbox. The actual name of the value is configurable but defa ...Show All
Windows Forms Control Resizing In Deployed Executable !
Hi, I have a wierd problem. I've got a Windows Form with heaps of controls which are within a SplitContainer, which is Anchored in all directions. When i run the application on my development machine (VS2005), either through the IDE or from the deployed site, the SplitContainer resizes as the Form resizes on any resolution, but when the application is run by subscribers on their machine which doesn't contain VS2005, the splitContainer fail ...Show All
.NET Development File.CopyTo throws Operation Successful error
Hi all, I'm currently developing an application that transfers a file from a local machine to a remote server via UNC using the System.IO.File.CopyTo command. What seems to be happening is that with larger files (test file is 80+ megs) the command throws an error during transfer with the message "The operation completed successfully" and is coming from mscorlib StackTrace = " at System.IO.__Error.WinIOError(Int32 ...Show All
Visual C++ cl : Command line error D8003 : missing source filename
My error log: Creating temporary file "f:\work\ Test\Test\Debug\ RSP00000E35403228.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_WIN32_WINNT=0x502" /D "_AFXDLL;_MBCS /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /ZI /TP ..\Testmodule.cpp ] Creating command line "cl.exe @f:\work\ Test\Test\Debug\ RSP00000E35403228.rsp /nologo /e ...Show All
Windows Forms Preparing for ClickOnce?
Hi Jamie, I'm in the very early stages of designing a smart client app for VS.NET 2003. I'm operating under a tight budget and don't want to spend a lot of lot of time working on the setup/deployment model, especially when I will most&nbs ...Show All
SQL Server Calendar Control for SmallDateTime fields
I have to filter a report based on smalldatetime. Is it possible to display the calendar control for these fields. I know you can do it if the fields are defined as datetime in db. I tried converting the smalldatetime to datetime fields in the query but has no effect. Pls advise ...Show All
Visual Studio Just Completed a Conversion From an Imake-based Build System Over to MSBuild
Some stats up front, the old system was comprised of 37 Imakefiles with 2333 lines altogether. The msbuild system has roughly the same number of MSBuild project files (.csproj and a single .targets) with a total of 2022 lines. The cool thing is that even though none of these are C# projects I can use a .csproj file and trick VS 2005 into building the MSBuild projects for me. WRT build times, MSBuild appears to be a bit slo ...Show All
Visual C# Having a common class!
Hi, I'm facing a small problem and it would be great if someone could help me out. I'm creating a class for my project. The project is of two parts. One part is done using ASP.NET and the other part is a windows application developed using C#. The class is common to both the asp part and the windows app part. Now I need to know if the client's browser supports activeX. I know this can be done using "Request.Browser.ActiveXControls" ...Show All
