Software Development Network Logo
  • .NET Development
  • Windows Live
  • Visual J#
  • Visual Studio
  • Windows Forms
  • Smart Device
  • VS Express Editions
  • Visual C#
  • Architecture
  • Windows Vista
  • Game Technologies
  • VS Team System
  • SQL Server
  • Visual Basic
  • Visual FoxPro

Software Development Network >> JasonBeckett's Q&A profile

JasonBeckett

Member List

Hyperiest
todonnell69
ORState
lester1111
itaihor
Petru66
Stark77
enric12879
Wale M - MSFT
AdamFromHarden
Patrick.E
William Vaughn
Amit G
Jose Rocco
bpatrick
yicheng huang
efarook
sharadha
Srock
Mark Woodlief
Only Title

JasonBeckett's Q&A profile

  • Visual C++ null value check for object

    Hi all, I need to check if an object created for a class is NULL or not.... How can this be done The code segment i had used is shown below: public ref class Class1 { private: static Class1 ^instance; private: Class1(); public: static Class1^ Instance() { if(instance == NULL) { instance = gcnew Class1(); } return instance; } }; This returns the following error: error C2065: 'NULL' : undeclared identifier Anyboby please help me out in this Thanks in advance Thanks and Regards Madhu ...Show All

  • SQL Server DTS with SQL Express

    We have build a conversion for our customers to convert their data from our existing database system to Microsoft SQL. We've tested it with MSDE and SQL Server 2000. We based this conversion off of 183 separate DTS scripts saved as VB 6 files. We then heavily customized them to produce a final EXE in VB 6 that our end-users can run. They answer a few questions and then poof, SQL database. Works great. Now enter SQL Server and SQL Express 2005. With no support for DTS in Express we expect out VB application will fail to execute. As 80% of our customers are MSDE/SQLExpress level customers, this is a real problem for us. What are my options her ...Show All

  • SQL Server How to launch programatically a SSIS package?

    Dear all, I wrote this post others times but the answer did not satisfied so that I'd like to know if really anyone has ever used or experienced with this possibility. No by .Net language rather than Vb 6.0 or ASP or even instanciacing DMO library. According this link http://support.microsoft.com/ kbid=817248 it seems possible but I haven't idea if possible keeping in mind that it has been made by yourself no for others... So that, I mean, these assemblies comes along with Sql Server 2005 installation. Thanks a lot for your support, It is much simpler than the interop path described in that KB article. Just reference the typel ...Show All

  • Visual Studio Team System Building with multiple projects in different files

    We have 2 Team Foundation projects with their own source control. Data Access - DataAccess.proj Application - Application solution file - Application.proj We are attempting to make a build type for the Application Visual Studio solution. The solution has 2 Visual Studio Projects in it. Application.proj and DataAccess.proj. The problem we are having is that the build type when executed is not able to do a get latest version on the DataAccess project. I am assuming this is because it resides in a different Team Foundation project. Does anyone know of a different way around ...Show All

  • Windows Forms Can't tick datagridviewcheckboxcolumn

    hi, using vs2005, i've created a winform app that has a DGV on it. I would like to display some data from a dataTable I created. Columns were created with DataGridTableStyle and DataGridTextBoxColumn. Another column I'm using DataGridViewCheckBoxColumn to add a column of checkboxes. This DGV renders well with all data and checkbox column. The problem with it is those checkboxes are visible but I just can't check/tick anywhere inside the box. Any idea thanks. ...Show All

  • SQL Server Interactively showing reports detailing results/stats of executing a package?

    Hi, I'm just starting out with SSIS and I'm currently looking to migrate some non-SSIS ETL processes to SSIS. Some of these processes are run manually depending on the results from a previous step. In these processes a user remotely executes an individual ETL program and is shown reports detailing the result of the program and various statistics about the data involved. Is it possible to replicate this behaviour with SSIS / SSRS, or would the user have to execute a package and then manually find and bring up each of the relevant reports I'm new to SSIS and I'm still struggling to find out SSIS's capabilities, so I'd be really grateful if an ...Show All

  • Smart Device Development From XML to SQL CE

    Hi, i must populate a SQLCE DB with a xml file. i have my xml file on desktop and the SQLCEDB is on Pocket PC. I must populate it from desktop. How Can i do it (How do i connect pcdesk with pocketpc What is the connectionstring that i must use ) Is there an example in C# ( Thanks Alessandro There isn't as you can not do that. 3rd party tools might be available, however. SQL Mobile allows you to create data base on development PC which you can copy to device later on. ...Show All

  • Visual Basic Create application to used by multi users at same time

    Hi I have Access database with vb2005 I would like to build my application to use with many users at same time with One shared database !!! q1) how can I set the database to be shared for all applications q2) what about the updating problems (One record updating by two users at same time) q3) must I use disconnect technology or connect technology connection for this issue thanks In another thread, I just got finished saying that I wouldn't use sql server if I could avoid it and I wouldn't. But this is the exact scenario where I think it becomes meaningful. It really isn't clear at all WHY you MUST you access ...Show All

  • Windows Forms I need help bad.

    I would like to embed and also run a .exe file in an html or javascript page. Is it possible to do this and if yes could you tell me how THanks. I tried doing it and it didn't work. This is waht I typed in: "<a href="http://<ip>/anastaciocorporation.com/mario.exe">Melero</a>" and what I want to do is make the m ...Show All

  • Visual Basic Button Styles: Rounded vs Rectangular

    I have just upgraded from .NET 2003 to 2005, and I see that in the IDE, buttons have a different look - rounded corners and a lighter shade than the form background. Very nice. ...But when I run apps that were originally developed under 2003, the buttons revert to the older style at run-time. How can I get the newer button appearance at run-time Thanks in advance. Nope, that's not it, either. This only seems to be a problem for apps that are upgraded -- those built from scratch in .NET 2005 don't suffer this problem. But for any of you who are interested, I did find a solution at vbCity.com Than ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Multiplayer with Winsock

    Well, currently I am using a game engine to develop a game. But, because that engine lacks decent multiplayer capabilities, I am developing a plugin for it to support multiplayer with Windows Sockets 2. At the moment, I do not know how to send variables (int, long, etc.) to clients, only strings. Is it even possible to send variables with WinSock Gho5tFac3 wrote: Well, currently I am using a game engine to develop a game. But, because that engine lacks decent multiplayer capabilities, I am developing a plugin for it to support multiplayer with Windows Sockets 2. At the moment, I do not know how to sen ...Show All

  • Software Development for Windows Vista The service 'System.Workflow.ComponentModel.Design.IMemberCreationService' must be installed for this operation to succeed

    I am getting this error One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. The service 'System.Workflow.ComponentModel.Design.IMemberCreationService' must be installed for this operation to succeed. Ensure that this service is available. Hide at System.Workflow.ComponentModel.Design.NamePropertyDescriptor.SetValue(Object component, Object value) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializ ...Show All

  • Visual Studio SourceSafe integrated Bug tracker with SQL2005 backend

    Hi, I was wondering if there is any bug tracker out there that integrates well into SourceSafe and possibly has a backend that is SQL 2005 compatible Thanks, Tom SourceGear Dragnet may be something to look at. - www.sourcegear.com I think you would want to look at the combination of SourceOffsite and Dragnet. If you're looking at other options, you may also want to look at the Vault / Dragnet combo. HTH Jeff Clausius SourceGear ...Show All

  • Visual Studio Execute Action when content of Combobox changes

    I have a combobox containing a list of oracle tables and I want to retrieve the table schema when the user selects a table. I need the schema to show a list of fields in the next wizard page. Any idea on how to detect the selection in the combobox Thanks inadvance, philippe Thanks, it helps much. Do you have a list of the available controls (TextBox, Combobox, Checkbox , ...) for the wizard and how to use them. Thanks in advance, Philippe ...Show All

  • Smart Device Development Changes not saving when Editing DataRow?

    I have an instance in which I create a new DataRow, input some data via code save the row with the following code.... 'Add a new row SampleDataRow = tblSampleData.NewtblSampleDataRow 'Insert Data into Row SampleDataRow.SampleCompleted = "No" 'Write DataRow to Table tblSampleData.AddtblSampleDataRow(SampleDataRow) The above code works fine. However, I need the ability to update a value in the datarow when the user pushes a button to signal the end of this sample. I need to change the "SampleCompleted" field shown above from "No" to "Yes" but by my data WILL NOT save to the datatable! ...Show All

©2008 Software Development Network