bala_excel's Q&A profile
.NET Development Can I add Microsoft.AnalysisServices assembly into SQL CLR stored proc
My general problem is that I want to make a runtime component that: will sit on the SQL Server machine will be called with a large xml parameter, then use AMO to define and process a new AS database Can be invoked from a non windows machine using jdbc or web services. Preferably jdbc. I made a CLR C# SQL stored procedure that references the Microsoft.AnalysisServices assembly (adding the reference to the project file using a text ...Show All
Visual C# Passing data between class and form in C#
hi.. i have to pass some data from a class file to form which is having richTextBox .. any sort of help is appreciated. thanks Hi PJ, i try your solution but i want to access function between form instead class and form, everything compile correct, but my event is not fired, can you help me i use: private form2 _myClass; instead of: private MyClass _myClass; i dont really ...Show All
Visual C# How can I restore the main window after minimize the main window? Thanks!
I use the code below to make the program ran only one time, I hope the main window can be restored automatically when you try to launch the program for the sencond time. [STAThread] static void Main() { bool createNew; Mutex m=new Mutex(true,"SuperCoolPhotoOnlyOneTime",out createNew); if (createNew) {   ...Show All
Visual C++ finding book.
I need some book about windows message mechanism,hook,event,instance.,handle,ect.... I have learn the c++,now begin to learn vc++,but, for this kind of concepts to me is a puzzle. who may tell me this kind of book thanks. this one http://www.charlespetzold.com/pw5/ ...Show All
Windows Forms search dataset
hi .net people! i have a dataset that contains a table named "MemberReport", this table contains all data from the Members Table of the database. what i want to do is to search, find and sort this table before it is placed to a d ...Show All
Visual Studio Team System TFS Version Control outside MS environments?
Forgive me for a very basic question, not to mention a non-MS centric one. We are a manufacturing company with a very small number of technical users, and our application code is all over the place in terms of platform, although mostly classic ASP or Cold Fusion, with more business-logic code in Oracle than SQL Server, and even some Informatica code for automated data manipulation. We have stated that .NET is our official direction, although Ora ...Show All
Visual Basic How to refresh a bindingsource
I have an SQL Server database with a table I want to export to a comma separated text file. That table is created with a query which filters data from another table. I thought that by using a bindingsource, I could step thru each record and write them line by line to an ascii file. However, the bindingsource frequently maintains the data contents of the previous query. Is there some way to refresh the bindingsource so that it uses the ...Show All
Visual Studio Express Editions Multi media programming in vb.net
hi there, so can anyone help me in multimedia programming in vb.net plz do reply me thanks can you give us more info on what that app does so that some one can help you in the forum. Thank you, Bhanu. ...Show All
Windows Forms Deploying a Win Form via Web Server
I'm trying to setup a web server on my intranet to deploy windows forms applications. I've written a VERY simply app, the classic "Hello World" and have successfully tested launching the app from my local machine (ex. http://localhost/helloworld/hellowo ...Show All
Visual Basic Form databound to Query
From the data sources window, I dragged a query called qryWeeks onto my form. This created QryWeeksBindingSource QryWeeksTableAdapter QryWeeksBindingNavigator It displays fine, but the Save on qryWeeksBindingNavigator doesn't work. The error is "Update requires a valid UpdateCommand when passed DataRow collection with modified rows." The error occurs in the Dataset designer, in this function Public Overloads Overridable Function Update( ...Show All
Visual Basic Icon Editor in Visual Basic
Hi there! I have a dull question. I am using the integrated symbol editor inside Visual Basic (d'oh! my Microangelo installation is on my PC at home - 400 kilometers away!). Is it possible to create windows-xp styled icons (with 8-bit-transparency) That would be cool... best greetings Jan VS2005 icon editor allows you to create Mono, 16 color and 256 color icon. To create a 256 color (8-bits), Open the icon editor -> I ...Show All
SQL Server .Net and SSIS
Hi, Is there way I could pass on an object to an IS package from a .Net component Basically I need to validate a file using c# and pass the valid records to an IS packet to be uploaded to the database. Is this possible without me writing the valid records to a file and using that as input for the IS packet I tried doing the validation on the IS side as well but seems extremly slow so going to try to get a c# program to do that for me. Appreci ...Show All
Visual C# Validation Philosophy
I am working with a Winform in VS 2005. I have been reading some books lately that say that using the error provider and checking it when you save or exit a form is a better, (less intrusive) way of doing validation than putting up dialog boxes. I see the wisdom to it but I wonder what should happen when you have many records in a form That is, lets say I have a winform with the Standard menu and toolbar on it that VS creates automatically, b ...Show All
SQL Server Optional Characters in Search String
I'm trying to search for commonly abbreviated company titles (ie limited, partnership, and so on). I would like to make my sql statement as short as possible (it's already quite lengthy as is). But I'm having trouble netting the abbreviated forms such as LTD and LMTD for limited (I have no control over the data I get, it comes from different counties with no standardization). I've tried using braketted strings like "L[I,IMI,M,]T[ED,D,]" ...Show All
Visual Studio Express Editions why is vb.net printing so difficult?
Hi, I have loads of VB6 apps I am trying to migrate to VB.net and the biggest problem I have is that printer.print has no equivalent in vb.net Can anyone tell me a simple way to print in dot net Thanks Impossible is about right. I just can't see what to type to make something come out on paper, and I have written some neat VB stuff (IMHO) in th epast but this dot net thing has me stumped. Am I missi ...Show All
