Roberto Jucá's Q&A profile
SQL Server Cannot create any reports in the VS interface
There was a thread back several months ago, and no traffic on it since November, and no solution. Essentially, with a new install of SQL server Workstation Components on my PC (XPSP2), I can successfully create a shared datasource, and durring the creation get a successful test connection. Then I add a report and select the shared data source, and get the message " A connection cannot be made to the database. Set and check the connect ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Visual C++ Express and DirectX
I am trying to learn how to program with DirectX, but all of the sample projects refuse to run under Visual C++ Express 2005. I understand that there are limitations to VC++ Express that prevent the use of MFC and ATL (naturally, I don't know what they are), and I think I am supposed to be using something else called CLR. I was wondering...are there any tutorials yet specifically designed for doing DirectX Programming with Visual C++ 2005 Expres ...Show All
Visual Studio Express Editions Composite Keys in the Database Explorer?
I am working on my first application and it will include a database, so please excuse my newbishness. I have read a bit about composite keys (primary keys made up of the aggregate of multiple columns) and I have decided that this is what I need to use. But how do you set composite keys in VB There is a button in the database explorer when you select 'open table definition' but I can only set 1 column as the primary key. I tried to select &quo ...Show All
Visual Basic Error/unexpected behavior with defining/using a custom property on a user control
I have a user control which is defined in a class called GuiSetup. On this user control are two other user controls of the class SideGuiSetup. The two controls are called LeftGuiSetup and RightGuiSetup. These are all VB6 user controls; they are not ActiveX objects but rather are defined in .ctl files that are included with the project. I need to be able to distinguish between LeftGuiSetup and RightGuiSetup when I am i ...Show All
SQL Server Using SSMS to Manage SSIS
(Also posted on the beta newsgroups...) I'm having problems using SSMS on a workstation to manage SSIS on a server. I cannot connect to SSIS on the server. The SSIS service and the RPC service are both running on the server, but I get an "RPC server is unavailable" error message. I have CTP 15 running on the workstation but CTP 14 running on the server. Probably not a great idea, I know. Anyone know if that is defini ...Show All
Visual FoxPro Treeview stops answering
Hi, all. I'm needing some help with a rather strange problem: I have a form with aTreeview (ActiveX Control) in it. There's a routine that calls another form. Funny thing is: if I trace this routine and form (using the SET STEP ON command) it works perfect. On the other hand, if I run it normally, when I lose the second form, the Treeview stops responding to the mouse, I.E it doesn't scroll or allow the user to click a node. I have no ...Show All
SQL Server TSQL for permissions script ?
Hi There I know i can script permissions for a table via enterprise manager but i need to do this for hundreds of tables, is there a TSQL command to generate permissions script file for a table then i can do this via a dynamic script Thanx You can do this in a couple of ways. One, create a .NET application in C# or VB.NEt using SMO. Or you can use TSQL. To display all the tables in a SQL Server database, execute a SELECT ...Show All
Visual C# Constructor Chaining in C#
Dear All, I am actually new to Object Orientated Programming. I was just studing about Constructors and I came across the concept of Constructor Chaining.Can some 1 explain me about what is this constructor chaining.I know it means that we can call one constructor from another constructor. I have tried 1 example which is as follows: class Class1 { private string e_name,e_JobTiltle,e_Address ; private Class1( string name ...Show All
Visual Basic Updating a Access Database from Visual Basic
Hi. I'm havng trouble with updating my Access database from Visual Basic. There are no problems when populating datasets from the database, but as I try to update it after some changes, nothing happens.. Anyone got an idea Hege Hi Could you paste the code you are using for the update Thanks ...Show All
SQL Server Debugging SQL Server 2005 Stored Proc with Visual Studio 2005
Hi all, I have a big ol' stored proc (about 6,000 lines), written in T-SQL. I want to debug this stored proc using something other than a bunch of PRINT statements. I tried using the Visual Studio debugger (Server Explorer - Database - Stored Proc - "Step Into Stored Procedure"), but this is behaving erratically. The "Current statement" yellow cursor is rarely on the line that is currently being executed. It is usually ...Show All
Windows Live Developer Forums v3 with SSL
Hello, Under ssl, I get the "this page has secure and unsecure data...". Is there a setting that indicates that the v3 http calls should be https Thanks, Jeff ...Show All
Visual Basic MDI form startup
Hi I last used .Net 2002 and in the MDI form used the code below. In the properties of the project you set the compiler to start the main() function first. Where in .Net 2005 do you set this property(i.e. if it's stil there...). I need the app to start my Login form first. Any ideas <System.STAThread()> _ Public Shared Sub Main() startMyApplication() End Sub Private Shared Sub startMyApplication() 'Logi ...Show All
Visual Studio How to reliably identify a new loaded model in a shared store
I'm sorry if this has been answered before, but I can't quite make it out from previous posts on the subject. I have code that loads a model from a file into a store. At the moment I am creating a new store each time, but am looking at re-using the same store. To that end I have the two methods below. The first creates a new store for a model, the second loads the model into a store. The problem arises when I call the second method directly, pas ...Show All
Visual Studio Team System Installing on 3 servers
I'm assuming we can split the install of TFS on 3 different servers: * 1 box for TFS * 1 box for SharePoint * 1 box for SQL Server Correct The directions suggest dual-server installs, but it isn't clear if the install be be configured across three servers. Thanks in advance. Mark No. You can install the dual server version which has: 1: Application Tier with IIS, TFS web servic ...Show All
Visual C++ Multithreading
Is it possible for a master thread to force abortion of pending IO in a slave thread, as with signals on Posix. Win32 only, no .net bullshit please. Thanks, - NK A similar way has been suggested by Ronald in this thread. Unfortunately I cannot guarantee (or rather enforce) that the client code is using asynch IO. Hence this is not the solution to the problem. With posix I can use signals to abort *any* system ...Show All
