keredc's Q&A profile
SQL Server Datatype conversion strangeness
Hi all, After more headbanging and cursing than an entire Metallica audience, I have finally deduced how to store and calculate the values of a stack storing RPN calculations using a recursive stored procedure. But there is a new conundrum. Originally, to test the above, I was using fairly simple values -- 10, 20, +, 3, /, etc. But the real data is likely to include values with at least a couple of decimal places -- these have been configured us ...Show All
SQL Server Error using Reporting services
Greetings, Iam new to reporting services. When I try to launch http:\\localhost\reports I get the following error The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is 'Unknown'. The expected version is 'C.0.8.20'. To continue, update the version of the report server database and verify access rights. (rsInvalidReportServerDatabase) Please help Thanks/Regards ...Show All
Visual Studio Team System Beta TFS MSSCCI plugin now available for VB6, VC6 (not yet VS 2002/2003)
There's now a beta of the TFS MSSCCI plugin for VB6, VC6, etc., but it's not for VS 2002/2003 -- that's still too come. You can download it at http://www.microsoft.com/downloads/details.aspx familyid=32202966-EF04-442F-8C5C-88BDF15F551C&displaylang=en . Brian Harry posted some details about it, including the fact that it is not part of the go-live license . http://blogs.msdn.com/bharry/archive/2005/12/29/507993.aspx ...Show All
Visual Studio Competitive upgrade license
If we upgrade from a competitive project, are we still entitled to use the competitive product The license is a little vague. Legal got back to me. The End User License Agreement only had verbage concerning microsoft software. We also don't do competitive licenses much anymore at MS so my legal contact couldn't find any information on it. There is no verbage preventing you from using the competitive product. ...Show All
SQL Server mdx query retrieving Sap dimension structure
hello everybody, we're developing a sort of "navigator" for reporting data from SAP BW cubes. We found, within our project constraints, xmla+mdx to be the most effective solution. For the "parameter area" of the navigator we need to obtain dimension structure information, but can't do this via the discover method due to a limitation in the method itself (Sap natively manages "hystorical" dimensions, which isn't hand ...Show All
Windows Forms Resize a panel
Greetings.... This code lets me move "slide" a panel but it will let you pull it all the way off the forms edge or all the way back into itself and either case it just disapears. It needs to have a way to set a limit li ...Show All
Visual Basic Actions with a button?
Hello, I have a question... Well, this is pretty much no-brainer for you guys (professionals and even enthusiasts!) but no clue to me... Sorry if it's bugging you, recommending a creat book on C++ would be great... Okay, I have a button called "exit" and when a user presses that button, the program should close... any idea's well. I am working on VB Express Beta 2 project on Windows Forms. Thank You! Keehun Nam ...Show All
SQL Server Cannot connect studio to my SQL Server Express Database
I am brand-new to databases and SQL Server. I have installed express on my machine. I used SQL Server Management Studio Express to create a new database (per the tutorial). Now I would like to access the database from within Visual Studio 2005. I went to the Server Explorer and selected Connect To Database. I selected Microsoft SQL Server as the Data Source and hit Continue. In the Server Name combobox, I select my computer. However, in the C ...Show All
SQL Server Controlling number of Matrix rows displayed
Here's hopefully a simple one and I'm just not looking in the right places for the documentation: I have a matrix and the result set it displays can range from 20 rows to 200+ rows. The columns range from 25 to possibly 100+. I need a way to set the maximum number of rows displayed per page so that if there are 200 rows returned (or some other arbitrary number) and the user wants to see 25 rows per page, then 8 pages will be returned. Is t ...Show All
Visual Studio Team System Move projects to a new server (with TFS beta3)
I have installed a new team server with Beta 3, the old one has also beta 3 but it is in a VPC, the new server is not a VPC. I tried to backup then restore all databases but it did not worked (STS fails). What is the best way to move the projects from one server to a new server Any update on this I'm also facing 11 databases which need to be moved to a different server and i'm wondering what procedure would be the best to do th ...Show All
Software Development for Windows Vista Using the Rules Engine with complex data containers
We are currently working on an implementation of the WF Rules Engine to validate complex data containers. These data containers contain not only simple properties, but collections of other data containers which themselves may also contain collections of other containers. We are evaluating what a suitable business rule set would look like to validate these containers, and the feasibility of business end-users [or developers] maintaining the rules ...Show All
Windows Forms How to change user rights in directory in NTFS
Hi How do I change user and group rights in an NTFS file system using VB.NET Thanks Nicolas Try to use WMI classes (Win32_ACE, Win32_Directory, ...). ...Show All
.NET Development encoding problem
hi, I'm working on application that retrieves emails from POP mail account, The probleme is this: If have a message with special caracteres like "e e a", all what I get after retrieving the message is " " in the place of these caracters. The message was encoded with "ISO-8895-1" Check this code: //sTemp has a ligne of the message Encoding srcEnc = Encoding.ASCII; byte[] srcData = srcEnc ...Show All
Smart Device Development Uhm, what?
I am trying to use a Custom Build Rule to build assembler files, much as described by Jeff Abraham and I am kind of running into the same problem. The rules files only differ on the extension used and some quoting practicalities. I don't agree with Jeff's analysis of what is going on however: An unfortunate side effect of this build rule is that you end up deploying the .obj produced, because it becomes a project output As far as I can see it ...Show All
Windows Forms DateTimePicker in WinForm
Hi Is it possible to set dafault value is null for DateTimePicker Thanks Thyagu I also would love to see your version of the DateTimePicker control ...Show All
