gknierim's Q&A profile
SQL Server Transfer Objects Task limitation
Hi all, Quick question. What is the thinking behind the limitation of not being able to transfer objects between different databases on the same server Why is that limitation there -Jamie We're looking at this for the next CTP. The original reason was just design oversight. There are some objects that are global and don't make much sense to move, in fact are unable to move to the same server because it would be an overwrite, however objec ...Show All
SQL Server Uninstall Microsoft SQL 2005 CTP
Hi, I am having trouble uninstalling Microsoft SQL Server 2005 CTP. I have gone through the steps of uninstalling. Microsoft Configuration Tools does not seem to uninstall. HELP! Tried everthing short of formatting thanks in advance Hi.. try run the Build Unistall Wizard Step for this http://blogs.msdn.com/nikop/archive/2005/03/04/384972.aspx Ps: This steps is to remove Feb CTP but I think that have work with ...Show All
Visual Studio Express Editions insert filename into SQL Table
Hi I'm just not getting this but how can you insert the filename into a table. I managed to upload a file from website to my hard drive but now what to save the filename to a field in the database. Can someone please help Here's the code for aspx file and following the code for aspx.vb file: <% @ Page Language ="VB" MasterPageFile ="~/MasterPage.master" AutoEventWireup ="false" CodeFil ...Show All
Windows Forms Maintaining the selected row after sorting a DataGridView
Hi, Simple question, hopefully there's a simple answer: How can I maintain the same selected row even after a sort on a DataGridView In other words, after new items have been added to the binding source and a sort has been forcefully been carried out (in the custom BindingList), how can I ensure that the selected row is the same row as the one selected before the sort Bear in mind, I'm doing the sorting in a custom Bin ...Show All
Visual C# Read-only wrappers for derived classes
Can anyone point me to a good method for implementing read-only wrappers around a derived class rather than, for example, a simple collection What I mean is that I have class A which inherits from class B. B is not abstract, so can and will be instantiated on its own. I need to be able to create read-only versions of A and B. The only way I've come up is to have a class ReadOnlyB : B, blocking writes and forwarding reads. That's fine. But ...Show All
Visual Basic Automatically Force tableadaptor.fill command for access database
Im making a small app for internal use, that is based on an access database. It will be run on a terminal server with at most 3 people using it. They will probably want to use it at the same time. Does anyone know if it is possible to have a timer running in the program, that checks to see if the source database has changed (say the timer tick occurs every 60 seconds), and if it has, forces the table adaptors on the active form to run a fill ...Show All
Visual Studio Express Editions Mscomm, Serial ports and bit manipulation
I have just started to investigate the replacement of some seriously old kit with a Windows XP version. I need to read and write data between either a usb/serial port on a new Windows XP machine and connect it to an old controller via an rs-232 cable. Data is passed between the two in Ascii format and can be as little as one character at a time or up to several hundred characters at a time. I will need to be able to interpret some of the dat ...Show All
Visual C++ not able to find
hello all, i am unable to find this: (using visual studio 2005, visual c++ 2005) On the Project menu, point to Add To Project, then click Components and Controls, This displays the Components and Controls Gallery dialog box and places you in the Gallery folder. while reading the windows media help. how can i find this Thanks That documentation was for an older version of VC++. In 200 ...Show All
Game Technologies: DirectX, XNA, XACT, etc. [MDX] Constrain cursor to fullscreen window?
First of all, I'm not at all sure that this is a DirectX question or a C# question. If it is misplaced please tell me so and I'll repost it elsewhere. But here goes: I have two monitors in dualview, that is: if I move my cursor to the right of my screen it pops up on the other screen. When I'm in windowed mode I would like this behaviour but in fullscreen I would like to constrain the cursor to the primary screen / the fullscreen application. I ...Show All
Visual Studio MSBuild scripts calling MSBuild scripts
I need help on this. I have MSBuild scripts doing our deployment to our test servers. However, I have run into a problem. I have a main MSBuild script that copies files to our servers. The servers then use a .bat listener to move the files around and then they set a flag saying they're done. No Wait, While, Sleep, For Loops... I can't figure out a way to make my main MSBuild script wait for the flag to be written. However, this whole ...Show All
Visual Studio Tools for Office Problem with Canceling Outlook application opening under .Net?
Hi, I’m having problems while canceling outlook opening under .NET, using VS.Net2003 & outlook2003. In my project I added a reference to the ‘Microsoft Outlook 11 Object library’ and created a new outlook application with the following line: Microsoft.Office.Interop.Outlook.Application app = new Microsoft.Office.Interop.Outlook.Application(); Once the above line is executed, there is an attempt to open a new outlook ap ...Show All
Visual Basic checking properties of folders
Hi all, I am trying to run some processes to tidy up our SAN storage. A couple of the things I am struggling with are : 1) Checking the security of the folder properties to check who the owner is 2) Checking the security of the folder to check if "Inherit" is ticked 3) Search a text file for specific text I already have a process to run SETACL to fix ownership and permissions, however this ...Show All
Visual C# Type.GetMethod on method with complex signature
I'm trying to figure out how to use Type.GetMethod to retrieve a MethodInfo instance on the following method. I've been at it for about 2 hours now, with no luck after trying seemingly all possible combinations of trials. Can someone please shed some light on the answer, or possibly another direction to try public static Func <T, bool > Create<T, R>( CSExpressorOperator functionOperator, string propertyName, ...Show All
Windows Live Developer Forums Windows live messenger...cant find a solution anywhere.plz help!
I was Invited to be a Windows Live Messenger BETA tester. So I installed it and opened it up. When I tried to talk to one of my contacts there was an error, and it closed Windows Live Messenger. So I open it up again, and try and chat, and it happens again. And this happens every time I try. I've uninstalled it, re-installed, repaired it tons of times. Can anyone help me -FrdBed My messenger live...w ...Show All
SQL Server SSIS Configuration
Hi, My requirement is to have the connection strings for the source and destination to be a parameter for the packages that way they can be changed from the sql job scheduler. Please let me know how to go about it. Any help will be highly appreciated. Thanks Vijaykishan See dtexec.exe command line reference, in particular /Set parameter: http://msdn2.microsoft.com/en-us/library/ms162810.as ...Show All
