stellag's Q&A profile
Visual Studio Express Editions VB and SQL
1. Does any one know where to download and example and some literature about how to connect the a VB2005EE to SQL express 2005. 2. Can I connect an app made on VB2003 to sql2005EE To answer your questions. Question 1 Yes you can connect VB2005 Express edition to SQL Express 2005. These were designed from the outset to work together and SQL Express and Access are the only databases that have IDE support in the VB Express Edition. Literature to connect the two together. http://msdn.microsoft.com/vbasic/learning/introtovb2005/ Look at Chapter 4 (Build data centric applications) It has great walkthrough. Question 2 Can you connect VB2003 to SQL 2005 Express edition Yes y ...Show All
SharePoint Products and Technologies remove culums
Hi we have created lots of columns in a custom group. We now want to get rid of those. Is there a way to remove them al @ once. Where do the columns 'live' in sharepoint. tnx The columns live in the SQL Server database but it is not recommended that you mess with the database in any way. With that said, there is no way to remove multiple columns at one time from a list. ...Show All
Visual Studio Team System Explanation of branching and normal workflow
Can someone describe more about how branching works from a developers perspective Or is there already information about this somewhere that I haven't found This would be very useful for us coming from ClearCase / Subversion / some other version control system. What I really would like to see is an article or blogpost about how two developers working with a project/solution would do to create a branch, let one developer use this branch for a few days while the other is continuing on the normal main branch. After a few days a merge should be done. I would like to see the steps necessary together with an explanation why this is the best way to do it if there is more than one way. Suggested outline: - Assume both developers has thei ...Show All
SQL Server Confusion about dialog security steps.
Hi There I have done the following. 2 Servers across the net work Server A and Server B. I have created private keys at each and copied to public keys across. I create an endpoint at each with validation by the certificates. I then create appropriate users and logins at each and import the public certificates with authorization to the users who have send permission on the endpoints. That is transport security sorted and it works. Now from what i have learnt from examples, to setup dialog security i do the following. create a private key in each DB : create certificate Store001DialogPri with subject = 'Store001DialogPri' , start_date = '07/20/2006' active for begin_dialog = on ; go I ...Show All
Visual C++ A Missing Include?
Dear Collective Wisdom, I am a C/C++ newbie using Visual C++ 2005 Windows Forms to try to compile a C code project developed (by someone else) in MacIntosh Project Builder. A sample of some of the error messages I am receiving are as follows: Error 7 error C2065: 'FILE' : undeclared identifier c:\FNSimulator\ReadLayup.cpp 82 Error 8 error C2065: 'inFilePtr' : undeclared identifier c:\FNSimulator\ReadLayup.cpp 82 Error 9 error C3861: 'sprintf': identifier not found c:\FNSimulator\ReadLayup.cpp 85 Error 10 error C3861: 'fopen': identifier not found c:\FNSimulator\ReadLayup.cpp 86 Error 11 error C2065: 'cout' : undeclared identifier c:\FNSimulator\ReadLayup.cpp 88 Error 12 error C3861: 'calloc': identifier not found c:\FN ...Show All
Visual C++ basic_ostream::write() formatting bug
I called the basic_ostream<char> method write(const char_type*, streamsize); and the function seems to be formatting the data I'm sending it. In my case, I sent it a double with the byte values: 0x9d, 0x16, 0xe7, 0xc6, 0xb4, 0x0a, 0xb7, 0x41 but what ended up in my file was: 0x9d, 0x16, 0xe7, 0xc6, 0xb4, 0x0d, 0x0a, 0xb7, 0x41 Looks like the write function interpreted a byte of my double as a '\n' and converted it to a '\r' '\n' pair. This would be correct except that write is an unformatted output function and should not do any conversion - regardless of the open mode's binary flag. (see book "Standard C++ IOStreams and Locales - ISBN 0-201-18395-1", p51 for details on the C++ standard). Two action items ...Show All
SQL Server Can't export report to CSV,XMl correctly, sql 2005 reporting service
Hi all, I am developing reports using sql2005 report service. I can export reports in excel and pdf format, but can't export to csv and xml correctly. The exported csv and xml files only contain some thing like the textbox,..., but no report content are there. Anybody can help thanks in advance. BTW, all reports are matrix, is martrix can cause some issues Hi, For most items on your report, you can define how it needs to be rendered to XML. For example the xml output for an item in a matrix can be set as follow: select the item in the matrix right click and choose properties select the Data Output tab set the settings NOTE: these settings can a ...Show All
Windows Forms Outlook Express Problems (WAN)
I'm connecting to the internet through a router, so when I try to send or recieve emails through outlook express 6, a window pops up asking for a connection. I'm not sure how to get Outlook express to use my high speed connection through my router. Any ideas would help a lot. Thank you. I am sorry to tell you but this forum is for the development of Windows Forms Applications using .NET Framework 2.0 technology. Please redirect your issue to a forum related to your problem. http://www.microsoft.com/communities/ Thank you! ...Show All
SQL Server Repeating data in page header
(RS 2005 with sp1) I need to show some data (from a stored procedure) at the top of each page, intermixed with page number. What is the best way of doing this Case description: Say for instance an account report. At the top of each page, you have name of the person, page number, account number etc. This information is drawn from a stored procedure, which can return more than one row; one row per account - different account numbers. The body of the report contain statement details. There are different sections, each section is drawn from its own rather complex stored procedures. Currently, I have in the body of the report a List region. This uses the proc that returns name of person, account number. I have hidden text boxes f ...Show All
Community Chat Automator for Windows
What I am looking for is something that is equvalent to the OS X Automator for Windows (preferably both XP and Vista). I have a few repatative tasks that I have to perform in my daly work and if I had something like the Automator in OS X for Windows I would be able to script those tasks and save extra clicks and some time every day. For example I would like to copy a word file that I have sitting on my desktop and then once it is copied to that directory I would like to have it e-mailed to a certain person. Right now the best way of doing this that I know of is to add a shortcut to the "Send To" context menu for the folder location that I want the file copied to and then use the "Send To" context menu as my poor man' ...Show All
Visual Studio Team System ICommonStructureService CreateProject
Hi, I want to create a Team Project using the TFS Object Model I see there is a Create Project method in ICommonStructureService. I can't find examples or documentation for it in the web. Does anyone know what does it expect here --> XmlElement Structure Is it an XmlElement with de SCC URL Does any one have an example Tanks!! Alan D. Scheinkman G'day Alan, I think what MS is saying that creating Team projects includes both object model functions and VS internals ("client plugins") related to SharePoint etc. If I were you I would have left it where it lies. Creation of Team project is supposed to be rare operation and it hardly seems to be worthwhile spendi ...Show All
Visual C# Type cast
Hi you all, I have the above code: <code> Type classTelemetry = dllQuorum.GetType( "Gre.Quorum.Telemetry" ); SomeClass obj = (classTelemetry)someObject; </code> and I am getting the following error: ... classTelemetry is a 'field' but is used like a 'type' But isn't classTelemetry a type Isn't GetType the same as getClass in Java Thanks in advance, MeTitus Daniel Kuppitz wrote: Hi, I don't know what getClass in Java does, but classTelemetry is an instance of type Type. What do you want to do with this cast Actually it should be: SomeClass obj = ( SomeClass )someObject; -- Regards, Daniel Kuppitz ...Show All
Windows Forms Problems with form after closing Word
I have an app that runs out some reports in Word. Word starts and opens the document on top of my project. When I close Word by clicking on Close box of the Word application, Word disappears , but my application is messed for a couple of seconds - some controls are visible, some of them are not. Looks like some kind of Video problem. Is there any way to avoid such a behavior or does anyone know whats causing this I'll take a guess, without knowing exactly how your app is currently written. I suspect that you creating a Word component within your application that spawns Word. You must have controls or other objects that are related to this instance of Word. By closing Word, those objects are poi ...Show All
Visual C# Private members ... global variable??
At my work ... sometimes i hear people say ... that it's bad/sucks .. to use private members because it is like using Global variables .... Which to mean .. doesn't make sense ... since the variable is encapsulated in a class ... thus it is not Global at all .... since only the class can use it. Am i right .. to be frustrated ... to hear that Or am i completly wrong ... We have a senior developper at my work .. i heard him say that .. and he even laught cuz it was like using a global variable .... To me .. global means .. global .. accessible from anywhere. Let me know what you guys think. Let me put you guys in the context. I have a guy that subscribe to an event of a control. He wanted to chose fro ...Show All
Visual C# overloading == operator in c# fails checking for null values
Hi, I have developed one class called CProductInfo providing == and != operator features. I have one problem. When I use this class in my program, say CProductInfo product = null; and later, when i check for emptiness, if (product==null) it returns false as if the product instance is not empty. I tried various ways to eliminate this run-time error, but it just does not happen. Also I don't think there is use full tips on net for this. Can someone help Thanks in advance - Constantine <<<< THE BRIEF SOURCE CODE FOR CProductInfo IS BELOW >>>>> using System; using System.Data; using System.Data.SqlClient; using MyDataLibrary; namespace ProductManager2006 { public ...Show All
