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

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

Chawmey

Member List

rrrrrrrrrr
Videojumper
Kruthi
aeppley
Chris Peto
Satej Sirur MSFT
CoreStar2000
MMotor
Konigmann
Pete Hay
flynhigh
Anjan Ghose
Terry7
Evangelos
GaryReynolds900
Mike Gledhill
MikeMcAllister
eriksen22
Chris Tao [MSFT]
Fauteux Guy
Only Title

Chawmey's Q&A profile

  • SQL Server Can we save a data structure in a SQL Server Database?

    Good morning! I want to know if we can save a data structure in a database. For example, I have the data structure: Summary {Introduction - Context - Reasoning - Conclusion} what SQL data type should I use to save this Data structure in the DataBase Thank you! Roxane Is that the exact format of the data you'll store Like in a string like that, or are you saying you'll have a table that matches that ...Show All

  • Smart Device Development MBCS character set problem

    Hi, I created a MFC Smart Device Application in Visual Studio 2005. Default the project was created with "Use Unicode Character Set". I switched to "Use Multi-Byte Character Set" but at compile time I get the following error. Q:\Microsoft Visual Studio 8\VC\ce\atlmfc\include\afxv_w32.h(227) : fatal error C1083: Cannot open include file: 'mbctype.h': No such file or directory It means that MFC 8.0 for Windows CE doesn ...Show All

  • Visual Studio VS2005 Beta 2 install from CD

    So I ordered the VS2005 Beta 2 CDs and received 3 CDs named VS2005-Team Suit, VS2005-Team Foundation Server, and SQLServer2005-Developer Edition. I assume that the actual IDE program is contained on the disk named VS2005-Team Suite but that CD is blank. I'm surprised to only receive 3 disks as Beta 1 was 5 if I recall correctly. I called M$ and they very quickly sent anther copy of the 3 CDs (very surprised!) in which that same disk is empty. D ...Show All

  • Visual C++ Mixxing c & C++ file for the same application

    So I have a .lib or a .dll that was written in C, and I want to call functions in this .lib or .dll from with a c++ appliction.... However, when I #include header.h (with appropriate declarations for all methods I want to call), VS 2005 seems to think that *EVERYTHING* I have done is now c++, and treatas the .dll or .lib as such... resulting in massive problems. Does anyone know how to make C++ play nice with C code Thanks! ...Show All

  • SQL Server Stored Proc

    I am  working on a vb.net app w/SQL Server 2K backend.  App uses microsoft's Ent. library Data Access Application block for data access.  The app is working fine.  I have stored procedures that will not return the desired results.  Below is a sample proc. SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO SET NOCOUNT ON Go IF EXISTS (SELECT * FROM sysobjects WHERE type = 'P' AND name = 'RaidSiteCaseCount')  BEGIN &nb ...Show All

  • SQL Server Passing parameters to Oracle stored procedure

    Hi, How can I pass input parameters to the Oracle storeprocedure from Reporting services. Can any one help me in this Regards, RajeshJV There have been a few related threads on this forum recently, but here is my summary of advice: First, make sure that you are running at least RS 2000 with SP1 installed on report designer and report server. Or use RS 2005. Check the following article for general information about how to ...Show All

  • SQL Server Online Data Transform

    Dear All, I am new to SSIS, and just watched some of the webcasts and take a look at SSIS Hands on Lab on the MSDN site. I want to handle an online data transformation scenario which has some data mappings between. I want the SSIS to add each new record in source table, insert in the destination tables online. If this is possible, please let me know where can I find a sample package and configurations. Happy new year, Sassan ...Show All

  • Visual C# Bitmap(string) constructor throws ArgumentException

    Hi I'm trying to create a bitmap on the fly from an on disk image resource (PNGs in this case). I can create one fine, but when i try to create the next one the Bitmap constructor throws an ArgumentException with the message "Parameter is not valid". The weird thing is that the second image (Pan2.png) is an exact duplicate of the first image (ZoomExtent.png) which creates successfully so there is no difference between the dimensions ...Show All

  • Visual C# command prompt return immediately when running console application

    By default, a console C# app will hold the command-prompt until the app exits. Is there a setting in the .NET framework that will cause the command-prompt to return immediately This is sort of analogous to running a command in the background in unix by appending & to the command. Hi. The responsables of doing that are the shell and the OS not the C# language or the .Net framework. The OS because it must support Multitaksing (ms-do ...Show All

  • Visual Basic Note to Developers - Frustration with thread isolation restrictions

    ****Sigh**** I've had this favorite old vb6 program. It gets pixels off the whole screen I do a getpixel for the color information.  It's timer driven sampling at 100ms intervals. I converted it to .dot net but notice that old API calls were not working. That wasn't because of marshalling. When I looked up the documentation (GetAsyncKey is an example, I noticed that these routines will return a zero if they are not called by the thread ...Show All

  • Visual Basic Puzzled about Missing Picturebox ???

    I hate to ask really dumb questions but this is going to be a dumb one.   I’ve written perhaps 10,000 lines of VB 2005 to replicate a superset of the functions + of the old Ms Office toolbar. This has been a learning project. I really love VS2005! This project is actually in good shape and I’m putting the finishing touches on it.   Everyonce in a while I hit upon a snafu and I really feel stupid.   The toolbar is a t ...Show All

  • Visual Studio Express Editions HELP ME

    I have some difficluty in doing my homework ,I want to you can help. Just few bugs (This programm includes SafeArray.h course.h main.cpp) Thanks !! #ifndef SAFEARRAY_H #define SAFEARRAY_H --------------------------------------------------------------------------------- using namespace std; template <class T> class SafeArray { protected: T *storage; int count; public: SafeArray(); SafeArray(int); virtual ~SafeArray(void); virtua ...Show All

  • Visual C# escape \t

    hi, I've been using c# for a short time and there is a little thing a don't understand: if I write this line (where outputLabel is a label in a form) outputLabel.Text = "hi\teveryone"; the tab is not displayed correctly (there is not blank space, I see a strange character) if I use \t in a messageBox as in: MessageBox.Show("hi\teveryone"); everything is OK and I see: hi everyone why I use visual C ...Show All

  • SQL Server Upgrade from SQL 2K

    Hi all, I have a SQL Server 2000, SP4 on a Win 2003 SP1 machine. Trying to upgrade to SQL 2005, but for some reason, during the installation, it skips the page where I need to specify if I want to do a default or named instance. And yes, this is a newly built server, and SQL 2005 has never been installed on it. Can someone shed some light for me Thanks in advance ...Show All

  • .NET Development System.Management - SOA problem Adding DNS Zone to remote server

    Hey everyone, I am writing a .net class library for use here at work in C#. The class I am working on right now manages our local DNS Server through WMI. One method is supposed to add a new root level zone to the server. It works but it is only doing half the job - it doesn’t define the start of authority (SOA) for the newly created zone. When I view the new zone on the server through the DNS Manager it gives me a "Zone not loaded by DN ...Show All

©2008 Software Development Network

powered by phorum